﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

#floater {
	position: relative;
	float: left;
	height: 50%;
	margin-bottom: -256px;
	width: 1px;
}

#main {
	width: 926px;
	height: 512px;
	clear: left;
	position: relative;
	margin: 0 auto;
}

#mainleft {
	width: 156px;
	height: 512px;
	float: left;
}

#mainright {
	position: relative;
	width: 770px;
	height: 512px;
	background-image: url(../images/body.png);
	background-repeat: no-repeat;
	background-color: #F88B16;
	float: left;
}

#rightcontainter {
	width: 710px;
	height: 402px;
	padding: 80px 30px 30px 30px;
}

#rightcontent {
	width: 690px;
	height: 402px;
	font-size: 9pt;
	color: White;
	overflow: auto;
	padding: 0px 20px 0px 0px;
}

#header {
	position: relative;
	width: 926px;
	height: 210px;
	background-color: Black;
	background-image: url(../images/top.gif);
}

#header1 {
	position: relative;
	width: 156px;
	height: 210px;
}

#logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 926px;
	height: 210px;
	line-height: 210px;
	text-align: center;
}

.toptab {
	position: absolute;
	top: 0px;
	width: 22px;
	height: 170px;
}

.backtab {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 98px;
	height: 21px;
}

.backtab1 {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 140px;
	height: 21px;
}

#bottom {
	position: relative;
	width: 926px;
	padding-top: 16px;
	float: left;
}

.bigmenuitem {
	float: left;
	width: 142px;
	height: 286px;
	padding-right: 14px;
}

.bigmenuitemlast {
	float: left;
	width: 142px;
	height: 186px;
	padding-right: 0px;
}

h2 {
	font-size: 13pt;
	margin-top: 0px;
	padding-top: 0px;
}

.color, h2 {
	color: #F88B16;
}

#logo2 {
	position: relative;
	left: 100px;
	top: 100px;
	width: 926px;
	height: 210px;
	line-height: 210px;
	text-align: center;
}