#header_photos, #header_crop {
	position: relative;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 810px;
	height: 200px;
	text-align: center;
	overflow: hidden;
}

#header_crop { 
	margin-top: 18px; 
	width: 770px; 
	background: #d3d33b; 
}

.corner {
	position: absolute;
	width: 6px;
	height: 6px;
}

#tp-lt { 
	top: 0px;
	left: 0px;
}

#tp-rt { 
	top: 0px;
	left: 764px;
}

#bt-lt { 
	top: 176px;
	left: 0px;
}

#bt-rt { 
	top: 176px;
	left: 764px;
}

ul.thumb {
	position: relative;
	float: none;
	padding: 0px;
	margin-top: 0px;
	/*margin-left: 30px;*/
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	/*width: 770px;*/
	width: 845px;
	height: 182px;
	text-align: left;
	overflow: hidden;
}

	ul.thumb li.thumb {
		/* background-color: #D3D43B; */
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		border: 0px;
		margin: 0px;
		padding: 0px;
		height:75px;
		width:75px;
	}

img.thumb {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height:75px;
	width:75px;
}

a.thumb img.thumb {
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

a.thumb:hover img.thumb {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}


#header_title {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 99;
}

	#header_title div {
		position: relative;
		float: none;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		text-align: center;
	}

		#header_title div h1 {
			border: 0px;
			margin: 0px;
			padding: 0px;
		}

		#header_title div .description {
			font-size:1.2em;
			text-align:center;
			text-align: center;
		}

#header_title div a, #header_title div a:visited, #header_title div .description { color: #590303; }
