/* CSS Document */body {	margin: 0;
	padding: 0;
	background-image: url(../images/quarryBackground.gif);
		font-size: 16px;
	font-family: Sylfaen, Arial, Helvetica, sans-serif;
}
	.green {		color: #7F1F00;
	}
.greenBold {		color: #7F1F00;
		font-weight:bold;
	}
	.orange {		font-size: 18px;
		color: #9F6E33;
	}
	.brown {			color: #7F1F00;
		font-weight:bold;
	}
	.last {		background-image: none !important;
	}
	a {		text-decoration: none;
	}
	#content a, #content a:active, #content a:visited {		font-weight: bold;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #395A1F;
	}
		#content a:hover {			color: #6DAC39;
		}
#container {	width: 785px;
	border-top: 3px solid #686868;
	border-right: 3px solid #686868;
	border-left: 3px solid #686868;
	border-bottom: 3px solid #686868;
	background-color: #FFFFFF;
	height: auto;
	text-align: left;
}
	img {
		border: 0;
	}
	/* logo at the top left of the page*/
	#topNav {		
		float:left;
	}
	#logo {		
		float:left;
		width: 240px;
		height: 73px;
	}
	/* menu at the top right */		#topNav a {			display: block;
			height: 40px;
			background-color: #3D392E;
			background-image: url(../images/topNavBGHover.jpg);
			background-repeat: no-repeat;
			background-position: bottom right;
			text-align: center;
			float: left;
			color: #FFFFFF;
			width: 109px;
			padding-top: 10px;
			font-size: 18px;
		}
		#topNav a:hover {			background-image: url(../images/topNavBG.jpg) !important;
		}
		/* the last link shouldn't have the line on the right */		#topNav .last {			background-image: url(../images/topNavBGHover2.jpg) !important;
		}
		#topNav .last:hover {			background-image: none !important;
		}
	/* menu on the left of the page */	
	#leftNav {		
		float: left;
		clear: both;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#leftNav li {			width: 240px;
			padding: 0;
			margin: 0;
		}
		#leftNav li:hover {			background-color: #000000;
		}
			 #leftNav a {				display: block;
				margin: 0px 10px 0px 30px;
				border-bottom: 1px dotted #DDD5B7;
				width: 200px;
				color: #000000;
				font-size: 18px;
				font-weight: bold;
				padding: 3px 0 2px 0;
			 }
			 #leftNav a:hover, #leftNav li:hover a {				color: #C09F74;
			 }
		#leftNav .leftNavTitle, #leftNav .leftNavTitle:hover {			color: #C09F74;
			background-color: transparent;
		}
			#leftNav .leftNavTitle  h1 {				text-align: left;
								color:#000000;
								margin-left:2px;
				margin-bottom: 0;
			}
	#footer {		clear: left;
		width: 100%;
		text-align: center;
		color: #FFFFFF;
		font-weight: plain;
		font-size: 12px;
		background-color: #000000;
				height: 20px;
		padding-top: 10px;
	}
