/* Estructura de top, tres columnas y footer -----*/

#container {
	width: 870px;
	padding:0px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}

#top{
	margin-bottom:12px;
} 

/*outer and inner----------------- */

#outer{ 
	border-left: solid 150px #FFF; /* color of the left column  */ 
	border-right: solid 170px #FFF; /* color of the right column  */ 
} 

#inner{
	margin:0; 
	width:100%; 
	} /* The ie/pc pecularity */ 

/* left and right navi ------------- */

#left {
	width:150px; 
	float:left; 
	position:relative; 
	margin-left:-150px; 
	margin-right:1px;
 }
#right {
	width:170px; 
	float:right; 
	position:relative; 
	margin-right:-170px; 
	margin-left:1px;
 }

#content{ 
	position: relative; 
	margin: 0px;
}

#sp{
	clear:both;
}

/* FOOTER ---------------------- */ 
#footer {
	clear:left;
}