body
{
	margin: 0;
	padding: 0;
	background: #2E2E2E;
	font-family: arial, verdana, tahoma, times new roman;
	font-size: 12px;
}
input, textarea, select {
	background: #F2F2F2;
	font-family: arial, verdana, tahoma, times new roman;
	font-size: 12px; 
	font-style: normal;
	font-variant: normal;
	color: #000;
}	
#tam-ext
{
	margin: 0 auto;
	width: 800px;
	background: #FFF url('images/ocbg.jpg') repeat-y;
}

#tam-int
{
	margin: 0 auto;
	width: 760px;
	background: #FFF;
}
#menu
{
	width: auto;
	height: 50px;
	background: #444 url('images/menubg.jpg') repeat-x;
}
#menumain ul
{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#menumain ul li { display: inline; }

#menumain ul li a
{
	padding: 17px;
	color: #AAA;
	text-decoration: none;
	float: left;
	border-right: 1px solid #333;
}

#menumain ul li a:hover
{
	background: #666 url('images/hover.jpg') repeat-x;
	color: #FFF;
}
h1
{
	padding: 10px 0 0 10px;
	font-weight: normal;
	font-size: 120%;
	color: #888;
}
h2
{
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 100%;
	color: #888;
}
h3
{
	padding: 0;
	text-align: center;
	font-size: 100%;
	color: #888;
}
a
{
	text-decoration: none;
	color: #FF0600;
}

a:hover
{
	text-decoration: none;
	color: #FF0600;
}
#cab
{
	width: 760px;
	height: 100px;
	background: #FFF url('images/cab.jpg');
}
#col
{
	float: left;
	width: 760px;
	background: #FFF url('images/mainbg.jpg') repeat-x;
	text-align: left;	
}
#col-esq
{
	float: left;
	width: 529px;
	background: #FFF url('images/mainbg.jpg') repeat-x;
	text-align: left;
	border-right: 1px dotted #333;	
}
#col-dir
{
	float: right;
	width: 230px;
	text-align: left;	
	background: #FFF url('images/mainbg.jpg') repeat-x;
	color: #666;
}
#line
{
	clear: both;
	width: auto;
	height: 20px;
	background: #B70400;
}
#rodape
{
	clear: both;
	width: auto;
	height: 50px;
	text-align: center;
	background: #FFF url('images/rodapebg.jpg') repeat-x;
	color: #333;
	letter-spacing: 1px;
}