@charset "utf-8";
/* CSS Document */
	a:link {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}
	a:active {
		text-decoration: none;
	}

 BODY{
 
	font-family: Arial, Helvetica, sans-serif; 
	margin:0 auto;
	margin-top:14px;
	position:relative;
 	width:1024px;
	background-image:url(../imgs/amBg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;

 }
 
 /* comum */
 .left{
 	float:left;
 }
 .clear{
 	clear:both;
 }
 
 #titulo{
 	padding-left:42px;
 	padding-top:30px;
	padding-bottom:30px;
	width:632px;
 }
 
 #titulo,#botoes,#texto, #posts, #container, #menuBttn{
	background-color:#FFFFFF;
 }
 
 #titulo,#botoes{
	background-image:url(../imgs/bgT.jpg);
	background-repeat:repeat-x;
 }
 
 

 #botoes{

 	padding-top:19px;
	padding-bottom:20px;
	width:350px;
	
 }
 
 #btns{
	vertical-align:middle;
}
#midias{
	
	height:30px;
	width:298px;
	background-color:#F3F3F3;
	padding-top:5px;
	
}
 
  #texto{
  
 	padding:10px 0px 50px 42px;/*top, right, bottom, left*/
	width:625px;
	text-align:justify;
	
 }
 
 #posts{
	
	padding-top:30px;
 	padding-left:30px;
	padding-right:30px;
	width:290px;
 	height:
 }
 
 #cpcut{
 	
	height:8px;
	
 }
 #contactPrint{
 	padding-top:80px;
 }
 .menuPrinc{
 
 	display:block;
 	background-image:url(../imgs/bgmenu.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	float:left;
	padding-left:3%;
	width:97%;
	
 }

.menuBotton {

	display:block;
	background-color:#E6E6E6;
	color:#FFFFFF;
	line-height:22px;
	text-align:center;
	float:left;
	width:100%;
}

.menuBotton a { 

	display:block;
	line-height:22px;
	float:left;
	padding: 0px 5px 0px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.menuBotton a:hover{
	text-decoration:underline;
}
.menuBotton #mar{
	margin-left: 8%;
}

.posts a{
	
	
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.posts a:hover{
	text-decoration:underline;
}
#sponsor{
	padding-left:25px;
	padding-bottom:25px;
}