/* 
===========================================================
TOP NAV 
===========================================================
*/
div#nav_top .nav_top_3 a {
	background-color:#51A7DC;
}

/* 
===========================================================
CONTENT
===========================================================
*/

div#content{
	height:419px;
	text-align:left;
	background:#FFF url(../images/backgrounds/answer_s_acne.jpg) no-repeat;
}

div#top_right_links{
	width:auto;
	text-align:right;
	padding-top:8px;
	clear:both;
}

div#top_right_links a{
	color:#999;
	text-decoration:underline;
	padding-right:15px;
}

div#title{
	height:300px;
	width:290px;
	margin-top:-7px;
	text-align:right;
	position:relative;
}

div#content_1{
	width:290px;
	float:left;
}

div#buttons{
	width:269px;
	margin-top:15px;
	float:right;
}

div#buttons ul{
	height:96px;
	overflow:hidden;
	
}

div#buttons ul li{
	height:24px;
	overflow:hidden;
	float:left;
	position:relative;
}

div#buttons li a{
	height:24px;
	position:relative;
}

div#buttons li a:hover{
	height:24px;
	_position:relative;
	_overflow:hidden;
	top:-24px;
}

div#content_2{
	width:640px;
	height:auto;
	float:left;
	text-align:center;
	padding-top:27px;
}

