@charset "UTF-8";
#header {
	height: 120px;
	width: 950px;
}
#story {
	background-color: #CCCCCC;
	float: left;
	height: auto;
	width: 600px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#right {
	background-color: #776272;
	padding: 10px;
	width: 160px;
	float: right;
	height: auto;
}
#menu {
	background-color: #776272;
	padding: 10px;
	width: 110px;
	float: left;
	height: auto;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	color: #776272;
	background-color: #776272;
}
#main {
	height: auto;
	width: 950px;
	color: #776272;
}
#footer {
	clear: both;
	height: 20px;
	width: 950px;
	background-color: #382A35;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CACACA;
	text-align: center;
}
.headshot {
	float: none;
	height: 192px;
	width: 150px;
	border: 1px solid #000000;
}
.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#main #story a:link {
	color: #663366;
	text-decoration: none;
}
#main #story a:visited {
	color: #663366;
	text-decoration: none;
}
#main #story a:hover {
	color: #000066;
	text-decoration: none;
}
#main #menu a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#main #menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#main #menu a:hover {
	color: #000000;
	text-decoration: none;
}

