@charset "utf-8";
body, html   {
	margin: 0px 0px;
	cursor: auto;
	height: auto;
	min-width: 960px;
	background-color: #adaa97;
	background-image: url(body_overlay.png);
	background-repeat: no-repeat;
	background-position: center top;
}
img, img a {
	border:none;
}
.content {
	width: 420px;
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(content_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.searchsize {
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 310;
}
.searchholdersize {
	width: 930px;
	height: 70px;
	position: relative;
	margin: 0px auto;
}

.headersize {
	width: 100%;
	position: relative;
	height: auto;
}

.headerholdersize {
	height: 140px;
	width: 890px;
	position: relative;
	margin: 0px auto;
	background-color: #271c18;
}

.logosize {
	height: 122px;
	width: 310px;
	position: relative;
	text-align: center;
	top: -20px;
	padding: 8px 0px;
}
.bannersize {
	position: relative;
	width: 540px;
	height: 300px;
	margin: 10px auto;
	border: 1px solid #666666;
	z-index: 100;
}

.banneroverlaysize {
	position: absolute;
	width: 540px;
	height: 50px;
	background-image: url(overlay.png);
	bottom: 0px;
	z-index: 200;
}
.bannerimagesize {
	position: relative;
	width: 540px;
	height: 300px;
	overflow: hidden;
	z-index: 100;
}

.menusize {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
}
.menuleft {
	position: relative;
	height: auto;
	float: left;
	width: auto;
	text-align: right;
}
.menuright {
	position: relative;
	height: auto;
	float: right;
	width: auto;
	text-align: left;
}





.menugroupsize {
	position: relative;
	height: 50px;
	width: 890px;
	margin: 0px auto;
	background-color: #dc291e;
}

.middlesize {
	position: relative;
	width: 100%;
	clear: both;
	height: auto;
}


.middleholdersize {
	width: 900px;
	height: auto;
	position: relative;
	margin: 0px auto;
}

.contentinterfacesize {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
}
.interfaceheadersize {
	height: 30px;
	width: 100%;
	position: relative;
	background-image: url(interface_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.interfacebodysize {
	height: auto;
	width: 100%;
	position: relative;
	background-image: url(interface_body.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.innercontentsize {
	position: relative;
	width: 100%;
	height: auto;
}
.interfacefootersize {
	height: 30px;
	width: 100%;
	position: relative;
	clear: both;
	background-image: url(interface_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contentfootersize {
	height: 10px;
	position: relative;
	clear: both;
}

.footersize {
	width: 100%;
	height: 90px;
	clear: both;
	position: relative;
}
.footerholdersize {
	width: 850px;
	height: auto;
	position: relative;
	margin: 0px auto;
}
