body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background:url(../grfx/backgrounds/background.jpg) repeat-x #e5e5e5;
}

#shadow {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	background:url(../grfx/shadow.jpg)  repeat-y;

}

	*:first-child+html #shadow {
		background:url(../grfx/shadow.jpg)  repeat-y;
		background-position: -1px 0px;
		width: 985px;
	}
	
	* html #shadow {
		background-position: -9px 0px;
	}



#shadow_top {

	background:url(../grfx/shadow_top.jpg) no-repeat;
	background-position: 0 0px;	
	width: 984px;

}

	*:first-child+html #shadow_top {
		background-position: -1px 0;
	}
	
	* html #shadow_top {
		background-position: -9px 0;
	}



#container {
	width: 951px;
	margin-left: auto;
	margin-right: auto;
}

*:first-child+html #header {
	height: 89px;
}

* html #header {
	margin-bottom: -8px;
}

#nav_image_wrapper {
	width: 950px;	
	float: left;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	margin-bottom: -40px;
}

*:first-child+html #nav_image_wrapper {
	margin-top: -2px;
}

	* html #nav_image_wrapper {
		margin-top: -2px;
	}



	#banner {
		float: right;
	}

#content_wrapper {
	clear: both;
	background-color: #fff;
	float: left;
	padding: 40px 0 40px 0;
	width: 950px;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;

}

#internal-wrapper {
	clear: both;
	background-color: #fff;
	float: left;
	padding: 0px 0 40px 0;
	width: 950px;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;

}

	*:first-child+html #internal-wrapper {
		margin-top: -2px;
	}

	#left-nav {
		float: left;
		width: 207px;
		
	}
	
	#internal-content {
		width: 700px;
		float: left;
		padding: 20px;
		line-height: 150%;
		text-align: justify;
	}

	#left_panel {
		width: 200px;
		float: left;
	}
	
		#contact_details {
			width: 183px;
			height: 138px;
			background:url(../grfx/backgrounds/contact_details_bg.jpg) repeat-x;
			border-top: 1px solid #969696;
			border-bottom: 1px solid #969696;
			border-right: 1px solid #969696;
			color: #fff;
			padding: 6px;
		}
		
		*:first-child+html #contact_details {
			width: 207px;
			
		}
		
		* html #contact_details {
			width: 207px;
		}
		
			#contact_details a {
				color: #fff;
				text-decoration: none;
			}
			
				#contact_details a:hover {
					text-decoration: underline;
				}
	
	#content {
		float: right;
		width: 660px;
		padding: 0 40px 0 0;
		line-height: 150%;
		text-align: justify;
	}
	
		.gallery-links {
			font-size: 14px;
			text-align: right;
		}
		
	.contact-form {
		border: 1px solid #a3a3a3;
		background-color: #e7e7e7;
		padding: 10px;
	}
	
	
	
#footer {
	clear: both;
	background:url(../grfx/footer.jpg) no-repeat;
	width: 984px;
	margin-left: -17px;
	height: 60px;
	padding: 25px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 140%;
	position: relative;
	z-index: 10;
}

	#footer  a {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	
		#footer a:hover {
			color: #4d4d4d;
		}
	
	#footer .ftcopy a {
		font-weight: normal;
	}



