@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C3B29;
}
body, html {
	margin:0;
	padding:0;
   	height:100%;
	background: #CC3300 url(images/site_background.jpg);
}
a:link {
	text-decoration: none;
	color: #CC3300;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	line-height: 23px;
	letter-spacing: 3px;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	color: #CC3300;
	border-bottom: dotted 1px #d3c0aa;
}


/* LAYOUT */
#container {
	min-height: 100%;
	position: relative;
	width: 820px;
	background: transparent url(images/main_background.png) center repeat-y;
	margin: 0 auto;
}
#header {
	text-align: center;
	overflow: hidden;
}
#header-inner {
	position: relative;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
#body {
	padding: 0px;
	margin: 30px 0px 0px 0px;
	padding-bottom: 300px;	/* Height of the footer */
	overflow: hidden;
}
#body-inner {
	width: 800px;
	background: #f6eed0;
	margin: 0 auto;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 300px;			/* Height of the footer */
}
#footer-inner {
	width: 800px;
	height: 300px;
	border-top: 30px solid #9d472a;
	margin: 0 auto;
	background-color: #711c00;
}
/* END LAYOUT */

/* MAIN BODY */
#left-col {
	float: left;
	width: 360px;
	margin: 0px 0px 0px 20px;
}
#right-col {
	float: right;
	width: 340px;
	margin: 0px 20px 0px 0px;
}

.specials {
	text-align: center;
	overflow: hidden;
	padding: 10px;
	margin: 0px 20px 0px 20px;
	background-color: #f6eed0;
}

.specials p {
	font: 15px/20px "Times New Roman", Times, serif;
}

.map {
	border: #d3c0aa solid 5px;
}
/* NAVBAR */

.logo {
	position: absolute;
	float: left;
	top: 250px; left: 10px;
	width: 303px;
	height: 110px;
	background: transparent url(images/Camino_Real_logo.png) no-repeat;
}

.navbar-area {
	width: 800px;
	height: 70px;
	background: transparent url(images/menu_background.png) no-repeat;
}
.navbar-area ul {
	float: right;
	list-style: none;
	height: 70px;
	width: 450px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
.navbar-area ul li {
	display: inline;
	margin: 0; padding: 0;
}
.navbar-area ul li a {
	float: left;
	margin: 0;	padding: 0 12px;
	font: 17px/55px "Times New Roman", Times, serif;
	text-decoration: none;	
	color: #FFF0DB;	
	text-transform: none;
}
.navbar-area ul li a:hover, 
.navbar-area ul li a:active {
	color: #fff;
	background: none;
	border: none;
}
.navbar-area ul li#current a {	
	color: #D33972;	
}
/* END NAVBAR */
/* BDOY */
right-col {
	float: left;
	border-bottom-color:
}


/* FOOTER */

#footer p {
	color: #d3c0aa;
}

#footer h2 {
	color: #CC3300;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: none;
	text-align: left;
}

#footer-left {
	float: left;
	width: 400px;
	margin: 10px 0px 0px 20px;
}

 */