body {
	font-family: Verdana, Arial, Hevetica, sans-serif;
	font-size: 11px;
	color: #8e7b6f;
	margin: 0;
	padding: 0;
	background-color: #938278;
}

/*#shadow_top {

	background:url(../grfx/shadow_top.jpg) no-repeat;
	background-position: -2px 22px !important;
	width: 976px;
	overflow: visible;
}
*/


#shadow {
	background:url(../grfx/shadow.jpg) repeat-y;
	background-position: -2px 22px !important;
	overflow: visible;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}



#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;	
}



#header {
	background:url(../grfx/header.jpg) no-repeat;
	width: 985px;
	height: 25px;
	margin-left: -15px;
	margin-right: -40px;
	position: relative;
	z-index: 200;
}	



#flash {
	width: 950px;
	height: 307px;
	text-align: center;

}

#content_wrapper {
	width: 920px;	
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: left;
	margin: 3px;
	background:url(../grfx/backgrounds/content_bg.jpg) repeat-y;
	
	
}

	*:first-child+html #content_wrapper {
		padding-bottom: 5px;
	}

	*html #content_wrapper {
		margin-right: -10px;
	}

	
	
	
	#content {
		float: left;
		margin: 15px 45px 20px 35px;
		width: 670px;
	
		
	}
	
	* html #content {
		width: 690px;
		margin: 15px 22px 20px 17px;
	}
	

	
		#text {
			width: 450px;
			margin: 3px;
			line-height: 140%;
			text-align: justify;
			float: left;
		}
		
		#internal_text {
			width: 670px;
			margin: 3px;
			line-height: 140%;
			text-align: justify;
			float: left;
			
		}
			
			#gallery {
				text-align: center;
			}
				#gallery img {
					border: 1px solid #ccc;
					padding: 1px;
					margin: 4px;
				}
				
				* html #gallery img {
					margin: 2px 0 2px 0;
				}
						
		#side_photos {
			float: right;
			width: 180px;
			margin-top: 100px;
			
		}
		
			#side_photos img {
				border: 3px solid #eae7e4;
				padding: 2px;
			}
		
		#content_footer {
			clear: both;
			float: left;
			margin-top: 5px;
			
			
			
		}
			
			#content_table {
				width: 560px;
				text-align: center;
			}
			
			* html #content_table {
				width: 560px;
			}
			
				
			
				#content_table a {
					color: #8e7b6f;
					text-decoration: underline;
				}
				
				#content_table a:hover {
					text-decoration: none;
				}
		
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background:url(../grfx/footer_shadow.jpg) no-repeat #938278;
	width: 976px;
	margin-left: -13px;
	margin-right: -13px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #fff;
	
	
	
}

	* html #footer {
		position: absolute;		
	}



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