@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#elite {
	position:relative;
	left:0px;
	top:0px;
	width:965px;
	height:1310px;
}

#overflow {
	position:absolute;
	left:-100px;
	width:100px;
	height:184px;
	overflow:hidden;
	background-image:url(../images/overflow.jpg);
	background-repeat:no-repeat;
}

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:965px;
	height:171px;
}

#topmenu_ {
	position:absolute;
	left:0px;
	top:171px;
	width:965px;
	height:50px;
	background-image:url(../images/topmenu.gif);
	background-repeat:no-repeat;
}

#maincontent_ {
	position:absolute;
	left:0px;
	top:221px;
	width:965px;
	min-height:1089px;
	text-align:left;
	background-image:url(../images/maincontent.gif);
	background-repeat:repeat-y;
}

#maincontent_text {
	position:relative;
	left:41px;
	top:0px;
	width:524px;
	min-height:1089px;
	#height:1089px;
	float:left;
	text-align:justify;
}

#rightmenu_ {
	position:relative;
	left:111px;
	top:0px;
	width:329px;
	min-height:1089px;
	float:left;
}

#rightmenu_ img {
	margin-bottom:20px;
}


/* ============================================== Heading Stylings ====================================== */

h1 {
	font-size:30px;
	color:#FFFFFF;
	letter-spacing: -0.05em;
	line-height: 25px;
}

h2, p .big {
	font-size:20px;
	color:#FFFFFF;
	letter-spacing: -0.05em;
	font-weight:bold;
}

h3 {
	font-size:15px;
	color:#ffde00;
	letter-spacing: -0.04em;
	font-weight:normal;
}

h3 .white {
	color:#ffffff;
}

p {
	font-size:15px;
	color:#FFFFFF;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
