div#backTopo {
	width:1002px;
	margin:0 auto;
	background:url(../imagens/global/linhaTopo.jpg) no-repeat 0 43px;
}
div#topo {
	width:1000px;
	margin:0 auto;
	background:url(../imagens/global/logo.jpg) no-repeat;
}
ul#menu {
	width:555px;
	margin:0 auto;
	padding:5px 0 0 0;
	
}

/* BANNER TOPO */

div#banner {
	height:316px;
	width:797px;
	float:right;
	padding:20px 25px 0 0;
}


/* CORPO DO SITE */
div#corpo {
	width:1000px;
	margin:0 auto;
	margin-top:15px;
	background:url(../imagens/global/menuLateralBaixa.jpg) repeat-y 175px 0;
}


/* MENU LATERAL */

div#menuLateral {
	width:200px;
	padding-left:10px;
	
}
div#menuLateral ul li a {
	display:block;
}

div#menuLateral div.subMenu {
	width:200px;
	margin:-20px 0 0 120px;
	padding:2px;
	background:#FFF;
	border:solid 1px #CCC;
}
div#menuLateral div.subMenu a {
	padding:5px 0 5px 0;
	border-bottom:solid 1px #CCC;
}

/* LATERAL DIREITO DO SITE */

div#lateralDireito {
	width:190px;
	
}


/* RODAPE  DO SITE  */

div#rodape {
	width:100%;
	background:url(../imagens/global/backRodape.jpg) repeat-x bottom;
	height:343px;
}


/* BANNER DO SORTEIO */

div#bannerSorteio {
	width:560px;
	margin:0 auto;
}


/* INDIQUE A UM AMIGO */
div#indicando {
	border:1px dotted #CCCCCC;
	height:225px;
}
div#indicando dl {
	margin:0;
	padding:15px 0 0 0;
	
}
div#indicando dt {
	float:left;
	font-size:10px;
	width:115px;
	text-align:right;
	padding:5px 5px 0 0;
	color:#666666;
}
div#indicando dd {
	padding-bottom:5px;
}
div#indicando dd input {
	border:1px solid #CCCCCC;
	font-size:10px;
	color:#333333;
}
div#indicando a {
	text-decoration:none;
	color:#FF6600;
}
div#indicando a:hover {
	text-decoration:underline;
}
