@charset "utf-8";
/* CSS Document */

a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}
a:hover {text-decoration:none}
img {border:0px;}

body {
width:100%;
min-height:100%;
margin:0px;
padding:0px;
text-align:center; /*center hack*/
background:url(../imagens/bg.png) repeat-x #80b3cc;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topo {
	width:100%;
	height:auto;
	z-index: 2;
	position:absolute;
	top:0px;
	margin:0px;
	padding:0px;
	left: 0px;
}
#wrap {
display:table;
width:880px; /*center hack*/
margin:0 auto; /*center hack*/
padding:0px;
text-align:center;
height:auto;
background:#FF0000;
background:url(../imagens/bg_lateral.png) repeat-y center;
}
.wrap {
display:table;
width:800px; 
float:center;
text-align:center;
height:auto;
margin-left:40px;
*margin-left:0px;
}
#top{
height:254px;
width:800px;
background:#FFFFFF;
}
#center{
display:table;
height:auto;
width:800px;
background:#FFFFFF;
}
	#menu{
	padding:0px;
	margin:0px;
	height:44px;
	width:100%;
	background:url(../imagens/menu_bg.png) repeat-x;
	}
	#content {
	background:url(../imagens/shadow_menu.png) repeat-x;
	height:auto;
	width:800px;
	float:left;

	}
	#left {
	height:auto;
	width:240px;
	float:left;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:10px;


	}
	#right {
	height:auto;
	width:535px;
	float:left;
	margin-top:10px;
	border-left:dotted 1px #CCCCCC;

	}
#footer{
border-top:2px solid #FFFFFF;
height:25px;
width:100%;
background:#333333;
color:#FFFFFF;
font-size:11px;
line-height:20px;
}
.leftside {
display:table;
width:40px;
height:10px;
float:left;
}
.rightside {
display:table;
width:40px;
height:10px;
float:left;
}
