html {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	width: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
}

#logo {
	position: relative;
	top: 40px;
	left: 110px;
	background-image: url(/template/images/fe-logo.gif);
	height: 70px;
	width: 253px;
}

#menu {
	position: relative;
	float: left;
	top: 175px;
	width: 380px;
	height: 385px;
	background-color: #999999;
	z-index: 2;
}

.hr {
	align: center;
	text-align: center;
}

#right {
	position: absolute;
	float: right;
	top: 175px;
	right: 0px;
	width: 100%;
	height: 385px;
	background-color: #333333;
	z-index: 1;
}

#bottom {
	position: relative;
	float: right;
	height: 47px;
	width: 100%;
	left: 71px;
	bottom: -24px;
	background-image: url(/template/images/fe-bgbottom.gif);
}


.links {
	color: white;
	font-family: Arial;
	font-size: 11px;
	float: left;
	text-align: left;
	margin-left: 15px;
}

.linksr {
	color: white;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	float: right;
}

a.menu:link {
	color: #FFFFFF;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
}
a.menu:visited {
	color: #FFFFFF;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
}
a.menu:hover {
	color: #FFFFFF;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
}

a.submenu:link {
	color: #969696;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
}
a.submenu:visited {
	color: #969696;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
}
a.submenu:hover {
	color: #969696;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
}
a.submenu:active {
	color: #969696;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
}
#splashAward {
	position: absolute;
	width: 300px;
	height: 326px;
	left: 628px;
	top: 393px;
	z-index: 20000;
	overflow: hidden;
}
