body{
	margin:2px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	line-height:15px;
	font-family:Arial;
	color:#808080;
}
#site{
	width:750px;
	margin:0px auto;
}
#topo_left{
	float:left;
	width:500px;
	height:220px;
}
#topo_right{
	float:right;
	width:250px;
	height:220px;
}
#menu_top{
	height:35px;
	background:#ffffff url(../img/degradetop.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:right;
	margin:20px 0px 0px 0px;
}
#coluna_left{
	float:left;
	width:200px;
	min-height:470px;
	background:#ffffff url(../img/logo_lateral.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#menu{
	width:120px;
	margin:0px 0px 0px 80px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width:120px;
}
#menu li a {
	color: #000;
	display: block;
	background:#ffffff url(../img/bg_menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height: 17px;
	padding: 5px 0 4px 24px;
	margin-bottom:1px;
	text-decoration: none;
	font-weight:bold;
}
 
#menu li a:hover {
	color:#7e0000;
}

#coluna_right{
	float:right;
	width:510px;
	min-height:470px;
}
#conteudos{
	margin:28px 0px 0px 0px;
}
#footer{
	margin:0px 0px 0px 0px;
}
#footer_bar{
	background:#ffffff url(../img/degradebottom.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:5px;
	margin:5px 0px 5px 0px;
}






.clear{
	clear:both;
	height:0px;
}






.text_textop{
	font-size:11px;
}
.text_titulo1{
	font-size:14px;
	color:#808080;
}
.text_titulo2{
	font-size:14px;
	color:#7e0000;
}


a:link{
	text-decoration:none;
	font-family:Arial;
	color:#808080;
}
a:visited{
	text-decoration:none;
	font-family:Arial;
	color:#808080;
}
a:active{
	text-decoration:none;
	font-family:Arial;
	color:#808080;
}
a:hover{
	text-decoration:underline;
	font-family:Arial;
	color:#808080;
}