*{
	padding:0;
	margin:0;
}

img{
	border:0;
}

html{
	height: 100%;
}

body{
	height: 100%;
	background-color: #6699FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/fundopg.jpg);
	color: #003300;
}

#bg_topo{
	
	background-color: #6699FF;
	height: 200px;
	width: 100%;
	position: relative;
	background-image: url(images/fundopg.jpg);
	
	
}

#bg_base{
	bottom:0;
	background:#0099FF;
	margin-top:auto;
	height: 150px;
	width: 100%;
	position: relative;
	background-color: #6699FF;
	background-image: url(images/fundopg.jpg);
}

#conteudo{
	margin-top:auto;
	left: auto;
	width: 780px;
	height: auto;
	margin-left: auto;
	background:#FFF;
	margin-right: auto;
	position: relative;
}
#textoconteudo{
	width: 550px;
	height:155px;
	margin-right: 5px;
	margin-left: 10px;
	position:relative;
	
}
#homeconteudo{
	width: 550px;
	height:155px;
	margin-right: 5px;
	margin-left: 10px;
	background-image:url(fundodiv.jpg);
	position:relative;
	}
#box1{
	width: 270px;
	height: 150px;
	margin-left: 5px;
	position:relative;
}
#box2{
	width: 270px;
	height: 150px;
	margin-right: 5px;
	position:relative;
}

#textoconteudo1{
	width: 550px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: auto;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-style: inherit;
}
.style1 {
	font-size: 9px
}
.style2 {
	color: #FF6600
}
#menu {
	position: absolute;
	left: 2px; /*posição à direita*/
	top: 10px; /*posição abaixo*/
	width: 180px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
	font-style: inherit;
}
#menu ul {
list-style-type: none; /*remove o marcador*/ 
margin: 0; /*remove o recuo IE e Opera*/ 
padding:0; /*remove o recuo Mozilla e NN*/ 
width: 180px;

}
#menu li { 
margin-bottom:1px; 
display:block;
width: 180px;
}

#menu a {
display: block;
padding: 1px 0 1px 28px;
height:30px;
color: #009900;
text-decoration: none;
background: url(images/botao01.jpg) #b8dc7c no-repeat; 
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:153px;
}
body>#menu a {width:153px;}

#menu a:hover {
	background: url(images/botao02.jpg) #b8dc7c no-repeat;
	color:#FF6600;
}
a{
	color: #FF9933;
	text-decoration: none;
}
a:hover{
	color: #FF9900;
}
a:visited{
	color: #FF3300;
}
a:active{
	color: #FF6600;
}
