/* CSS Document */

div#menu ul li#biografia_menu a {
	background-position:top;
	}

#col_1{
	width:665px;
	height:1000px;
	float:left;
	margin-right:25px;
}

#col_1 h1{
	font-size:20px;
	color:#708e98;
}

#col_1 h2{
	font-size:12px;
	color:#cecece;
}

#navegacao{
	width:650px;
	padding-left:15px;
}

#bio{
	height:650px;
}

#texto{
	width:425px;
	float:left;
}

#veja{
	width:200px;
	height:150px;
	float:right;
	margin:0px 0px 10px 40px;
}

#veja h1{
	margin:0px 0px 10px 0px;
	padding:5px 0px;
	font-size:16px;
	color:#708e98;
	border-top:1px solid #708e98;
	border-bottom:1px solid #708e98;
}

#links{
	padding:10px 15px;
	background-color:#1a1919;
}

#links p{
	margin:5px 0px;
}

#col_1:after,
#bio:after,
#texto:after{
	clear:both;
	height:0;
	visibility:hidden;
	content:"";
	display:block;
}