#MidPicture {
	position:relative;
	/*
	left:0px;
	top:175px;
	*/
	width:100%;
	height:138px;
	border-bottom: 1px solid #56290A;
	z-index:3;
	background-image: url(../images/front_brown_bg2.jpg);
}
#VisitBar {
	position:relative;
	/*
	left:0px;
	top:175px;
	*/
	width:100%;
	height:35px;
	border-bottom: 1px solid #56290A;
	z-index:3;
	background-image: url(../images/front_brown_bg3.gif);
}

#Content {
	position:relative;
	width:100%;
	z-index:3;
	background-color: #F8E8D9;
	border-bottom: 1px solid #56290A;

}

#TitleHolder {
	position:absolute;
	left:230px;
	top:35px;
	width:465px;
	height:21px;
	z-index:3;
}
#SpiralHolder {
	position:absolute;
	left:51px;
	top:80px;
	width:185px;
	height:125px;
	z-index:3;
}

#ContactUsHolder {
	position:absolute;
	left:50px;
	bottom:0px;
	width:93px;
	height:60px;
	z-index:3;
}

#SignatureHolder {
	position:relative;
	left:270px;
	top:-5px;
	width:171px;
	height:34px;
	z-index:3;
}

#Shadow {
	position:absolute;
	left:200px;
	top:0px;
	width:600px;
	height:31px;
	z-index:3;
	background-image: url(../images/front_content_shadow.jpg);
}
#LightShadow {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	overflow:hidden;
	height:31px;
	z-index:-1;
	background-image:url(../images/front_right_shadow.jpg);
}


