html, body {height:100%;} 
body {
    margin:0;
	padding:0;
	background: url(bgc2.jpg) repeat;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	/*geral*/
#container { 
    margin:auto;
	width:751px;
	position:relative;
	background:url(faux.jpg) repeat-y;
	text-align: justify;
	min-height:100%;
	border:dotted #999;
	border-width:0 1px;
	}
	
	/*fix pro IE*/
 * html #container {height: 100%;}
 
 /*conteudo das duas colunas*/
#content {padding-bottom:60px;}

/*cabeçalho*/
#top {
	background: url(topo.jpg);
	background-color:#333;
	width:751px;
	height:126px;
	text-align:center;
	}
	
	/*coluna direita*/
#mainContent {
	width:528px;
	float:right;
	text-align:justify;
	background-color:#FFFFFF;	
	}
	
#mainContent ul{
padding-left:150px;
list-style-type: none;
padding-top:15px;
}

#mainContent ul a{
font-weight: bold;
color: #333333;
border-bottom:#333 dotted 1px;
text-decoration:none;
}

#mainContent ul a:hover{
text-decoration:underline;
color:#615b5b;
background: url(bullet.png) no-repeat;
padding-left:15px;
border:none;

}



	
	/*coluna esquerda*/
#secNavBar {
	width:220px;
	float:left;
	background-color:#999999;
	}
	
	/*rodapé*/
#footer {
	background: url(rodape.jpg) repeat-x;
	background-color:#333;
	width:751px;
	height:19px;
	position: absolute;
	bottom: 0; 
	border:solid #545454;
	border-width: 1px 0;
	text-align:center;
	clear:both;
	}
#footer p {
	margin:0;
	font-size:9px;
	color:#FFF;
	text-align:center;
	}
	
	
	/*barra de navegação superior*/
#mainNavBar{
width: 751px;
float:left;
clear:both;
border-bottom:1px solid  #545454;
}

#mainNavBar ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 751px;
  list-style: none;
  text-transform: uppercase;
  background: #F8C102 url(botao.jpg) repeat-x;
  font-size:14px;
}


#mainNavBar ul li {
 float: left;
}

#mainNavBar ul a {
  padding: 0 27px;
  line-height: 24px;
  background: url(divider.png) repeat-y left top;
  text-decoration: none;
  color: #000;
  float: left;
  display: block;
  }

#mainNavBar ul a:hover {
color: #FFFFFF;
}



/*barra de navegação esquerda*/	

#secNavBar ul{
    padding-left:2px;
    margin:0;
	line-height:22px;
	list-style-type:none;
	font-size:10px;
	}

#secNavBar ul a{
    display:block;
	width:218px;
	height:22px;
	line-height:22px;
	color:#000;
	text-decoration:none;
	background:#929091 url(pixy2.jpg) no-repeat right bottom;
	}

#secNavBar ul a:hover{
    color:#FFF;
	background-position:left bottom;
	text-decoration: underline;
	}


#secNavBar ul .last a{background:url(pixy2_last.jpg) no-repeat right bottom;}
#secNavBar ul .last a:hover{background-position:left bottom;}



/*texto*/
h5{padding-top:30px;
padding-left:40px;
}

h4{
   padding-top:50px;
   padding-left:10px;
   }

h3{padding-top:50px;
padding-left:40px;
padding-bottom:20px;
font-size:15px;
}

h2{
padding-left:10px;
}

h6{
	padding-top:60px;
	padding-left:25px;
}

p{padding-left:40px;
padding-right:40px;
font-size:12px;
line-height:20px;
}



/*fix pro firefox*/
div.clear {
float: none;
clear: both;
display: block;
}


	
/*Formulario*/
fieldset{
width:400px;
margin: 40px 0;
padding:40px;
border: solid 0 transparent;
}

legend{
font-weight:bold;
font-size:12px;
}

label{
display:block;
}