body {
	background: url(../images/background.png) #46492a;
	font-family: arial, tahoma, sans-serif;
	font-size: 10pt;
	color: #352e2a;
	}

a, a:visited {
	color: blue;
	}
	
#wrapper {
	width: 944px;
	margin: 0 auto 0 auto;
	}
	
#pageTop {
	background: url(../images/buckridgeTop.png) no-repeat;
	width: 944px;
	height: 40px;
	}

#mainContent {
	background: url(../images/buckridgeMiddle.png) repeat-y;
	width: 944px;
	min-height: 500px;
	}
	
#header {
	width: 944px;
	height: 126px;
	}
	
#footer {
	background: url(../images/buckridgeBottom.png) no-repeat;
	width: 944px;
	height: 40px;
	}
	
#headerContent {
	margin: 0 32px 0 32px;
	}
	
#mainContainer {
	margin: 0 15px 0 15px;
	}

.topNav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
.topNav li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	}
.topNav li a {
	display:block;
	padding:3px 10px 5px 10px;
	background-color:#4D3520;
	text-decoration:none;
	color:#FFFFFF;
	}
.topNav li a:hover {
	background-color:#39431b;
	text-decoration:none;
	}
		
.colClear {
	clear: both;
	}
	
#bottomContent {
	width: 944px;
	text-align: center;
	color: #ffffff;
	padding: 0 0 6px 0;
	}
	
#copyright {
	font-size: 9pt;
	padding: 5px 0 0 0;
	}
		
