body 
{
	background-color: White;
	background-image: url('../img/bgtudo.jpg');
	font-family: Tahoma;
	font-size: 12px;
	color: #4d4d4c;
	margin: 0 0 0 0;
}

.dimen 
{
	width:800px;
	max-width:800px!important;
	margin: 0 auto;
}

.topo 
{
	background-image: url('../img/topo.jpg');
	background-color: White;
	width: 800px;
	max-width:800px!important;
	height: 236px;
}
.topo a 
{
	display: block;
	width: 800px;
	max-width:800px!important;
	height: 236px;
	font-size: 1px;
}

.menu 
{
	background-image: url('../img/barramenu.gif');
	background-repeat: repeat-x;
	width: 761px;
	max-width:800px!important;
	height: 26px;
	margin: 0 0 0 0;
}
.menu li 
{
	float: left;
	list-style: none;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 3px;
	width:30%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.menu li a
{
	background-image: url('../img/barramenu2.gif');
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4c;
	width: 100%;
	height: 20px;
	padding: 2px;
	margin: 0 auto;
}
.menu li a:hover
{
	background-image: url('../img/barramenuover.gif');
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #b6a98f;
	width: 100%;
	height: 20px;
	padding: 2px;
	margin: 0 auto;
}

.cont 
{
	width:800px;
	max-width:800px!important;
	height: auto!important;
	min-height: 300px;
	background-image: url('../img/contbg.jpg');
	background-color: White;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 0px;
	text-align: justify;
}

.cont h2 
{
	text-align: center;
}

.cont h3 
{
	text-align: center;
	color: red;
}


.rodape 
{
	background-image: url('../img/rodape.gif');
	background-repeat: repeat-x;
	width: 800px;
	height:36px;
}


