/*
      	  
	  http://www.heliopedrosa.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
	background:#000000 url(../img/back_por_do_sol.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
 
a { font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	font-size:12px;
	
	}
	
a:hover { font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
	font-size:12px;
	
	}	

.title-esq {
	font-size:25px;
	color:#fea100;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #141414 url(../img/bb_dir.jpg) repeat-x;
	background-position:right;
	padding:5px;
	margin:5px;
	border-left:5px solid #000000;
	width:645px;
	height:35px;
	
	}
	
.title-esq a{
	font-size:25px;
	color:#fea100;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	}	
	
.title-esq a:hover{
	font-size:25px;
	color:#fc0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	}		
	
/* separa esq de dir */

.title-dir {
	font-size:25px;
	color:#226995;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #141414 url(../img/bb_dir.jpg) repeat-x;
	background-position:right;
	padding:5px;
	margin:5px;
	border-left:5px solid #000000;
	width:255px;
	height:35px;
	
	}
	
.title-dir a{
	font-size:25px;
	color:#226995;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	}	
	
.title-dir a:hover{
	font-size:25px;
	color:#379fe0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	}		
	
hr {
	height:10px;
	border:0px;
	margin-top:10px;
	border-top: 1px solid #333;
	/*border-bottom: 1px solid #333;*/
	}

	
h2{
	color: #4D533A;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 0 0;
}


p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 960px;
}

#header {
 color: #666;
 width: 960px;
 float: left;
 height: 250px;
 /*background: #ffcc00;*/
}

.logo {
	float:left;
	margin:75px 0px 0px 58px;
	width:111px;
	height:72px;
	
	
}

.texto-helio-pedrosa {
	float:left;
	margin:0px 0px 0px 48px;
	width:139px;
	height:30px;
	color:#666;
	font-size:9px;
	clear:both;
	
}


.sub-centro {
	height:180px;
	width:100%;
	float:left;
	margin:10px 15px;
	}
	
#footer {
	height:100%;
	width:100%;
	float:left;
	margin:10px 15px;
	font-size:10px;

	}

