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


	
/* This container holds everything */	


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


}



/* This container holds the Sashman logo and the wallpaper bit */

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

/* This will house the menu */


#navigation {
	background-image:url(../images/Navigation.jpg);
	background-repeat:no-repeat;
	width:840px;
	height:64px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	background-image:url(../images/content.jpg);
	background-repeat:repeat-y;
	width:745px;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 35px;
}

#tableholder {
	padding:0px;
}

#imageholder {
	width:300px;
	float:left;
	margin-right: 27px;
}


#footer {
background-image:url(../images/footer.jpg);
background-repeat:repeat-y;
background-color:#E3E4CF;
margin:0px;
}
