@charset "utf-8";
html, body {
	margin: 0px;
	background-color: #FFFFFF;
	cursor: default;
}
img {
	border:0px;
}
.content {
	width: 420px;
	position: absolute;
	width: 100%;
	z-index: 110;
}

.pagecontentsize {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.headersize {
	width: 100%;
	height: 495px;
	position: relative;
	background-image: url(main_panel_bg2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
	min-width: 950px;
	z-index: 310;
}
.logosize {
	height: 120px;
	width: 250px;
	position: relative;
	z-index: 300;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
}
.topmenusize {
	height: 100px;
	width: 240px;
	position: relative;
	z-index: 300;
	float: right;
	margin-right: 20px;
	margin-top: 40px;
}

.menugroupsize {
	position: relative;
	width: 950px;
	height: 280px;
	z-index: 310;
	background-image: url(main_panel_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	padding: 0px 0px;
}

.bannerimagesize {
	height: 280px;
	width: 700px;
	position: absolute;
	z-index: 310;
}
.footersize {
	width: 950px;
	height: 70px;
	margin: 0px auto;
	border-top: solid 4px #7fb13b;
}


.containersize {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(body_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 300;
	margin: 0px;
	margin-top: -10px;
}

.contentinterfacesize {
	width: 950px;
	height: auto;
	position: relative;
	z-index: 310;
	clear: both;
	cursor: auto;
	margin: 0px auto;
}
.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: 100%;
	height: auto;
}
.contentfootersize {
	height: 10px;
	width: 100%;
	position: relative;
	clear: both;
}
