/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: url(imagens/fundo1.jpg);
}


#wrap {
background: url(imagens/fundo2.jpg);
margin: 2px auto;
width: 790px;
}

#header {
margin: 0px 0em 0px 0em;
padding: 0;
height: 304px;
background-image: url(imagens/Site2.gif);
}
#submenu {
width: 790px;
height: 40px;
margin: 0 auto;
text-align: center;
background-image: url(imagens/submenu.jpg);
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0px 0 0px 0;
padding: 0;
font-size: 0.9em;
border-right:solid 1px #000;
border-color: #F33;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 0px;
border-bottom: solid 1px #F33;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #070c60;
display: block;
padding: 6px 0 0 10px;
}
	
	
#avmenu li a:hover {
color: #C00;
border-left: 2px #C00 solid;
}

.announce {
	margin: 0 auto;
	padding: 0px;
	width: 150px;
	color: #000;
	line-height: 1.3em;
	text-align: center;
	font-size: 1.1em;
}
.announce a {
	color: #009;
}

#extras {
float: right;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
border-left: solid 1px #F33;
}

#extras p {
	margin: 0px;
	text-align: center;
	text-decoration: none;
}
#extras a {
	text-decoration: none;
	color: #006;
	margin: 0 auto;
}
#content {
	margin: 0em 151px 20px 151px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	color: #000;
}
#menu2 {
	margin: 0em 150px 20px 150px;
	padding: 0 10px 0 10px;
	text-align: center;
	float: inherit;
}
#menu2 h2 {
	font-size: 14px;
	margin: 0 0 0.5em 0;
	font-style: italic;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}
#content h1 {
	font-size: 14px;
	margin: 0;
	text-align: center;
	font-style: italic;
}
#content img {
padding: 0px;
display:inline;
}



h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

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

a:hover {
	text-decoration: underline;
	color: #F00;
}

a img {
	border: 0px;
}

a:hover img {
	border: 0px;
}

#footer {
	clear: both;
	margin-bottom: 10px;
	width: 790px;
	color: #00000;
	font-size: 11px;
	height: 55px;
	background: #666;
	border: none;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0em;
	text-align: center;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #006;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
	text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
#extras h3 {
	text-align: center;
}

