* {
 	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style: none;
}
input, select,textarea{
	border: 1px solid #666;
	background: #E9E5DA;
}
body{
	margin: 0 0;
	background: #fff;
	text-align: center;
}
a{
	text-decoration: none;
}


/************************************************************************
* Tudo
************************************************************************/
#tudo{
	margin: 0 auto 0 auto;
	text-align: left;
	width: 780px;
	background: #fff;
}
#topo{
	position: relative;
	width: 100%;
	height: 104px;
	background: url('/leila/imgs/top.jpg') no-repeat;	
}
#menu{
	width: 100%;
	height: 41px;
	overflow: auto;
	background: url('/leila/imgs/menu.jpg') no-repeat;	
}
#conteudo{
	position: relative;
	width: 100%;
	height: 345px;
	background: url('/leila/imgs/conteudo.jpg') no-repeat;	
}
#rodape{
	width: 100%;
	height: 30px;
	background: url('/leila/imgs/rodape.jpg') no-repeat;	
}


/************************************************************************
* Menu
************************************************************************/
#menu ul{
	width: 650px;
	padding: 1px 0 0 70px;
}
#menu li{
	display: block;
	float: left;
}
#menu li a{
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #302E2E;
	padding: 0 5px 0 5px;
}
#menu a:hover{
	color: #D18B8B; 
}



/************************************************************************
* Topo
************************************************************************/
#topo img{
	position: absolute;
	left: 266px;
	top: 35px;
}


/************************************************************************
* Conteudo
************************************************************************/
#conteudo .lateral{
	position: absolute;
	width: 120px;
	height: 275px;
	left: 30px;
	top: 15px;
	overflow: none;
}
#conteudo .lateral a{
	color: #302E2E;
	font-weight: bold;
	font-size: 11px;
}
#conteudo .lateral a:hover{
	color: #D18B8B; 
}
#conteudo .site{
	position: absolute;
	width: 540px;
	left: 170px;
	top: 15px;
	height: 295px;
	overflow: auto;
}
#conteudo .navegacao{
	position: absolute;
	width: 100px;
	left: 625px;
	height: 25px;
	top: 255px;
	overflow: auto;
}


#conteudo .imagens span{
	float: left;
	width: 150px;
	height: 150px;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}
#conteudo .imagens img{
	border: 1px solid #000;
}

#conteudo .box1{
	width: 200px;
	position: absolute;
	left: 30px;
	top: 15px;
}
#conteudo .box2{
	width: 200px;
	position: absolute;
	left: 210px;
	top: 15px;
}
#conteudo .box3{
	width: 200px;
	position: absolute;
	left: 420px;
	top: 15px;
}
#conteudo .pag{
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}
