*{
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../imagens/body_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 740px;
	height: auto;
	margin: 0 auto;
	padding: 0 5px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 730px;          
}
html>body #container {
	width: 730px; 

}  

#nav1 {
	width: 730px;
	height: 100px;
}
#logo a{
	float: left;
	width: 215px;
	height: 100px;
	background-image: url(../imagens/logo2.jpg);
	background-repeat: no-repeat;
}
.some {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

.some2 {
	display: none;
}
#nav1 ul {
	float: left;
	width: 515px;
	height: 100px;
	margin: 65px 0 0 50px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 465px;        
	height: 35px;  
}
html>body #nav1 ul {
	width: 465px; 
	height: 35px;
}  

#nav1 ul li {
	float: left;
	list-style: none;
	width: 114px;
	height: 30px;
	margin-right: 9px;

	voice-family: "\"}\"";
	voice-family: inherit;
	width: 104px;  
}
html>body #nav1 ul li {
	width: 104px;
} 

#nav1 ul li a {
	display: block;
	width: 104px;
	height: 30px;
	background-image: url(../imagens/bg_nav1.jpg);
	background-position: left;
	color: #FFFFFF;
	font-size: 82%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 8px 0;

	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px;  
}
html>body #nav1 ul li a{
	height: 14px;
}  

#nav1 ul li a:hover {
	background-image: url(../imagens/bg_nav1.jpg);
	background-position: right;
	color: #FFCC00;
}  
	
#corpo {
	width: 730px;
	height: auto;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	padding: 20px;
	background-color: #FFFFFF;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 688px;  
}
html>body #corpo {
	width: 688px;
}  



#rodape {
	clear: both;
	width: 730px;
	height: 30px;
	background-image: url(../imagens/rodape.jpg);
	background-repeat: no-repeat;
}

#rodape ul {
	width: 670px;
	margin: 0 auto;
}

#rodape ul li {
	float: left;
	list-style: none;
	margin-left: 6px;
	padding-top: 4px;
}

#rodape dl {
	width: auto;
	color: #FFFFFF;
	font-weight: bold;
}

#rodape dt {
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	margin-right: 3px;
}

#rodape dd {
	float: left;
	width: auto;
	height: auto;
	font-size: 12px;
	margin-right: 5px;
}

#marina {
	float: right;
	width: 87%;
	height: auto;
	margin: 20px 0;
}

#marina dt {
	clear: both;
	float: left;
	margin-right: 5px;
	
}

#marina dt a, #marina dd a {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

#marina dt a:hover, #marina dd a:hover  {
	text-decoration: underline;
	background-color: #FFCC00;
	color: #000000;
}

#marina dd {
	float: left;
	margin-right: 7px;
}

#w3c {
	float: right;
	width: auto;
	height: auto;
	margin: 20px 0;
}

#w3c li {
	float: left;
	list-style: none;
}

#w3c li a {
	width: auto;
	height: auto;
	padding: 3px;
	background-color: #E4E4E4;
	margin-left: 10px;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#w3c li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	background-color: #A80000;
}


.clearfix:after {

    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.skip{
position:absolute;
text-indent:-9999em;
width:0;
}