<!--
* { 
padding : 0;
margin : 0;
} 

body 
{ 
	font-family : Trebuchet MS, Verdana, Arial, Helvetica; 
	color : #000;
	font-size : 13px;
	font-style: normal;
	font-variant: normal;			
	font-weight: normal;
	letter-spacing: 0.03em;
	background: #000 url('images/bg.gif');
}

h1
{
	padding: 15px 0 10px 20px;
	font-weight: bold;
	font-size: 130%;
	color: #5078AD;
	text-align: justify;	
}

h2
{
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 95%;
	color: #333;
	text-align: justify;	
}
h3
{
	padding: 0 20px 0 20px;
	font-weight: normal;
	font-size: 95%;
	color: #333;
	text-align: left;	
}
#center
{
	width: 800px;
}		
#content
{
	display: inline;
	float: left;
	width: 800px;
	text-align: left;
	background: #fff url('images/content.gif');
}
#header
{
	display: inline;
	float: left;
	width: 800px;
	height: 136px;
	background: url('images/header.jpg');	
}

#menu 
{
	clear: both;
	width: 800px;
	height: 30px;
	margin: 0;	
	background: #333 url('images/b1.gif'); 
	font-family : Verdana, Arial, Helvetica; 
	font-size: 11px; 
	letter-spacing: 0.05em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
}
#menu ul 
{
	margin: 0 0 0 75px;
	padding: 0;
	list-style: none;
}
#menu li 
{
	display: inline;
}
#menu a 
{
	display: block;
	float: left;
	height: 30px;
	padding: 0px 25px 0px 25px;
	text-decoration: none;
	color: #fff;
}
#menu a:hover  
{
	background: #222 url('images/b2.gif');
	color: #00CCFF;
}
#linha
{
	display: inline;
	float:left;
	width: 800px;
	height: 4px;
	background: url('images/linha.gif');
	font-size: 1pt;
}	
#left
{
	display: inline;
	float: left;
	width: 195px;
	text-align: center;
}
#main
{	
	display: inline;
	float: right;
	width: 604px;
	text-align: center;
	border-left: 1px dotted #666;
}

#bot
{	
	display: inline;
	float: left;
	width: 800px;
	height: 30px;
	font-size: 85%;
	color : #fff;	
	text-align: center;
	background: url('images/b2.gif');
}
#bot a:link, #bot a:visited, #bot a:active
{
	color: 	fff;
	text-decoration: none;
}
#bot a:hover	
{
	color: 66CCFF;
	text-decoration: none;	
}	
-->