body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
background: #99ca37;
color: #fefefe;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-color: #51a5e4;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 800px;
}
#main {
	width: 800px;
	background-color:#245882;
}
/******************** header ********************/
#header {
	width:750px;
	height:192px;
	margin-left:25px;
	background-image:url(images/header.jpg);
	display:block;
}
#nav {
	width:744px;
	height:22px;
	margin: 2px 0px 2px 25px;
	//background-color:#00bf00;
background-color:#51a5e4;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	//background-color:#004d00;
background-color:#245882;
	width:102px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:102px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#ffffff;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#ffff15;
	font-weight:800;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	//background-color:#a5cae5;
background-color:#4b96cf;
}
#left {
	float:left;
	width:530px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#left p {
	font-size: 14px;
	color: #000000;
	//text-align: justify;
	padding: 5px 0px;
//text-indent: 10px	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left h2{
	font-size: 24px;
	color: #052d4e;
	font-weight: 900;
	//display:inline;
	//margin-left:118px;
	text-align: center;
}
#left span{
	font-size: 16px;
	color: #052d4e;
	font-weight: 900;
	display:inline;
	//margin-left:8px;
}
#left h3{
	font-size: 16px;

	color: #052d4e;
	display:inline;
	font-weight:900;
        text-align: center;
}
#right {
	float:right;
	width:130px;
	background-color:#a5cae5;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 10px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
#right h1{
	font-size: 20px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#right h3{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
        text-align: center;
}
#center {
	float:left;
	width:710px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#center p {
	font-size: 14px;
	color: #000000;
	//text-align: justify;
	padding: 5px 0px;	
}
#center a{
	color: #052d4e;
	font-weight:800;
}
#center a:hover{
	color:#FFFFFF;
}
#center h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#center h2{
	font-size: 24px;
	color: #052d4e;
	//display:inline;
	font-weight:900;
	text-align: center;
}
#center h3{
	font-size: 15px;
	color: #052d4e;
	display:inline;
	font-weight:900;
        text-align: center;
}
//td.tabela { 
	text-align: center;
	background-color: rgb(204, 163, 51);
}



/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:#ffffff;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#ffffff;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#ffffff;
	margin: 10px 0px;
}
.clear{
	clear:both;
}



