@charset "utf-8";
/* CSS Document */

/* Template */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: 0px none;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 100%;
	color:#000000;
	background-image:url(../imgs/bc1.jpg);
	background-color:#F6EAC2;
	height:100%; /* this is the key! */
	background-repeat: repeat-x;
	background-position: top;
}

#topo {
	margin-top:5px;
	padding-bottom:5px;
	font-size:70%;
	margin-left: auto;
	margin-right:auto;
	width:760px;
	background-image:url(../imgs/bc2.gif);
	overflow:visible;
	height:20px;
}
#topoCantoE {
float:left;
width:6px;
}
#topoCantoD {
float:left;
width:6px;
}
#topoMeio {
padding-top:5px;
float:left;
width:748px;
}
#box {
	margin-left: auto;
	margin-right:auto;
	width:756px;
	border-right: solid #FF9900 2px;
	border-left: solid #FF9900 2px;
	border-bottom: solid #FF9900 2px;
	overflow:visible;
	background-color: #FFF4CC;
}
#cabecalho {

}
#menu {
	color:#FFFFFF;
	padding-top:6px;
	font-size:80%;
	height:23px;
	width:756px;
	overflow:visible;
	background-color: #996600;
	background-image: url(../imgs/bc3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
}
#menu ul {
list-style-type: none;
}
#menu ul li {
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:block;
	
}
#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#conteudo {
}
#coluna1 {
font-size:80%;
width:170px;
padding: 5px;
float:left;
}
#coluna1 ul {
text-align:left;
list-style-type: none;
}
#coluna1 ul li {
	width:100%;
	display:block;
	border-bottom: 1px solid #CC9900;	
}
#coluna1 ul li a {
	color:#996600;
	text-decoration: none;
}
#coluna1 ul li a:hover {
	color:#FF9900;
	
}
.foto {
border: #663300 solid 1px;
margin-bottom:10px;
}
#coluna2 {
padding:10px;
text-align:left;
width:556px;
float:left;
}
#coluna2 p {
line-height: 140%;
	padding-bottom:5px;
	font-size: 80%;
	text-align: justify;
	text-indent: 20px;
}
#coluna2 ul {
	line-height: 140%;
	padding-bottom:5px;
	font-size: 80%;
	text-align: justify;
	padding-left:10px;
}

#coluna2 h1 {
font-size: 100%;
padding-bottom:10px;
padding-top:5px;
}
#coluna2 h2 {
font-size: 80%;
padding-bottom:10px;
padding-top:15px;
}
#rodapebox {
width:100%;
height:10px;
clear:both;
}
#rodape{
	padding-top:5px;
	font-size:70%;
	clear:both;
	color: #9E8118;
	padding-bottom:10px;
}
