body{
	background-color:#666666;
	margin:0px;
}

#main{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:auto;
	margin-top:0px;
	overflow:auto;
	width:634px;
	background-color:#FFFFFF;
}

#topo{
	margin:auto;
	margin-top:12px;
	height:100px;
	width:610px;
	background-color:#95a193;
}

#menu{
	margin:auto;
	margin-top:12px;
	margin-bottom:12px;	
	padding-top:5px;
	padding-right:5px;
	text-align:right;
	height:18px;
	width:605px;
	background-color:#95a193;
}

#menu a{
	text-decoration:none;
	color:#000000;
}

#menu a:hover{
	color:#666666;
}

#conteudos{
	margin:auto;
	padding-bottom:5px;
	padding-top:10px;
	padding:5px;

	margin-bottom:12px;	
	width:600px;
	background-color:#95a193;
}

#conteudos p{
	margin-top:10px;
	margin-bottom:10px;
}

#conteudos h1{
	background-image:url(../imagens/h1.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:10px;
	font-weight:700;
	color:#525252;
}
