@charset "utf-8";
/* CSS Document */

/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
         ++++++++++++++++++ General Stylings ++++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/


a {
	color: #000;
	text-decoration:none;
	font-weight:bold;
}
a img {
	border: none;
}
img {
}
a:hover {
	color:#000;
	text-decoration:none;
}
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
/*++++++++++++++++++ The BACKGROUND IMAGE +++++++++++++++++++++*/

body {
	background:url(images/background_new.gif) no-repeat #2b1a1a;
	background-position:top center;
	background-attachment:fixed;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	text-align:center;
	margin: 0;
	padding: 0;
}
/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
        ++++++++++++++ Containers and Headers ++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#headmenu {
	margin-bottom:0px;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	width:92%;
	letter-spacing:-1px;
	float:none;
	margin: 0px 0 0 0;
	color:#fff;
	overflow:hidden;
}
#headmenu a {
	color:#000;
	background:#e2d3b7;
	padding:3px 10px 2px 10px;
	margin:0 0 0 3px;
	line-height:21px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	zoom:1;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-topleft:0px;
	-khtml-border-radius-topright:0px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
#headmenu a:hover {
	text-decoration:none;
	color:#fff;
	background:#6b542a;
}
#headmenu ul {
	margin-top:0;
}
#headmenu ul li {
	float:right;
	list-style-type:none;
}

/* ----- one column wrapper fix ----- */
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/header_es.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:100%;
	height:210px;
	margin:0;
}
.oneColFixCtrHdr #headerfix {
	float:right;
	padding-left:20px;
	padding-right:20px;
	width:220px;
	padding-top:25px;
	height:105px;
	margin:0;
}
.oneColFixCtrHdr #mainContent {
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/main_back.gif);
	background-position:top center;
	background-repeat:repeat-y;
	margin-top:0;
	border: thin solid #dfd0b2;
	}
	
.oneColFixCtrHdr #footer {
	background-image:url(images/footer.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:20px;
	width:100%;
	height:130px;
	margin:0;
}
.oneColFixCtrHdr #footerright {
	float:right;
	padding-left:20px;
	padding-right:20px;
	width:220px;
	padding-top:25px;
	height:105px;
	margin:0;
}
.oneColFixCtrHdr #footerleft {
	float:left;
	width:660px;
	padding-left:20px;
	padding-top:5px;
	height:105px;
	margin:0;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
