body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #666666;
	font-size: 11px;
}
h1 {
	font-size: 18px;
	color: #99CC66;
	letter-spacing: 0.5em;
	margin-bottom: 3px;
}


#logo {
	height: 100px;
	width: 100%;
	background-color: #d5edb3;
	font-size: 40px;
	color: #993300;
	line-height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
}#nav {
	line-height: 25px;
	background-color: #99cc66;
	height: 25px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #993300;
	border-bottom-color: #993300;
	padding-left: 20px;
	font-weight: bold;
	color: #993300;
}
#nav a, #nav a:link, #nav a:visited {
	line-height: 25px;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

#wrapper {
	clear: both;
	height: auto;
	width: 750px;
	margin-left: 20px;
	margin-top: 5px;
}
#content {
	float: left;
	width: 500px;
}
#images {
	float: right;
	width: 200px;
}
h2 {
	font-size: 14px;
	color: #99CC66;
	letter-spacing: 0.5em;
	margin-bottom: 3px;
}
P {
	margin-top: 0px;
	line-height: 25px;
}
#nav a:hover {
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
