@charset "utf-8";
html, body {
	margin: 0px;
	background-color: #200d07;
	cursor: auto;
	background-image: url(body_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border:0px;
}
.content {
	width: 420px;
	position: absolute;
	width: 100%;
	z-index: 110;
	background-image: url(thistle.png);
	background-repeat: repeat;
	background-position: left center;
}

.pagecontentsize {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 0px;
}
.headersize {
	width: 100%;
	height: 400px;
	position: relative;
	background-image: url(header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}

.bannerimagesize {
	height: 350px;
	width: 960px;
	position: relative;
	z-index: 300;
	clear: both;
	text-align: center;
	margin: 0px auto;
}
.logosize {
	position: absolute;
	width: 180px;
	height: 200px;
	z-index: 320;
	margin-left: 30px;
	text-align: center;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.menugroupsize {
	position: relative;
	width: 960px;
	height: 30px;
	margin: 0px auto;
	z-index: 310;
	background-color: #A62428;
}
.footersize {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-top: 10px;
}


.containersize {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -10px;
}

.contentinterfacesize {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	clear: both;
	cursor: auto;
	display: block;
}
.interfaceheadersize {
	height: 10px;
	width: 100%;
	position: relative;
}
.interfacebodysize {
	height: auto;
	width: 100%;
	position: relative;
}
.interfacefootersize {
	height: 10px;
	width: 100%;
	position: relative;
	clear: both;
}
.innercontentsize {
	position: relative;
	margin: 0px auto;
	width: 980px;
	height: auto;
}
.contentfootersize {
	height: 30px;
	width: auto;
	position: relative;
	background-image: url(contentfooter_bg.gif);
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	clear: both;
}
.itemwrapper {
	border: 1px solid #a72428;
	margin-bottom: 5px;
	padding-bottom: 20px;
	background-image: url(panel_bg.png);
	background-repeat: repeat;
}
.splashheadersize {
	width: 100%;
	height: 610px;
	position: relative;
	background-image: url(splash_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}

.splashsize {
	height: 580px;
	width: 960px;
	position: relative;
	z-index: 300;
	clear: both;
	text-align: center;
	margin: 0px auto;
}
.footerstaticsize {
	width: 420px;
	position: fixed;
	width: 100%;
	z-index: 500;
	background-image: url(footer_static.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 140px;
	bottom: 0px;
	display: none;
}

