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

body {
	background:url(../images/body-bg.jpg) no-repeat top center #000;
	background-attachment:fixed;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
* {
	margin:0px;
	padding:0px;
}
p {
	margin-bottom: 15px;	
}
a {
	color: #227cc4;

}

h2 {
	font-size: 25px;
	border-bottom: 5px solid #8f7a6c;
	width: 250px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #565353;
}

#wrap {
	margin: auto;
	width: 710px;
}
#header {
	width:  710px;
	height: 176px;
	float: left;
}
#content {
	width: 710px;
	background-color:#6B594E;
	margin: 0px 0 0 0;
	float:left;
}
#nav {
	float:left;
	height: 42px;
	width: 710px;
	font: 14px;
	background-image:url(../images/nav-bg.gif);
	clear: left;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}



.homebutton {
	float: left;
	padding: 14px 29px 14px 29px;
	width: 43px;
	text-align:center;
}
#homebutton-selected {
	background-image: url(../images/home-rollover-bg.gif);	
}
.contactbutton {
	float: right;
	padding: 14px 29px 14px 29px;
	border-left: 1px solid #3C3934;
	width: 43px;
	text-align:center;
	
}
#contactbutton-selected {
	background-image: url(../images/contact-rollover-bg.gif);
	background-position:right;
	background-position:top;
}
#selected {
	background-image: url(../images/navlink-rollover-bg.jpg);
	background-repeat: repeat-x;
}
.button {
	width: 42px;
	float: left;
	padding: 14px 29px 14px 29px;
	border-left: 1px solid #3C3934;
	text-align: center;/*border-bottom: 1px solid #3C3934;*/
}






#spotlight-top {
	width: 651px;
	height: 13px;
	float:left;
	margin: 15px 0 0 30px;
	
	background-image:url(../images/spotlight-top.gif);
	
}

#spotlight {
	width: 639px;
	
	float:left;
	background-image:url(../images/gradient-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin: 0px 0 0 30px;
	border-left: 3px solid #565353;
	border-right: 3px solid #565353;
	padding: 0px 3px 0px 3px;
}
#spotlight-bottom {
	width: 651px;
	height: 13px;
	float:left;
	margin: 0px 0 0 30px;
	background-image:url(../images/spotlight-bottom.gif);
	
	
}
#news-promo {
	width: 470px;
	float:left;	
}


#news-top {
	float:left;
	width: 440px;
	height: 13px;
	margin: 15px 0 0px 30px;
	background-image:url(../images/news-top.gif);
}
#news {

	float:left;
	width: 434px;
	background-color:#fff;
	background-image:url(../images/gradient-bg.jpg);
	background-repeat:repeat-x;
	margin: 0px 0 0px 30px;
	border-left: 3px solid #565353;
	border-right: 3px solid #565353;
}
#news-bottom {
	float:left;
	width: 440px;
	height: 13px;
	margin: 0px 0 15px 30px;
	background-image: url(../images/news-bottom.gif);
}
#promo-top {
	float:right;
	width: 196px;
	margin: 15px 29px 0px 0px;
	height: 13px;
	background-image: url(../images/promo-top.gif);
}
#promo {
	float:right;
	width: 191px;
	margin: 0px 29px 0px 0px;
	background-color: #fff;
	background-image:url(../images/gradient-bg.jpg);
	border-left: 3px solid #565353;
	border-right: 3px solid #565353;
	clear:right;
}
#promo-bottom {
	
	float:right;
	width: 196px;
	margin: 0px 29px 0px 0px;
	height: 13px;
	clear:right;
	background-image: url(../images/promo-bottom.gif);
	
}
#footer {
	width: 710px;
	margin: 15px 0px 0px 0px;
	clear:both;
	text-align: center;
	padding: 10px 0 10px 0; 
	color: #CCC;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;	
}


#body-content {
	padding: 10px 15px 0 15px;	
}