html, body {
	background:url(bg.jpg) 0 0 repeat-x; 
	height:100%;
}
* html #tudo {
	height: 100%;
	background:url(bg.jpg) 0 0 repeat-x;
}
body {
	padding:0;
	margin:0;
	color:#000;
	text-align:center;
	background: url(bg.jpg) 0 0 repeat-x top;
}
#tudo {
	position:relative;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#topo {
	background:url(topo.jpg) 0 0 no-repeat;
	width:778px;
	height:150px;
	margin:0 auto;
	position:relative;
}
#banner {
	width:468px;
	padding:78px 0 0 0;
	margin-left: 305px;
	left: -33px;
}
#centro {
	width:778px;
	margin:0 auto;
	padding:0 0 10px 0;
	background-color: #FFF;
	text-align:justify;
}
#esquerda {
	float: left;
	width: 115px;
	font-size: 12px;
	padding-left: 5px;
}
#conteudo {
	width: 650px;
	float: left;
	padding: 0 0 0 5px;
}
#rodape {
	text-align: center;
	clear:both;
	height:30px;
	padding:10px 0 0 0;
	color:#ffffff;
	font-size:12px;
	width:auto;
	background-color: #0CA5DE;
}
.clearfloat {
	clear: both;
}
/*------------------------------------------------------
	Menu
------------------------------------------------------*/
ul#menu {
	width:110px;
	background:#ffffff;
	margin:0;
	padding:0;
	list-style-type:none;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
ul#menu li {
	border-bottom:1px solid #f5f5f5;
}
ul#menu li a:link, ul#menu li a:visited {
	display:block;
	height:1%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border-left:6px solid #f5f5f5;
	padding: 3px 0px 3px 5px;
}
ul#menu li a:hover {
	background-color: #F5f5f5;
	color:#000000;
	border-left:6px solid #205b82;
}
img {
	border:0;
}
.menus {
	width:95px;
	font-weight: bold;
	color: #205b82;
	font-size: 12px;
	letter-spacing: 2px;
	background: #f4f4f4 url(+.GIF) 2px 3px no-repeat;
	padding: 0 0 0 15px;
}
