* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	overflow-x: no;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#geral {
	width: 955px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-left: -477px;
	margin-top: -300px;
	position: absolute;
}
#menu {
	width: 955px;
	height: 30px;
	background-color: #000033;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url('../images/bg_menu.jpg');
}
#menu ul {
	list-style-type: none;
	padding:0px;
	margin: 0px;
}

#menu li {
	display: inline;
	text-align: center;
	float: left;
}


#menu li a {
	background: url('../images/bg_menu.jpg') repeat-x;
	color: #FFFFFF;
	padding: 10px 10px 6px 10px;
	text-decoration: none;
	width: 115px;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
}

#menu li a:hover {
	background: url('../images/bg_menu_over.jpg') repeat-x;
}
#header {
	/*height: 125px;
	width: 955px;*/
	background-color: #CCCCCC;
	border-bottom: 1px solid #fff;
}
#content {
	width: 955px;
	clear: both;
	background-color: #999999;
	border-top: 1px solid #fff;
}
#left {
	width: 229px;
	float: left;
	background-color: #666666;
    _margin-right: -3px;
}
#img_left {
	width: 229px;
	height: 331px;
	background: url('../images/left.gif');
}
#apoio {
	width: 210px;
	height: 94px;
	_height: 96px;
	*height: 96px;
	clear: both;
	background-color: #000000;
	background: url('../images/bg_apoio.gif');
	padding: 10px;
}
#apoio h2 {
	color: #01184c;
}
#apoio table {
	margin-left: 60px;
}
#center {
	width: 475px;
	height: 446px;
	_height: 447px;
	*height: 447px;
	float: left;
	background-color: #01184c;
	_margin-left: 2px;
}
#patrocinio {
	width: 231px;
	height: 427px;
	float: right;
	_float: left;
	background: url('../images/patrocinio.gif') no-repeat;
	padding: 10px;
}
#patrocinio h2 {
	color: #01184c;
}