@CHARSET "UTF-8";

/* ------------------------------------- LAYOUT --------------------------------------------- */
#container { 
	text-align: left; 
	background-color: #d9cc00; 
	width: 900px; 
	margin: 0px auto;	
	border: 0px green solid;
}

/* ------------------------------------ HEADER ---------------------------------------------- */
#header {  
	background-image: none;  
	background-repeat: no-repeat;  
	background-position: top; 
	background-color: #e3d717;
	height: 109px; 
	width: 900px; 
	margin-bottom: 0px; 
	border: 0px red solid; 
}
#header .lista { 
	background-color: #d55907; 
	padding: 2px 10px 2px 10px; 
	color: yellow; 
	border-bottom: 2px black solid; 
	float: left; 
}
#header .lista a { 
	color: white; 
	font-weight: bold; 
	text-decoration: none; 
}
#header .lista a:hover { 
	color: black; 
}
#header .lista h1 { 
	font-size: 11px; 
	color: white; 
}

#header .mainl {
	margin-top:0px;
	margin-left:0px;
	color: white;
	font-size:16px;
	float:left;	
}
#header .mainl a {

	display:block;
	width: 165px;
	height: 85px;
}
#header .maina {
	float:right;	
}

/* ------------------------------------ CONTENT -------------------------------------------- */

#content { 
	width: 900px;
	background-color: #d9cc00; 
	float:left; 
	border-top: 2px white solid;
	padding-bottom: 15px;
}
#left {	
	float: left;
	width: 165px;
	border: 1px #c3b700 solid;  
	border-left: 0px #c3b700 solid;  
	background-color: #e3d717;  
	margin: 10px 10px 10px 0px;
	float: left;
}
#body {	
	text-align: left;	
	margin: 10px 10px 10px 0px;  
	_margin: 5px 5px 10px 0px;  
	border: 0px red dashed;  
	clear: none;	
	width: 548px;
	_width: 545px;
	float: left;
	line-height: 18px;
}
#right { 
	float: right;
	clear: none;
	width: 165px;  
	border: 1px #c3b700 solid;  
	border-right: 0px #c3b700 solid;  
	background-color: #e3d717;  
	margin: 10px 0px;
	
}

#text {  
	padding: 10px;  
	border: 0px black solid;
}
#reset {	
	border:  0px none;	
	margin:  0px;	
	padding: 0px;	
	float: none;	
	clear: both;	
	width: 0px;	
	height: 0px;	
	line-height: 0px;	
	font-size: 0px;
}

/* --------------------------------------- FOOTER -------------------------------------------- */
#footer { 
	width: 886px; 
	background-color: #d55907; 
	border-top: 2px white solid; 
	background-image: url('../images/bg-footer.png'); 
	background-repeat: repeat-x; 
	padding: 7px;
	float: left;
}
#footer img {
	vertical-align: middle;
}
#footer a { 
	color: black; 
	font-weight: bold; 
	text-decoration: none; 
}
#footer a:hover { 
	color: white; 
}
/* ------------------------------------- END LAYOUT ------------------------------------------ */
