@charset "utf-8";
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #060608;
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	letter-spacing: .075em;
}
#container {
	width: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #1B1F2B;
	background-image: url(images/background.jpg);
}
#header {
	background-color: #11141D;
	background-image: url(images/header2.jpg);
	padding-top: 0;
	padding-bottom: 0;
	height: 195px;
	background-repeat: no-repeat;
}

#whats-new {
 position:relative;
 top:40px;
 left:980px; 
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
	background-color: #0D1019;
}
#mainContent {
	color: #FFF;
	background-color: #1a1f2b;
	background-image: url(images/background.jpg);
	padding-top: 0;
	padding-right: 135px;
	padding-bottom: 0;
	padding-left: 135px;
}
.menu{
	font-size:14px;
	font-weight:bold;
	white-space: nowrap;
	border:0px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu ul{
	height:35px;
	list-style:none;
	background-color: #2F3D46;
	margin: 0;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	color: #FFF;
	padding-left: 5;
	letter-spacing: .15em;
}
.menu li{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	left: 85px;
}
.menu li a{
	color:#FFF;
	display:block;
	font-weight:normal;
	margin:0px;
	text-align:center;
	text-decoration:none;
	background-color: #2F3D46;
	background-image: url(images/seperator1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 0px;
	line-height: 34px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #0B0C11;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	z-index:200;
	background-color: #036;
	width: 200px;
		/*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
		display:block;
		
}
.menu a#current {
	color: #FFF;
	background-color: #060608;
}
.menu p{
		clear:left;
}	
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #F60;
}

a:visited {
	color: #F30;
}
.left {
	width: 200px;
	float: left;
	height: 475px;
	text-align: center;
}
.right a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

.right a:hover {
	text-decoration: none;
	color: #F60;
}

.right a:visited {
	color: #F03;
}
.right {
	width: 725px;
	float: right;
	height: 475px;
	text-align: center;
}
#footer {
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	clear: right;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.imageR {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}
.imageL {
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
}
.centerText {
	font-size: 9px;
	font-style: italic;
	text-align: center;
}
a img {
  border: none;
}