@charset "UTF-8";
/* CSS Document */


	
/* This container holds everything */	

body {
background-image:url(../images/bg_gradient.png);
background-repeat:repeat-x;
background-color: #484940;
}



#container {
width:840px;
margin:auto;
padding:0px;


}



/* This container holds the logo and grassy bit */

#header {
width:840px;
height:170px;}



/* This will house the menu */


#navigation {
	background-image:url(../images/navigationbar.png);
	background-repeat:no-repeat;
	width:840px;
	height:23px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	background-image:url(../images/content.png);
	background-repeat:repeat-y;
	width:715px;
	padding-top: 35px;
	padding-right: 60px;
	padding-bottom: 100px;
	padding-left: 65px;
}





#tableholder {
	padding:0px;
}




#imageholder {
	float:left;
	width:270px;
	margin-right: 27px;
	margin-bottom: 27px;
	padding-bottom: 20px;
}


	



#superlink {
	padding-top:20px;
	padding-left:0px;
	width:270px;
	background-color:#FFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6ba832;
	padding-bottom: 8px;
}

#footer {
	background-image:url(../images/footer.png);
	background-repeat:repeat-y;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
