body {
	color:#333333;
	margin:3px 0 3px 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000 url(images/bkg_bkl_gry.jpg) repeat-x;
	text-align:center;
}

#container{
	width:750px;
	margin:0 auto; 
	padding:0;
	text-align:left;
}

#content {
margin:0; /* margem esquerda = a largura da coluna esquerda */
padding:0px;
width:750px;
background:#FFFFFF;
}

#footer{
	text-align:center;
	height:56px;
	margin:0;
	padding:0;
	background:url(images/footer.jpg);
}

#header{
	height:100px;
	margin:0;
	padding:0;
	background: url(images/top_0.jpg) no-repeat;
}


#header1{
	height:336px;
	margin:0;
	padding:0;
	background: url(images/top_1.jpg) no-repeat;
}


#header2{
	height:336px;
	margin:0;
	padding:0;
	background: url(images/top_2.jpg) no-repeat;
}

#header3{
	height:336px;
	margin:0;
	padding:0;
	background: url(images/top_3.jpg) no-repeat;
}

#header4{
	height:336px;
	margin:0;
	padding:0;
	background: url(images/top_4.jpg) no-repeat;
}

#header5{
	height:336px;
	margin:0;
	padding:0;
	background: url(images/top_5.jpg) no-repeat;
}

/* ________  TEXTO - HEADER ___________________*/
h1{
	margin:5px 10px;
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

h2{
	margin:5px 10px;
	font-size:15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

/* ________  TEXTO - PARAGRAFO ___________________*/

p{
margin:10px 10px 20px 10px;
}

/* ________  LINK ___________________*/

#content  li a:link, #content  li a:visited {
color: #0033FF;
text-decoration: none;
	}
		
#content li a:hover {
text-decoration: underline;
color: #990000;
	}


/* ________  lista ___________________*/
#content  ul{
padding:0;
margin:0 0 0 30px;
font-weight: normal;
text-transform: capitalize;
}

#content  li{
margin:0 0 0 0px;
padding:5px 10px 10px 3px;
list-style-type: disc;
}


/* ________  NAVEGAÇAO - MENU ___________________*/
#menu {
	width: 750px;
	margin: 0;
	padding:0 ;
	text-align:center;
		}

#menu ul {
	font-family:Tahoma;
	font-size:12px;
	height:35px;
	line-height:35px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

#menu li{
	margin:10px 5x;
	width:150px;
	text-decoration: none;
	float:left;
	display:block;
	}	

#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;

	}	
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#menu li a:hover {
	text-decoration: none;
	color: #CCCCCC;
	}


/*__________ FOOTER _____________________________________________________*/
#footer a:link, #footer a:visited {
color: #999;
text-decoration: none;
}
	
#footer a:hover {
text-decoration: none;
color: #333333;
}

#footer p{
margin:0;
padding:0;
font-size:9px;
color:#999999;

}

