/* ---	z-index
	nav 			20
	footer 			20
	content 		15
	btm_template 	10
	top_template 	5
	mid_template 	5
	
*/

#template_top {
	position: relative;
	width: 950px;
	height: 350px;
	z-index: 5;
	background: url(/img/gfx/template_top_bkgd.jpg) no-repeat top center;
}
#sect_title {
	position: absolute;
	top: 148px;
	left: 130px;
	width: 125px;
	height: 70px;
	overflow: hidden;
}

#template_mid {
	position: relative;
	width: 950px;
	z-index: 5;
	background: url(/img/gfx/template_mid_bkgd.jpg) repeat-y top center;
}
#content {
	position: relative;
	top: -100px;
	z-index: 15;
	width: 644px;
	margin: 0px auto -20px auto;
	padding: 12px 0px 0px 0px;
	/*
	padding: 12px 12px 24px 24px;
	background: url(/img/gfx/fff_alpha40.png) repeat;
	border: solid 1px #fff;
	*/
}

#template_btm {
	position: relative;
	margin-top: -170px;
	width: 950px;
	height: 229px;
	z-index: 10;
	background: none;
	/*
	background-color: #5c000f;
	*/
	text-align: center;
}
#template_btm img {
	position: absolute;
	top: 0px;
	left: 20px;
}
#footer {
	position: relative;
	width: 890px;
	padding: 2px 0px 20px 0px;
	text-align: right;
	color: #a89359;
}
#footer a {
	color: #a89359;
}


