body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,blockquote,th,td {
margin:0; padding:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}

body{
	background: #93C7FF url(../imgs/bg.jpg) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


#content{
	width:900px;
	margin-left: auto;
	margin-right: auto;	
}
#header{
	height:200px;
	width:100%;
	border-bottom:10px #91C8FF solid;
	background-color:#CCCCCC;
	background: url(../imgs/headerbg.jpg) no-repeat top left;	
}
#body_site{
	width:100%;
	padding-top:10px;
}
#coluna_left{
	width:200px;
	float:left;
}
#coluna_center{	
	width:500px;
	overflow:auto;
}
#coluna_right{
	width:200px;
	float:right;
}
#rodape{
	height:150px;
	width:100%;
	display:block;
	bottom:0px;
	float:left;
	border-top: 8px #006699 solid;
	background-color:#FFFFFF;
	margin-top:30px;
	background: url(../imgs/areia.jpg);
}
#estrela{
	width:200px;
	height:150px;
	left:10%;
	background: url(../imgs/estrela.jpg);
	display:block;
	z-index:100;
	float:right;
}
#concha{
	width:150px;
	height:150px;
	left:10%;
	background: url(../imgs/concha.jpg);
	display:block;
	z-index:100;
	float:left;
}
#footer{
	margin-left: auto;
	margin-right: auto;
	padding:20px;	
}

#ads {
	position:absolute;
	margin:0; 
	padding: 0;
	top: 90px !important;
	right:5%;
	height:60px;
	width:468px;
	background-color:#666666;

}
#publicidade{
	position:absolute;
	right:5%;
	top: 75px !important;
	padding:3px;
	color:#FFFFFF;
	background-color:#666666;
	height:12px;
	width:58px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#header #logo {
	position: relative;
	margin:0; 
	padding: 0;
	top: 20px !important;
	left:0px;
	height:150px;
	width:230px;
	overflow:hidden;
	float:left;
}

#header ul {
	position: relative;
	margin:0; 
	padding: 0;
	list-style:none;
	top: 175px !important;
	bottom: 0px;
	float:right;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background:  url(../imgs/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background:  url(../imgs/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #000000;
}
#header a span {float:none;}
#header a:hover span {
	color:#006699;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header .current a {
   background-position:0% -42px;
	color: #006699;
}
#header .current a span {
   background-position:100% -42px;
	color: #006699;
}

#navlist{
	padding-left: 0;
	margin-left: 5px;
	border-bottom: 1px solid gray;
	width: 90%;
}
#navlist li{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
}

#navlist li a { 
	text-decoration: none; 
}

div.rounded {
  width: 200px;
  background: url(../imgs/200pxbottom.gif) no-repeat bottom center;
  padding-bottom: 15px;
  margin-bottom:10px;
}
div.rounded h1 {
  padding-top: 3px;
  background: transparent url(../imgs/200pxtop.gif) no-repeat top center;
  height:20px;
  padding-left: 15px;
  color:#FFFFFF;
}

div.roundedcenter {
  width: 477px;
  background: url(../imgs/boxbottom.gif) no-repeat bottom center;
  padding-bottom: 15px;
  margin-bottom:10px;
  margin-left:12px;
}
div.roundedcenter h1 {
  padding-top: 3px;
  background: transparent url(../imgs/boxtop.gif) no-repeat top center;
  height:20px;
  padding-left: 15px;
  color:#FFFFFF;
}

div.withcenter{
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFFFFF;
	width:467px;
	height:100%;
	margin-top:-3px;
}
div.with{
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFFFFF;
	width:190px;
	height:100%;
	margin-top:-3px;
}
.textReq{
	color:#FF0000;
	
}

/*CODIGO DO MENU #1*/
#navlist1
{
margin: 0;
}

#navlist1 ul, #navlist1 li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist1 a:link, #navlist1 a:visited
{
float: center;
text-decoration: none;
color: #000000;
padding-top: 7px;
}

#navlist1 a:link#current, #navlist1 a:visited#current, #navlist1 a:hover
{
color: #333333;
}

