/* General setup for site follows, then a reasonable structure with
info about header, then page background, then links and so on, finishing
with the stuff for the body of the page in the 'mainsection' section */

html,body,form,div {margin:0; padding:0;} 

.form	{
	margin-left: 100px;
	}
		
#bunyanlogo {
	background: transparent url(images/bunyanani.gif) no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	width: 200px;
	height: 104px;
	}

#headsection {
	position: relative;
	top: 0px;
	margin: 10px 10px 10px 210px;
	background-color: #f3f3f3;
	width: 100%;
	height: 84px;
	border-style: solid;
	border-width: 5px;
	border-color: #880044;
	padding: 0px 0px 0px 0px;
	font-family: "Comic Sans MS", Verdana, ariel, helvetica;
	text-align: center;
	}
	

#nav 	{
	background: transparent url(images/navback.jpg) repeat-y top;
	position: absolute;
	left: 0px;
	top: 105px;
	width: 200px;
	height: 100%;
	padding-left: 10px;
	font-weight: bold;
	font-family: "Comic Sans MS", arial, Verdana;
	font-size: 1.2em;
	line-height: 200%;
	text-margin: 5px;
	}

	
a:link { 
	color: blue;
	}
	
a:visited {
	color: #880044; 
	}
	
a:active { 
	color: red; 
	}
	
a:hover { 
	text-decoration: none; 
	color: yellow;
	background-color: #990099;
	}

#main 	{
	background: transparent url(images/k9orbsbg640x480.jpg) repeat-y center top; 
	position: relative;
	clear: both;
	align: top;
	top; 105;
	margin: 0px 0px 0px 200px;
//	height: 480px;
	height: 100%;
	padding: 10px;
	font-weight: normal;
	font-family: "Comic Sans MS", arial, Verdana;
	font-size: 1.2em;
	color: #880044;
	}

#slides	{
	clear: both;
	margin: 5px 5px 5px 205px;
	}

#slides img	{
	background: #000000;
	position: relative;
	height: 80%;
	border: 5px;
	border-color: red;
	padding: 5px 5px 5px 5px;
	}

#thumbs	{
	margin-left: 205px;
	}

#thumbs img	{
	background: #000000;
	position: relative;
	float: left;
	border-color: red;
	border: 5px;
	margin: 5px 5px 35px 5px;
	padding: 5px 5px 5px 5px;
	}	


#footsection	{
	position: relative;
	clear: both;
	float: right;
	margin-right: 20px;
	font-weight: normal;
	font-family: "Comic Sans MS", arial, Verdana;
	font-size: 0.7em;
	color: #880044;
	}