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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #1D1915 url(images/bodybg.jpg) top left repeat-x;
	margin-bottom: 0;
	margin-top: 0px;
}
#container {
	background:#fbf9ed;
	width: 960px;
	margin:auto;
	padding:0px;
}

#menu
{
	display:none;
}

#header2 {
	display:none;
}


#header {
	background: url(images/header.jpg) top center no-repeat;
	margin: 0px 0px 0px 0px;
	height: 190px;
	width:960px;
	padding-bottom:0px;
}


#content {
	margin: auto;
	margin-top:0px;
	float:left;
	padding: 10px;
	height: auto;
	width: 900px;
	background:  url(images/contentback.jpg) no-repeat bottom center;
}

#contentcontainer {
	overflow:none;
	width: 890px;
	height: 400px;
	scrollbar-base-color: #D1D1D4;
	background: none;
	margin: auto;
	padding-top: 15px;
	padding-right: 20px;
	margin-left: 10px;
}

#content p {
	color: #666666;
	margin-left:20px;
}

#content h1 {
	text-align: left;
	color: #947837;
	font-size: 22px;
	font-weight: bold;
	border-bottom: solid 1px #947837;
	margin-left:20px;
}

#content h2 {
	text-align: left;
	color: #947837;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #947837;
	margin-left:20px;
}

#content h3 {
	text-align: left;
	color: #947837;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #947837;
	margin-left:20px;
}

#content a{color: #C9803C; margin:0px;}
#content a:hover {color: #C9803; margin:0px}

#content ul {
	list-style: disc;
	font-size: 12px;
	color:#CC6600; 
}




#bottom {
	display:none;
}




#footer {
	background:#ecdfbf;
	clear: both;
	height: 150px;
}
	#footer p {
		color:#000;
		text-align: center;
		margin-top: 0px;
		padding-right: 10px;
		font-size: 12px;
		letter-spacing: normal;
		}
	#footer p a:link {
		color: #0000FF;
	}
	#footer p a:visited {
		color: #FF6600;
	}
	#footer p a:hover {
		color: #CC3300;
	}

