body {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FAEDBC;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 2px solid #4B0300;
	overflow: auto;
	height: 350px;
	scrollbar-base-color:#4B0300;
}
#header {
	background-image: url(../images/loma_alta_header.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 110px;
	border-bottom: 2px solid #4B0300;
	position: relative;
}
#header2 {
	background-color: #E6CB72;
	height: 90px;
	border-bottom: 2px solid #4B0300;
}
#header2 .logo {
	margin-left: 20px;
	margin-top: 15px;
}
#header2 .logo2{
	position: absolute;
	left: 446px;
	top: 125px;
}
#header2 ul{
	position: absolute;
	left: 443px;
	top: 170px;
	list-style: none;
	margin: 0;
	padding: 0;
		
}
#header2 li{
	display: inline;	
}
#header2 a:link, #header2 a:visited{
	margin-right: 8px;
	margin-left: 5px;
	color: #252122;
	text-decoration: none;	
}
#header2 a:hover{
	margin-right: 8px;
	margin-left: 5px;
	text-decoration: none;
	color: #4B0300;	
}

#left_column {
	position: relative;
	float: left;
	top: 20px;
	left: 15px;
	width: 175px;
	color: #F5E496;
}
#middle_column {
	position: relative;
	float: left;
	top: 20px;
	margin-left: 45px;
	width: 450px;
	color:#333333;
	clear: none;
}
#right_column {
	position: relative;
	float: left;
	top: 20px;
	margin-left: 45px;
	width: 200px;
	color: #612118;
}
#footer {
	background-color: #E6CB72;
	
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}
#footer ul{
	position: relative;
	top: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
		
}
#footer li{
	display: inline;	
}
#footer a:link, #footer a:visited{
	margin-right: 8px;
	margin-left: 5px;
	color: #252122;
	text-decoration: none;	
}
#footer a:hover{
	margin-right: 8px;
	margin-left: 5px;
	text-decoration: none;
	color: #4B0300;	
}
h1 {
	font-size: 24px;
	
}
h2 {
	font-size: 20px;
	
}
h3 {
	font-size: 16px;
	
}
h4 {
	font-size: 14px;
	
}
h5 {
	font-size: 12px;
	
}
h6 {
	font-size: 10px;
	color: #252122;
}