body {
	background: black url(../images/bg.jpg) top center no-repeat;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Verdana;
	text-align: left;
}




#container {
	position: relative;
	width: 1000px;
	min-height: 500px;
	border: 0px solid orange;
	left: 50%;
	margin: 20px 0 20px -500px;
	float: left;
}

#header {
	position: relative;
	height: 156px;
	width: 1000px;
	background: transparent url(../images/header.jpg) top left no-repeat;
}



#middle {
	float: left;
	position: relative;
	width: 1000px;
	background: transparent url(../images/middle.jpg) top left repeat-y;
}

#content {
	float: left;
	position: relative;
	width: 970px;
	background: transparent;
	margin-top: -258px;
	z-index: 5;
	padding-left: 30px;
}





#nav {
	position: relative;
	width: 1000px;
	height: 348px;
	background: transparent url(../images/nav.jpg) top left no-repeat;
	overflow: hidden;
}

#nav #buttons {
	position: relative;
	padding: 11px 0 0 0;
	left: 50%;
	float: left;
}

#nav #buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	left: -50%;
}

#nav #buttons ul ul { 
	display: none;
}

#nav #buttons ul li {
	display: block;
	float: left;
}



#nav #buttons a,
.submitButton {

	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: black;
	background-color: #cfbc43;
	border: 0;
	border-bottom: 4px solid #90832f;
	padding: 8px 10px 6px 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0 5px;
	
}

#nav #buttons a:hover,
#nav #buttons a.selectedLink,
.submitButton:hover {

	color: white;
	background-color: #e07717;
	border-color: #9c5310;

}

#nav hr {
	clear: both;
	position: relative;
	top: 14px;
	display: block;
	border: 0;
	width: 940px;
	border-top: 2px solid #691500;
	border-bottom: 1px solid #e07717;
	opacity: .5;
}



#content .content a {
	font-size: 12px;
	font-family: Verdana;
	background-color: #cfbc43;
	border-bottom: 2px solid #90832f;
	text-decoration: none;
	color: black;	
	padding: 1px;
}

#content .content a:hover {
	color: white;
	background-color: #e07717;
	border-color: #9c5310;
}



#footer {
	float: left;
	position: relative;
	height: 150px;
	width: 1000px;
	background: transparent url(../images/footer.jpg) top left no-repeat;
}



#footer #quotes {
	position: relative;
	float: left;
	width: 1000px;
	height: 24px;
	background: transparent url(../images/quotes.png) top left no-repeat;
	_background: transparent url(../images/quotes.gif) top left no-repeat;
	margin-top: 50px;
}




#editable_quote {
	width: 850px;
	min-height: 75px;
	float: left;
	margin-left: 75px;
	margin-top: -25px;
}


#editable_singlecol {

	width: 940px;
	min-height: 300px;

}


#editable_2col_left {
	float: left;
	width: 366px;
	min-height: 300px;
}

#editable_2col_right {
	float: left;
	width: 574px;
	min-height: 300px;
}


.submitButton {
	margin: 0;
	font-size: 11px;
}

.contactField, .contactText {
	width: 230px;
	border: 1px inset #AAA;
	padding: 3px;
}
textarea.contactText {
	font: 9pt Arial, Helvetica, Sans-serif;
}






/*  DO NOT CHANGE! CMS 2.0 STYLES */
html, body {
	
}

p, form {
	margin: 0;
	padding: 0;
}

#siteContentContainer {
	position: relative;
	height: 100%;
}

#floatingContentDivContainer {
	position: absolute;
	height: 100%;
}


.floatingDiv {
	position: absolute;
	background: transparent;
	width: 200px;
	height: 200px;
	top: 50px;
	left: 50px;
	overflow: hidden;
}
