html, body, div {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url('images/BackLace.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;

}
h1{
	margin: 0px;
	font-family: Times, serif;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	color: #bb1100;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -39px;
	width: 900px;
	padding: 0px;
}
#headercontainer {
	position: relative;
	width: 900px;
	height: 90px;
	margin: 0 auto;
}
#mockheader {
	position: fixed;
	width: 2px;
	height: 2px;
	top: 0;
	padding: 0px;
	margin: 0;
	background-image: url('images/BannerBack.png');
	background-repeat: no-repeat;
	z-index: 4;
}
#sigpic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	background-image: url('images/sigback.png');
	background-repeat: no-repeat;
}
#sidespic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	background-image: url('images/LeathSide.png');
	background-repeat: no-repeat;
}
#insetpic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	background-image: url('images/ScrollBack.gif');
	background-repeat: no-repeat;
}

#menupic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	background-image: url('images/menuback.png');
	background-repeat: no-repeat;
}
#bannershad {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	background-image: url('images/banshad.png');
	background-repeat: no-repeat;
}
#crestshad {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	background-image: url('images/crestshad.png');
	background-repeat: no-repeat;
}
#crest {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	background-image: url('images/crest.gif');
	background-repeat: no-repeat;
}
#flashheader {
	position: fixed;
	width: 900px;
	height: 600px;
	top: 0;
	padding: 0px;
	margin: 0;
	z-index: 5;
}
#content {
	width: 900px;
	height: auto;
	margin: 0;
}
.centback {
	position: fixed;
	width: 1px;
	z-index: 1;
}
.center {
	position: relative;
	margin: 0 65px;
	padding: 0px;
	z-index: 2;
}
.cent1 {
	text-align: center;
}
#footercontainer {
	position: relative;
	width: 900px;
	height: 40px;	
	margin: 0 auto;
	z-index: 4;
}
