/* CSS Document */

body {
	font:Verdana;
	font-size:12px;
	color:#000;
	margin: 0;
	padding: 0;
	background-color:#521414;
	background-repeat:repeat-x;
}



#container {
	margin: auto;
	width: 797px;
	min-height:500px;
	background-image:url(img/bg_c.png);
	clear:both;
	z-index:11;
}

#footer {
	width: 797px;
	height:68px;
	background-color:#F96;
	background-image:url(img/footer.jpg);
	margin:auto;
}


#top {
	width:770px;
	height:202px;
	position:absolute;
	background-image:url(img/banner.jpg);
	margin-left:13px;
	z-index:12;
	
	
}




#content {
	width:577px;
	height:100%;
	margin-top:204px;
	margin-right:14px;
	float:right;
	clear:both;
	z-index:13;
	padding-left:15px;
}

#content h1{
	color: #975e21;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-variant:small-caps;
	font-weight:lighter;
}

#content p{
	color: #161616;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


.box {
	width:176px;
	min-height:30px;
	margin-top:204px;
	margin-left:13px;
	float:left;
	position:absolute;
	background-image:url(img/footer_nav.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:55px;
	z-index:1;
}

.boxcon {
	width:100%;
	height:100%;
}

.boxcon ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
.boxcon ul li {
	margin-bottom: 1px;
	padding: 0px;
}
.boxcon ul li a {
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #e9e9e9;
	width:172px;
	height:25px;
	background-color:#161616;
	font-family:Verdana, Geneva, sans-serif;
	font-style:bold;
	font-size:14px;
	font-weight:600;
}

.boxcon ul li a:hover, .boxcon ul li a:focus {
	color:#71bddf;
	background-color:#000;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

p {
	font:Verdana;
	font-size:12px;
	color:#000;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:21px;
}

