@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "American Typewriter Light";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #999966;
	margin: 0px;
	padding: 0px;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFFFCF;
}
#header {
	margin: 0px;
	height: 95px;
	background-color: #FFFFCF;
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #630329;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnav {
	background-color: #FFFFCF;
	margin: 3px 0px 5px 45px;
	padding: 0px;
	height: 25px;
}
#topnav li {
	display: inline;
}

#topnav a:link {
	text-decoration: underline;
	color: #630329;
	text-align: center;
	font-weight: bold;
}
#topnav a:visited {
	text-decoration: underline;
	color: #660000;
	text-align: center;
	font-weight: bold;
	
}
#topnav a:hover {
	text-decoration: underline;
	color: #993300;
	text-align: center;
	font-weight: bold;
}
#topnav a:active {
	text-decoration: none;
	color: #993300;
	text-align: center;
	font-weight: bold;
}

#nav {
	margin: 0px;
	padding: 10px 0px 0px;
	width: 220px;
	height: 625px;
	background-color: #d1d190;
	text-align: center;
	float: left;
}
#navone {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	height: 600px;
	width: 100px;
}
#navone ul {
	margin: 0px;
	padding: 0px;
	width: 100px;
}
#navone li {
	margin: 0px;
	padding: 0px;
	width: 97px;
	list-style-type: none;
}
#navtwo {
	padding: 0px;
	float: left;
	height: 600px;
	width: 100px;
	margin-left: 5px;
}
#navtwo ul {
	margin: 0px;
	padding: 0px;
	width: 100px;
}
#navtwo li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 98px;
}

#content {
	background-color: #f5f5c4;
	float: left;
	width: 680px;
	padding: 0px;
	margin: 0px;
	height: 630px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content  h1 {
	color: #666600;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "American Typewriter Light";
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #660000;
}
a:active {
	color: #660000;
}


#footer {
	color: #330000;
	height: 50px;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	width: 900px;
	background-color:  #E1D9A0;
	clear: both;
}
#content p {
	margin: 10px 0px 0px;
	padding: 0px;
	text-indent: 10px;
	font-size: 13px;
	line-height: 16px;
}
h3 {
	font-weight: normal;
}
.left {
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
.right {
	float: right;
}
.h2add {
	font-size: 12px;
	font-weight: normal;
	color: #660000;
}
.bold {
	font-weight: bold;
	color: #663300;
	font-size: 13px;
}
.quotes {
	font-size: 14px;
	font-style: italic;
	line-height: 28px;
	color: #330000;
}
