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;
}
#about {
	float: left;
	width: 100%;
	position: relative;
}
#about-in {
	padding: 25px 10px;
}
#about h1 {
	font-size: 2.5em;
	color: #000;
	font-weight: normal;
	margin: 5px 0px 15px;
}
#about img  {
	display: block;
	margin-bottom: 15px;
}
#about p {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #343434;
	margin-top: 10px;
	width: 90%;
	line-height: 1.4;
}