#main {
	height: 600px;
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border: thin outset #000;
	background-color: #FFF;
}
#header {
	background-color: #FFF;
	height: 150px;
	width: 1000px;
	background-image: url(header_background.jpg);
}
#title {
	height: 45px;
	width: 1000px;
	background-color: #FFF;
	padding-top: 15px;
}
#nav {
	background-color: #FFF;
	height: 310px;
	width: 180px;
	float: left;
}
#body {
	background-color: #FFF;
	height: 310px;
	width: 820px;
	float: right;
}
#footer {
	height: 80px;
	width: 1000px;
	float: left;
	background-image: url(footer_background.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #999;
	text-align: left;
	text-indent: 180px;
	vertical-align: middle;
	font-weight: lighter;
}
#main #nav h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: left;
	text-indent: 12px;
	background-color: #FFF;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#main #body p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 36px;
	color: #333;
	margin-bottom: 15px;
	margin-right: 15px;
}
#main #header img {
	margin-left: 92px;
	margin-top: 50px;
}
.bolder {
	font-weight: bold;
}
#main #nav h2 a {
	color: #333;
	text-decoration: none;
}
#main #nav h2 a:hover {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#main #nav p {
	margin-bottom: 5px;
}
#nav_buttons {
	margin-left: 30px;
}
#main #body p a {
	font-weight: bolder;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	color: #666;
}

