/*zerando todas as margens e espacos*/
*{
margin: 0;
padding:0;
font-style:normal;
list-style:none;}


/*------------------------tags------------------------*/
body{

background:#14a1f0;
font:12px Arial, Helvetica, sans-serif;}

a{color:#c8ebff; text-decoration:none;}

a:hover{color:#fdee00; text-decoration:none;}

address{
	width:400px;
	color:#c8ebff;
	text-align:center;
	float:right;
	line-height:18px;
	margin:10px 0 0 0;
}

h1{
font-size:25px;
color:#fdee00;
margin-bottom:20px;}


/*------------------------menu------------------------*/
#menu{
font-size:16px;
float:left;
width:150px;
margin:30px 0 0 0;}

#menu ul li{
display:block;}

#menu li{
width:auto;
height:20px;
padding:10px 0 3px 10px;
border-bottom:1px solid #aaddfa;}

#menu li a{color:#fdee00;}

#menu li a:hover{
color:#fff;}


/*------------------------id's------------------------*/
#geral{
background:#14a1f0;
margin:0 auto;
width:950px;
height:auto;}

#topo{
width:610px;
height:210;
float:right;
padding-bottom:10px;
border-bottom:2px solid #fff;}

#topo img{
	float:right;
	padding:0px 0px 0 0;
}

#conteudo{
width:600px;
min-height:450px;
float:right;
margin:50px 9px 20px 0;}

#conteudo p{
font-size:14px;
text-align:justify;
color:#fff;
line-height:18px;
padding:5px 0;}

#fotos{
width:610px;
float:left;
text-align:center;
margin:50px 0 38px 0;}

#fotos img{
margin:0 20px;
padding:4px;
border:1px solid #aaddfa;}


#rodape{
background:url(../imagens/rodape.jpg) no-repeat;
float:left;
font-size:11px;
text-align:center;
color:#fff;
width:950px;
height:26px;
padding-top:7px;
margin-top:-10px;
*margin-top:30px;}
