html, body {
	background: #5C654D;
	margin: 0; 
	padding: 0; 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #666666;
	text-align:center;	
}

#wrapper {
	position: relative;
	background: #FFFFFF;
	width: 940px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-align: left;
}

#header {
	height: 112px;
	background: #5C654D url('images/masthead.jpg');
}
	#header ul {
		margin: 20px;
		padding: 0;
		float: right;
	}
	#header  li {
		display: inline;
		font-size: 11px;
	}
	#header ul li a {
		padding-right: 10px;
		padding-left: 10px;
	}
	#header a:link, #header a:visited {
		color: #44493D;
		text-decoration: none;
	}
	#header a:hover {
		color: #628454;
	}
#home-link { 
		position: absolute; 
		top: 5px; 
		left: 30px; 
		width: 500px; 
		height: 100px; 
		background-color: transparent; 
}	
		
#index-content {
	min-height: 255px;
	background: #F6F0D1 url('images/indexbg.jpg') no-repeat top center;
}
	#index-content p {
		width: 500px;
		margin: 0;
		padding: 40px 10px 10px 60px;
		color: #0B2025;
		line-height: 25px;
		font-size: 13px;
	}
#content {
	min-height: 255px;
	background: #F6F0D1 url('images/otherbg.jpg') no-repeat top center;
}
	#content p {
		width: 550px;
		margin: 0;
		padding: 0px 10px 10px 60px;
		color: #0B2025;
		line-height: 16px;
		font-size: 13px;
	}

#mainmenu {
	float: right;
	margin: 27px 60px 0px 0px;
	line-height: 26px;
	text-align: right;
}
	#mainmenu a, #mainmenu a:visited {
		text-decoration: none;
		font-size: 12px;
		color: #0E1D22;
	}
	#mainmenu a:hover {
		color: #628454;
	}

#about-sidebar {
	text-align: right;
	width: 250px;
	font-size: 12px;
	line-height: 13px;	
	font-style: italic;
	color: #628454;
}
#about-sidebar h1 {
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	color: #5C654D;
}
#about-sidebar h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #5C654D;
	margin-bottom: 0px;
}

#footer {
	background: #FFFFFF url('images/footerbg.jpg') no-repeat;
	width: 940px;
	height: 77px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #E5E2D1;
	font-size: 10px;
	line-height: 20px;
	}
	#footer ul {
		margin: 0;
		padding: 0;
		display: inline;
	}
	#footer  li {
		display: inline;
	}
	#footer ul li a {
		font-size: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}
	#footer a:link, #footer a:visited {
		color: #E5E2D1;
		text-decoration: none;
	}
	#footer a:hover {
		color: #C1B58F;
	}
#foot-pad {
	width: 940px;
	padding: 15px 0px 10px 0px;
	text-align: center;
}

#bottom-nav {
	width: 940px;
	height: 120px;
	text-align: center;
}

h1 {
	margin: 0px 0px 10px 60px;
	padding-top: 10px;
	font-size: 13px;
	color: #734b0e;
}
h2 {
	margin: 0px 0px 10px 60px;
	padding-top: 10px;
	font-size: 13px;
}

a:link, a:visited {
	color: #582419;
}

a:hover {
	color: #54601a;
}

b {
	margin: 0px;
	padding-top: 10px;
	font-size: 13px;
}

table {
	line-height: 18px;
	font-size: 13px;
	color: #0B2025;
	margin-left: 60px;
}

.tablelist {
		width: 550px;
		line-height: 18px;
		font-size: 13px;
		color: #0B2025;
		margin-left: 60px;
}
.tablelist tr {
	margin-bottom: 4px;
}

.inset {
	border: 1px solid #333333;
	padding: 3px;
	margin: 5px;
}

.top {
	position: relative;
	left: -10px;
}
.top a, .top a:visited {
	font-size: 10px;
	line-height: 18px;
}

.smallened {
	font-size: 11px;
	line-height: 12px;	
	font-style: italic;
	color: #628454;
}

.caption {
	font-size: 11px;
	line-height: 12px;	
	font-weight: bold;
	color: #628454;
}

td a, td a:visited {
	text-decoration: none;
}
td a:hover {
	text-decoration: underline;
}
