a:hover , #cat a:hover {
	color: #ca129d;
	text-decoration: underline;
} 
#body {
	background: url(../img/bg-cat.jpg) repeat-x 0px 120px;
}
#question {
	float: left;
	width: 100%;
	position: relative;
}
#question_in {
	padding: 20px 10px;
}
#question  h3{
	display: block;
	font-size: 2.5em;
	color: #000;
	font-weight: normal;
	width: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#question form {
	width: 100%;
}
.textarea_out {
	margin-bottom: 15px;
}
#question textarea {
	width: 100%;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #000;
}
* html #question textarea {
	width: 98%;
}
#question .submit {
	float: right;
	background: url(../img/button.gif) no-repeat;
	font-size: 13px;
	color: #454b4c;
	display: block;
	height: 29px;
	width: 124px;
	border: 1px solid #f3f3f3;
	margin-right: -7px;
	padding-bottom: 6px;
	padding-top: 3px;
}
#question .submit:hover {
	color: #000;
}
#question p {
	margin-right: 150px;
	font-size: 1.2em;
	color: #b1b1b1;
}
#pad-board {
	margin-top: 0px;
}
#news {
	float: left;
	width: 100%;
	position: relative;
}
#news-in {
	padding: 25px 10px;
}
#news .date {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #808080;
}
#news h1 {
	font-size: 2.5em;
	color: #000;
	font-weight: normal;
	margin: 5px 0px 15px;
}
#news img  {
	display: block;
	margin-bottom: 15px;
}
#news p {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #343434;
	margin-top: 10px;
	width: 90%;
}
#news_block {
}
#news_block h2 {
	font-size: 2.5em;
	font-weight: normal;
	color: #000;
	margin: 15px 0px 5px 30px;
}
#news_block ul {
	list-style: none;
	margin-left: 30px;
}
#news_block li {
	font-size: 1.4em;
	color: #808080;
	line-height: 1.4em;
}
#subscribe {
	float: left;
	margin-left: -14px;
	margin-top: 35px;
}

