@charset "UTF-8";

* {
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

body {
	background-color: #333333;
	text-align: center;
}

/* ============================ */
/*          IDS                 */
/* ============================ */

#container {
	height: 768px;
	width: 1024px;
	background-color:#000000;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 97px;
	width: 1024px;
	background-color:#000000;
	background:url(../img/bgHeader_Scroll.gif) top left repeat-x;
	margin: 0px;
	
}
#headerGfx {
	float: none;
	height: 233px;
	width: 1024px;
	background-color:#000000;
	background:url(../img/bgHeader_matte1.jpg) top left repeat-x;
	margin: 0px;
	clear:both;
}

#footer {
	position: absolute;
	top: 735px;
	height: 33px;
	width: 1024px;
	padding-top: 15px;
	background:url(../img/bgFooter_Scroll.gif) top left repeat-x;
	color:#0099FF;
	text-align:center;
}

#topnav {
	position: absolute;
	top: 340px;
	height: 50px;
	width: 1024px;
	background-color:#3d3e3d;
	background:url(../img/bgTopNav.gif) top left repeat-x;
	margin: 0px;
	padding-top: 15px;
	letter-spacing: 2px;
	
}

#bl {
	float:left;
	height:97px;
	width: 32px;
	background:url(../img/bolt_ul.gif) top left no-repeat;
}

#br {
	float:right;
	height:97px;
	width: 32px;
	background:url(../img/bolt_ur.gif) top right no-repeat;
}

#cnt {
	float:left;
	height:72px;
	width: 900px;
	margin-left: 25px;
 	text-align:left;
	padding-top: 25px;
	
}

#content {
	position: absolute;
	top: 395px;
	width: 1024px;
	height: 300px;
	color:#CCCCCC;
	letter-spacing: 3px;
}

/* ============================ */
/*      CLASSES                 */
/* ============================ */

.navtext {
	color:#FFFFFF;
	font-size:18px;
	clear:both;
}

.headertext {
	color:#CCCCCC;
	font-size:14px;
}