/*****************************************/
/*** Elementos do site ***/
/*****************************************/

html {
  height: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left:auto;
  margin-right:auto;
  width: 960px;
  max-width:960px;
  min-width: 800px;
  background: url(../images/bg_header.jpg) no-repeat center top;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 14px;
	color: #333;
	margin-bottom:0px;
	margin-top:0px;
	background-color:#FFFFFF;
	
	
}

a:link, a:visited {
	text-decoration: none;
	text-shadow:#000000;
	font-weight: normal;
	color:#0066CC;
	border:none;

}

a:hover {
    font-weight:normal;
	color:#0066FF;
	border:none;
	text-decoration:none;

}

img {
    border: 0;
}

#container {
    width: 960px;
    position: absolute;
    left: 50%;
	margin-left: -480px;
	margin-top: 0px;
	background: url(../images/bg_header.jpg) no-repeat center top #E4E4E4;
	
}

#header {
    color:#FFFFFF;	
	height: 20px;
	padding-left: 250px;
	margin:166px auto 0 auto;
	font-size:16px;	
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
	border:none;

}

a:hover {
    font-weight:normal;
	color:#0066FF;
	border:none;
	

}

#banners {
    display:inline;
	float:right;
	padding-left:20px;
	padding-bottom:20px;
	margin-right:30px;
         margin-top: 20px;
      
}	



#coluna_r {
    display:inline;
	float:left;
	margin-right:5px;
	margin-top:5px;
         right:0px;
         text-align:center;
} 

#coluna_r a {
       text-decoration: none;
       color: #333;
}

#palco {
         display:inline;
         float:left;
	     width:70%;
	     padding-left:10px;
              margin-right:10px;
	    
}

#palco a {
       text-decoration: none;
       color: #333;
}


#footer {
     background: url(../images/bg_footer.jpg) left top no-repeat;
	 height: 39px;
	 padding-right: 50px;
	 line-height:40px;
	 clear: both;
}


/*****************************************/
/*** Elementos do layout ***/
/*****************************************/


h1, h2, h3 { 
    font-size:16px;
	font-weight:bold;
	text-shadow:#000;
	color:#0066CC;
}