body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	background-image: url(../gfx/mainbg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #8B8370;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #000000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#maincontainer{
width: 1000px;margin-left:auto; margin-right:auto;
}

#top {
	
	width: 100%;
	text-align: center;
}
#content {
	/* height: 450px; */
	min-height: 450px;
	width:100%;
	background-image: url(../gfx/mixer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
	margin: 0px;
	clear: both;
	}
#content #wrap {
	text-align: center;
	padding: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;	
	}
#content #main {
	width: 610px;
	text-align: left;
	padding: 0px;
	line-height: 16px;
	/* overflow: auto; 
	height: 300px;
	min-height: 300px;
	*/
	
	font-size: 12px;
	clear: both;
}

#content #header {
	width: 610px;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}


#mainmenu {
	text-align: center;
	width: 1000px;
	font-size: 13px;
	font-weight: bold;
}




#mainmenu a:link, #mainmenu a:visited, #mainmenu a:active {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
#mainmenu a:hover {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
#content #main li {
	padding-bottom: 15px;
}




#content #main #mainwrap {
	width: 500px;
}
.scrollbox {
	height: 250px;
	width: 200px;
	overflow: auto;
}

