/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../imagens/fundo_site.gif);
	background-position:center;
	background-repeat:repeat;
}

div#latEsquerda {
	position:absolute;
	width:179px;
	height:576px;
	left:50%;
	margin-left:-361px;
	background-image:url(../imagens/fundo_lateral_esquerda.jpg);
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}

div#site {
	position:relative;
	padding:0px;
	width:750px;
	border:5px solid #DEDEDE;
	top:7px;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url(../imagens/fundo_site.jpg);
	background-repeat:repeat-x;
}

div#topo {
	position:relative;
	text-align:left;
	width:750px;
	height:200px;
}

div#menuPrincipal {
	position:relative;
	width:170px;
	height:197px;
	left:192px;
	background-image:url(../imagens/fundo_menu.gif);
	background-repeat:repeat;
	background-position:center;
	border-bottom:3px solid #EEEEEE;
	border-right:3px solid #EEEEEE;
	float:left;
	margin:0px 5px 0px 0px;
}

div#detalheMenu {
	position:relative;
	margin:7px 2px 0px 0px;
	width:370px;
	height:190px;
	background-color:#FFFFFF;
	border-top:1px solid #CC0000;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CC0000;
	float:right;
}

div#detalheMenu2 {
	width:370px;
	height:190px;
	background-color:#FFFFFF;
	border-top:1px solid #CC0000;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CC0000;
	float:right;
}


div#conteudo {
	position:relative;
	width:530px;
	margin-left:200px;
	margin-top:10px;
	padding:10px;
	border-top:0.5mm dotted #DDDDDD;
	border-left:0.5mm dotted #DDDDDD;
}

.rolagem {
	scrollbar-arrow-color:#CC0000;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#EEEEEE;
	scrollbar-darkshadow-color:#EEEEEE;
	scrollbar-track-color:#EEEEEE;
}

div#rodape {
	position:relative;
	width:500px;
	height:50px;
	margin:0 auto;
	padding-left:200px;
	top:20px;
	font:10px verdana;
	color:#666666;
	text-align:center;
	clear:both;
}
div.chat {
	float:left;
	margin:30px 5px;
}