	body
	{
	margin: 0;
	padding: 0;
	font: 85% verdana, hevetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #8a4a3f;
	background-image: url(../sitepix/BG2.jpg);
	background-repeat: repeat-x;
}
	
	#container
	{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	}
	
	#header	
	{
	height: 193px;
	}
	
	#nav
	{
				margin-bottom: 20px;
	}
	
	#contents
	{
	background-image: url(../pageparts/middle.jpg);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 1px;
	padding-top: 1px;
	line-height: 120%;
	}
	
	#footer	
	{
	height: 85px;
			}
		
#terms {
	padding-top: 20px;
}

#credits
	{
		clear: both;
		height: 20px;
		font-size: 10px;
		color: #000000;
			}		
	
	
/*link styles */
	
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
	color: Teal;
}
a:active {
	text-decoration: none;

}


.menu a:link {
	
	border: 1px solid #fcf1ef;
}
.menu a:visited {
	
	border: 1px solid #fcf1ef;
}

.menu a:hover {
	border: 1px solid #330000;
}

.menu a:active {
	
	border: 1px solid #330000;
}
	
/*additional james stuff*/

.cap {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: Maroon;
	line-height: 20px;
}
	
.picleft {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.picright {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

	/*Heading Styles*/

h1 {
	color: #330000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}


h2, {
	color: Purple;
	font-size: 14px;
}
.small {
	font-size: x-small;
}

.lgfont {
	color: #330000;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	
}
	
}
	
h3 {
	font-size: 1.4em;
}
