body {
	background-image:url(images/background2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	text-align:center;
}
/* o título da página. */
#titulo {display:block;
	text-transform: uppercase;
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	width:770px;
	position:relative;
	margin: 0px auto;
	top: 95px;
	padding: 0px;
	text-align:center;
	display:block;
}

* {margin: 0px;padding: 0px;}
p {
	padding: 10px 0px 10px 0px;
	display:block;
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
a {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:hover{
	color: #CCCCCC;
}
#container {
	margin: 0px auto;
	display: block
	text-align: center;
	width: 770px;
	position:relative;
}
#header{
	height:250px;
	width:770px;
	background-image:url(images/header2b.jpg);
	background-repeat: no-repeat;
}
#content{text-align: center;

}
#middle{
	margin:0px auto;
	width:555px;
	text-align:center;
}


/********************* centro ****************************/
.post{
	margin-top: 15px;
	margin-bottom:10px;
}
.postheader{
	background-image:url(images/posttop3.gif);
	display:block;
	width:555px;
	height:37px;
	color:#CCCCCC;
	text-transform: uppercase;
}
.postheader h1{
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.postcontent{
	background-image:url(images/postmiddle3.gif);
	background-repeat: repeat-y;
	padding: 15px 0px 0px 0px;
}
.postcontent h3{
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#FF0000;
}
.postcontent a:hover{
	text-decoration:none;
	}
.postfooter{
	background-image:url(images/postbottom3.gif);
	background-repeat: no-repeat;
	display:block;
	width:555px;
	height:15px;
}
/********************* header2 ****************************/

#header2{
	height:160px;
	width:770px;
	background-image:url(images/header3b.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	text-align:center;
}
#header2{
	position:relative;
}
#header2 ul{
	position:relative;
	top:110px;
	display:block;
	margin: 0px auto;
	text-align:center;
}
#header2 ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header2 ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}
#header2 ul li a:hover{
	text-decoration:underline;
}

/********************* footer ****************************/
#footer{
	width:770px;
}
#footer ul{
	display:block;
	margin:0px auto;
	text-align:center;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#footer ul li a:hover{
	text-decoration:underline;
}
