@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
	background-image:url(fundo.jpg);
	background-repeat:no-repeat;
}

h1{
	color:#999999;
	font-size:14px;
	text-transform:uppercase;
}

h3{
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
}

hr{
	margin:0px;
	padding:0px;
	height:3px;
	color:#A5B552;
	width:90%;
}

img{
	border:0px;
}

form{
	margin:0px;
	padding:0px;
}

#corpo{
	position:absolute;
	left:50%;
	margin-left:-383px;
	width:766px;
	background-image:url(images/fundo_corpo.jpg);
	background-repeat:repeat-y;
}

#topo{
	text-align:center;
	width:766px;
}

#logos{
	background-image:url(images/fundo_topo.jpg);
	background-repeat:repeat-x;
	height:89px;
}

#menu{
	background-image:url(images/fundo_menu.jpg);
	background-repeat:repeat-x;
	height:43px;
}


#conteudo{
	float:left;
	background-image:url(images/fundo_site.jpg);
	background-repeat:repeat-x;
	width:520px;
	padding:10px 15px 10px 15px;
}

#direita{
	float:right;
	background-image:url(images/fundo_personal.jpg);
	background-repeat:repeat-x;
	width:200px;
	padding:0px 0px 0px 15px;

}

#login dl{
	padding-left:100px;
}

#login dl dt { /* alinha os nomes */
	padding-top:5px;
	margin:0px;
	float:left;
	color:#0061FF;
}
#login dl dd { /* alinha os campos */
	padding-top:5px;
	padding-left:15px;
} 

a:link, a:visited, a:hover{
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

a:hover{
	color:#CC0000;
}
