html, body {height:100%;} 

body {
	background-image:url(../img/bg.jpg);
	margin:0px; margin-top:0px; padding:0px;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif; color:#555; text-align:center;
	}

#tudo { 
	width:800px;
	position:relative;
	margin:0 auto;
	min-height:100%;
	border-width:0 0px;
    text-align:left;
    background-color: #fff;	
}

* html #tudo { height: 100%; }

#conteudo { padding-bottom:30px; }

#topo {	
	width:100%;
	height:200px;
}

#principal {
	width:100%;
	vertical-align:top;	
	}

#rodape {
	background-color:#0066CC;
	width:100%;
	height:30px;
	position: absolute;
	bottom: 0px; border:0px;
	text-align:center;
	}

#rodape p {
	margin:0;
	padding-top:3px;
	font-weight:bold;
	color:#fff;
	font-size:9px;
	}
a{ color:#0000FF; text-decoration:none; } 
a:hover{ color:#0000FF; text-decoration:underline; } 
#rodape a{ color:#FFF; }

.clear {clear:both;}
	
h1{	color:#fff;	font-size:18px; padding:0px; margin:0; padding-left:4px; margin-bottom:5px;text-align:left;
background-image:url(../img/bgMenu.png);}
h2{ color:#0000FF;  font-size:17px; text-align:left;padding:0px; margin:0px; padding-left:5px;}


/* MENU */
#boxMenu {
	float:left;
	width:150px;
	margin: 0 2px;	margin-top: 4px;
	border: 1px solid #eee;
	padding-bottom:5px;
}

ul {
	margin: 0px; padding:0px; list-style-type: none;  
   }


li {
	border-top: 1px #CCCCCC solid;
	padding-left: 10px;
	background:#FFFFFF;
	cursor:pointer;
   }
   
li:hover{
	background:#0066CC;
	color:#FFFFFF;
}
li:hover a{
	color:#FFFFFF;
}

li a{
   color:#0000FF;
   text-decoration:none;
}

/* LATERAL DIREITA */

#boxDireita{
	float:right;
	width:178px;
	text-align:left;
	border: 1px solid #eee;	margin-top: 4px;
	color:#555555;
	
	margin-left: 5px;
}
#boxDireita a{
  margin-left: -5px;
	color:#0000FF; text-decoration:none;
}

#boxDireita img{
	margin-right: 3px;
}
#home{
	float:left;
	padding-top:5px;
	width:454px;
	text-align:justify;
	color:#555555;
	}
#texto{
color:#555555;
	text-align:justify;
	margin-left:8px;
	margin-right:4px;
}

#box3d{		
	width:100%;
	margin-top:30px;
	height: 190px;
	text-align:center;
}

table { width:100%; }

#mensagens td{
height:40px;  text-align:center; 
}
#mensagens td:hover {
	background-color:#999999;
}
/*
#box3{
	float:left;
	width:469px;
	min-height:180px;
	border-top: 1px solid #eee;
	margin-left: 2px;
	margin-top: 4px;
  }
*/


#menu {
	background-image:url(../img/bgMenu.png);
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 3px;
	
}
/* escrito no lado do site loja... */
#barraLateral{
	width:85px;
	position:absolute;
	margin-left: -55px;
}