body { text-align:center; 
	   font: 10px Verdana, Arial, Helvetica, sans-serif;
	   margin-top:0px;
	   background-image: url(images/baybg.png);
	   background-repeat: repeat;
	   
}  /*se usa para IE6 y anteriores*/

#principal {
		margin:0 auto 0 auto; 
		width:800px; 
		border:1px solid #ff0000;
		background-color:#FFFFFF;
}

#contenido {
		width:100%; 
		border:1px solid #ff0000;
		background-color:#FFFFFF;
}

#sVertical1 {
		width:161px;
		height:780px;
		float:left;

}

#sVertical2 {
		width:100%;
		height:780px;		
		float:right;
		background-color:#999999;
}

#pie{
		margin-top:15px;
		margin-bottom:5px;

}

.mainText {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}

