html, body{height:100%;
margin:0;
padding:0;
min-height:100%;
}

* html {
overflow-x: hidden;
overflow-y:scroll;}

body{
background-color:#fff;
background-image:url(default/bg_pg5.jpg);
background-position:top center;
background-repeat:repeat-x;
margin:0 0 0 0;
font-family:Verdana, Arial, Tahoma;

}

#total{
position:absolute;
left:50%;
margin-left:-450px;
width:900px;
background-color:#FFFFFF;
}

#logo{
width:266px;
height:260px;
float:left;
margin:0 20px 0 0;
}

#menu{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background-image:url(default/bgmenu.jpg);
background-repeat:repeat-x;
background-position:top left;
height:40px;
padding:0 0 0 20px;
}

#conteudo{
background-color:#FFFFFF;
padding:25px;
-moz-border-radius-bottomleft:1em; 	
-moz-border-radius-bottomright:1em; 	
-webkit-border-bottom-left-radius:1em;
-webkit-border-bottom-right-radius:1em;
margin:0 0 30px 0;
font-size:12px;
color:#666666;
}

#contfinal{
height:100px;}

h1, h2, h3, h4, h5{
font-family:"Segoe UI",Tahoma,"Myriad Pro","Times New Roman", Times, serif;
font-weight:lighter;
color:#723212;
line-height:1em;
}

h1{
font-size:2.5em;
color:#e4a773;
margin:0 0 25px 0;
}

h2{
font-size:1em;
margin:0 0 25px 0;
text-transform:uppercase;
letter-spacing:2px;
}

hr{
border:#fbebdf double 1px;
}

p{
line-height:1.5em;
text-align:justify;}

#coldireita{
width:50%;
float:left;
margin:0 0 0 30px;
text-align:justify;
}

#colesquerda{
width:35%;
float:left;}


#footer{
height: 35px;
text-align: center;
font-size:10px;
color:#723212;
padding-top: 10px;
width: 100%;
/*background-image:url(default/linha.jpg); background-position:top center; background-repeat:no-repeat;*/
background-color:#fff;
border-top:#ffcc99 solid 1px;
background-image:url(default/bgmenu.jpg);
background-position:center; 
background-repeat:repeat-x;
}

#topo{
background-color:#fcd8be;
}

a:link {
	color: #006672;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #006672;
}
a:hover {
	text-decoration: none;
	color: #006672;
}
a:active {
	text-decoration: none;
	color: #006672;
}

div.boxhome{
width:220px;
margin:10px;
float:left;}

div.boxhome h2{
margin-bottom:5px;}
