@charset "UTF-8";

body {
	background:#161616 none repeat scroll 0%;
	color:#FFFFFF;
	font-family:"Lucida Grande","Verdana",sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	margin:0pt;
	text-align:center;
}

A {
	color: white;
	text-decoration:none;
}

A:hover {
	color: #FF69B4;
}

#container {
	background:#161616 none repeat scroll 0%;
	margin:0pt auto;
	padding-top:0px;
	width:1000px;
}
#headerSection {
	height: 82px;
	width: 1024px;
	text-align:left;
}
#menuSection {
	width:1024px;
	height: 30px;
	background-image: url(images/menuBG.gif);
	background-repeat: repeat-x;	
}
#bodySection {
	width:1024px;
	border: 2px solid #1E1E1E;
	background-color: black;
	text-align:left;
	padding:7px;
}