@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/bg.jpg) top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #ffffff;
}
#container {
	width: 740px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width: 740px; 
	margin: 0 auto;
}

#mainContent {
	width: 740px;
	clear: left;
	background:url(../images/content_bg.jpg) repeat-y;
	padding: 0; margin: 0;
}

#contentHere {
	width: 740px;
	background: url(../images/content_top.jpg) top no-repeat ;
	padding: 0; margin: 0;
}

#contentFooter {
	width: 740px;
	height: 20px;
	background: url(../images/content_bottom.jpg) no-repeat;
}

#footer {
	width: 740px;
	height: 47px;
	background:url(../images/footerLights.jpg) top left no-repeat;
	text-align: right;
}

#footer p {padding-right: 30px; font-size: 10px; color: #4f5a83;}
#copyright {margin-top: 65px; text-align:center; font-size: 10px; color: #202539}

h1 {font-size: 20px; font-weight:normal; color: #d7d5d5; line-height: 90%; margin: 0; padding: 15px 15px 0 15px;}
p {color:  #d7d5d5; font-size: 12px; margin: 0; padding: 5px 15px 15px 15px}


#contentHere ul.contentUL{
/* list-style: outside;*/
 margin: 0px 0px 3px 10px;
 padding-left: 15px;
 padding-right: 5px;
 padding-bottom: 10px;
 padding-top: 5px;
}

#contentHere ul.contentUL li{
 display: list-item;
 float: none;
 list-style-type:disc;
 padding-left: 2px;
 padding-top: 4px;
 font-size: 12px;
}

#contentHere ul.contentUL a {color:#6666FF;}
#contentHere ul.contentUL a:hover {color:#FFFFFF}
	
a {color:#6666FF;}
a:hover {color:#FFFFFF}
	
