/*------------------------------------------------*/

body{
	color: #DDDDDD;
	background-color: #3f3f3f;
	margin: 0;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0;
	padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

/*------------------------------------------------*/

#menu{
	margin: 0 auto;
	position: relative;
	width: 914px;
	height: 50px;
}

#menu ul{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	top: 310px;
	left: 30px;
}

#menu li{
	display: inline;
	margin: 0
}

#menu a{
	background: url(images/tableft.gif) no-repeat left top;
	text-decoration: none;
	padding: 0 0 0 4px;	/* 2nd is inter-button gap */
	float: left
}

#menu a span{
	background: url(images/tabright.gif) no-repeat right top; 
	color: #fff;
	display: block;
	width: 91px;
	padding: 5px 0 4px 0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
	background-position:0% -42px;
	}

#menu a:hover span {
	background-position:100% -42px;
	}
	
#menu a.hover {
	background-position:0% -42px;
	}

#menu a.hover span {
	background-position:100% -42px;
	}

/*------------------------------------------------*/

#header{
	background: url(images/Menu.jpg) no-repeat;
	margin: 0 auto;
	position: relative;
	width: 914px;
	height: 335px;
}
	
/*------------------------------------------------*/

#main{
	background: url(images/Main.jpg);
	margin: 0 auto;
	position: relative;
	width: 914px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#main a{
	color:#FFFFFF;
}

#main a:hover  { color: #3230f6 }

#crowdoverlap {
	background: url(images/CrowdOverlap.jpg);
	margin: 0 auto;
	position: absolute;
	left: 28px;
	width: 858px;
	height: 152px;
}

/*------------------------------------------------*/

#footer{
	background: url(images/Footer.jpg) no-repeat;
	margin: 0 auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: justify;
	width: 914px;
	height: 43px;
}


