body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DEBC28;
}
#wrap {
	width: 900px;
	background-color: #fef0c0;
	position: absolute;
	left: 50%;
	top: 2%;
	margin-left: -450px;
	border: 2px solid #cc9966;
}
#header {
	float: left;
	width: 100%;
	text-align: center;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 5px;
	padding-bottom: 20px;
}
#sidebar {
	float: left;
	width: 200px;
}
#nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #DEBC28;
		border-top: 4px double #cc9966;
		border-bottom: 4px double #cc9966;
		}
#nav li { 
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		}
#nav a {
		float: left;
		display: block;
		padding: 6px 20px 6px 30px;
		text-decoration: none;
		font-family: times new roman, serif;
		font-size: 14pt;
		font-weight: bold;
		color: #cc6633;
		background: url(images/navbtn.jpg) no-repeat top left;
		}
#nav #nav-1 a {
		padding-left: 30px;
		}
#nav a:hover {
		color: #fff;
		}
	
	/* more */
	
ul#more {
		clear: left;
		margin-top: 60px;
}
#content {
	float: left;
	width: 900px;
	margin: 8px;
}
#footer {
	clear: both;
	background-color: #fef0c0;
	border: 3px double #ccc;
	padding: 5px 5px 5px 20px;
}
.grid {
	display: table;
	border-spacing: 4px;
	width: 900px;
}
.row {
	display: table-row;
	border-collapse: collapse;
	border-spacing: 4px;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.image {
	display: table-cell;
	width: 425px;
}
.text {
	display: table-cell;
	font-weight: bold;
}
h1 {
	font-family: times new roman;
	font-size: 16pt;
	color: #333;
	margin: 0 5px 0 5px;
}
h2 {
	font-family: times new roman;
	font-size: 16pt;
	color: #333;
	margin: 0 5px 0 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	margin: 0 5px 0 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0 5px 0 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0 5px 3px 20px;
}