body {
	margin:0;
	background-image:url(../img/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#f4efe6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5e5e5e;
}
	
div {
	/*margin: 10px;
	border: thin solid #000000;*/
	text-align:left;
}

hr {
	color:#d8c9ae;
}

h1 {
	color:#cc0001;
	font-size:16px;
	font-weight:normal;
}

h3 {
	color:#b30000;
	font-size:11px;
}

a {color:#5e5e5e; text-decoration:none}
a:hover {text-decoration: underline}

#geral {
	width:950px;
}

#topo {
	background-image:url(../img/topo.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:116px;
}

#menu {
	color:#cc0001;
	font-size:15px;
	text-align:center;
	padding:7px;
	margin-bottom:15px;
	font-weight:bold;
}

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

#banner {
	height:180px;
}

#conteudo {
	width:690px;
	float:right
}

#rodape {
	clear:both;
	background-image:url(../img/rodape_fundo.jpg);
	color:#8a795d;
	padding-top:12px;
	padding-bottom:10px;
	text-align:center;
}
