	body
	{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color: #FFFFFF;
	background-image: url(sitepix/purplegrad1.jpg);
	background-repeat: repeat-x;
	}
	
	#container
	{
	margin: 1em auto;
	width: 888px;
	text-align: left;
	background-color: white;
	border: 1px solid black;
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
	#inner
	{
	float: right;
	width: 650px;
	margin-right: 5px;
	}
	
	#header	
	{
	background-color: #FFFFFF;
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
	#mainnav
	{
	margin-top: 90px;
	padding-bottom: 50px;
	}
	
	#contents
	{
	margin-top: -20px;
	}
	#footer	
	{
	clear: both;
	height: 20px;
	color: #000000;
			}
		
#credits
	{
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #000000;
			}		
	
	a:link {  color: #0033CC; text-decoration: none}
	a:visited {  color: #CC00FF; text-decoration: none}
	a:hover {  color: #CC0099; text-decoration: none}
	a:active {  color: #CC9933; text-decoration: none}	
	
/*additional james stuff*/
.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: Purple;
	font-size: 16px;
}


h2, {
	color: Purple;
	font-size: 14px;
}
	
h3 {
	font-size: 1.4em;
}
#side {
	width: 215px;
	float: left;
}
