body {
	margin:0px;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}



#container {
	position:relative;
}


/* -------------------- HEADER STYLES ----------------------------*/
#header_container {
	position:relative;
	width:100%;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
}

#header {
	position:relative;
	margin:auto;
	width:980px;
	height:278px;
	z-index:10;
}
#logo {
	position:absolute;
	top:0px;
	right:0px;
}

#menu {
	position:relative;
	margin:auto;
	width:980px;
	height:24px;
	top:248px;
	margin:auto;
	z-index:15;
}

/* -------------------- CONTENT STYLES ----------------------------*/
#content_container {
	position:relative;
	width:100%;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	z-index:0;
}

#content {
	position:relative;
	margin:auto;
	width:980px;
	text-align:left;
	padding-top: 60px;
	padding-bottom:25px;
	min-height:400px;
}

* html #content {height:400px;}

/* -------------------- FOOTER STYLES ----------------------------*/
#footer_container {
	position:relative;
	width:100%;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#footer_logos {
	position:relative;
	margin:auto;
	width:980px;
	height:75px;
	padding-bottom:12px;
}
#footer {
	position:relative;
	margin:auto;
	width:980px;
	padding-top:5px;
	padding-bottom:15px;
	font-size:11px;
	color:#474646;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif
}

#footer a {
	color: #6e6f6f;
	text-decoration: none;
	font-weight:normal;	
}

#footer a:hover {
	color: #500707;
	text-decoration: none;
}
#footer_info {
	position:relative;
	float:left;
	width:690px;
	border-right:solid 2px #500707;
	padding-right:50px;
}
#footer_links {
	position:relative;
	float:right;
	width:235px;
	text-align:right;
	font-size:13px;
	color:#6e6f6f;
}

/* -------------------- GENERAL STYLES ----------------------------*/
a {
	color: #763e3e;
}

a:hover {
	color: #666666;
}

#content ul li {padding-bottom:10px; list-style-image: url(../images/bullets.jpg);}
/*#content ol li {list-style:decimal;}*/

.clearfloat {clear:both;}
.hidden {display:none;}
