
body {
	background-color: #F1E9C0;
	margin: 0;
	padding: 0;
}

.navigation {
	vertical-align: top;
	padding-left: 155px;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
}

p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000;
}

a:link {
	font-family: "Courier New", Courier, mono;
	color: #000;
	text-decoration: underline;
}

a:visited {
	font-family: "Courier New", Courier, mono;
	color: #000;
	text-decoration: underline;
}

a:hover {
	font-family: "Courier New", Courier, mono;
	color: #fff;
	background-color: #853B09;
	text-decoration: underline;
}

#pagetop {
	background-color: #485707;
	padding-bottom: 75px;
}

#cream {
	background-color: #F1E9C0;
	vertical-align: top;
}	

#stripe {
	background-image: url(images/stripe.jpg);
	background-color: #853B09;
	background-position: top; 
	background-repeat: repeat-x;
}

td#brownbar {
	background-image: url(images/brown_bar.jpg);
	background-position: top; 
	background-repeat: repeat-x;
}	

#video {
	float: right;
	padding: 0px 15px 0px 0px;
}

blockquote {
     margin-left: 250px;
	 margin-right: 285px;
}

blockquote.home {
	margin: auto;
	width: 90%;
	text-align: center;
	font-size: 1.1em;
}

blockquote.home div {
	font-size: .9em;
}

#pagebottom {
	background-color: #F1E9C0;
	padding-bottom: 15px;
}	
