body {
	background: #222222;
	padding: 0;
	margin: 0 auto;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	color: white;
	font-size: 11px;
	text-align: center;
	width: 920px;
}

/* ---------------------------------------------- LINK SETUP												*/
a:link { 
	color: #fff83f;
	text-decoration: none;
	}
a:visited { 
	color: #ffb03f;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #fff;
	}


/* ---------------------------------------------- EXTRANEOUS WRAPPER										*/

#extwrap {
	width: 920px;
	text-align: left;
}

/* ---------------------------------------------- TOP & MID BAR												*/

#topbar {
	height: 25px;
	width: 920px;
	background: url(button25.png);
}

#midbar {
	height:25px;
	width:920px;
	background: url(warningbar.gif);
}

#midbar, #topbar {
	font-weight: 800;
}

#topbar li, #midbar li  {
	display: inline;
	padding: 0 40px 0 0;

}

#topbar ul, #midbar ul { 
	padding: 0;
	display: inline;
}

#midbar img {
	padding-top:4px;
}

/* ---------------------------------------------- HEADER													*/

#header {
	background: url(Alley.png);
	width: 920px;
	height: 170px;
}

#header h1 {
	position: absolute;
    left: -9999px;
}

/* ---------------------------------------------- MAIN BOX													*/

#mainbox {
	width: 920px;
}

#content {
	margin: 0 0 0 20px;
}

#leftsubbox {
	width: 650px;
	padding: 0 0 0 5px;
	margin: 0;
	background: white url(leftfade.gif) no-repeat;
	color: black;
}

#leftsubbox h3 {
	color: white;
	background: #444;
	padding: 4px 0 4px 4px;
	font-size: 14px;
}

#rightsubbox {
	float: right;
	width: 255px;
	background:  #404040 repeat-y url(sidefade.gif);
}

#rightsubbox {
	float: right;
	width: 255px;
	background:  #404040 repeat-y url(sidefade.gif);
}

#rightsubbox h3 {
	background: #444444;
	color: white;
	font-weight: 800;
}

#rightsubtitle {
	background: url(fadetolight.gif);
}

#rightsubcontent {
	padding: 0 4px 0 4px;
}

/* ---------------------------------------------- LeftBox Link Styles										*/
#leftsubbox h3 a:link { 
	color: #ff0;
	text-decoration: none;
}

#leftsubbox h3 a:visited { 
	color: #fff;
}

#leftsubbox h3 a:hover { 
	color: f90;
	background-color: #bbbbbb;
	text-decoration: none;
}

#leftsubbox h3 a:active { 
	color: #f90;
}

#leftsubbox a:link { 
	color: #00b;
	text-decoration: none;
}

#leftsubbox a:visited { 
	color: #09b;
}

#leftsubbox a:hover { 
	color: 740;
	background-color: #bbbbbb;
	text-decoration: none;
}

#leftsubbox a:active { 
	color: #740;
}

/* ---------------------------------------------- DISCLAIMER												*/

#disclaimer {
	padding: 5px;
	margin: -10px 0 0 0;
	width: 910px;
	height: 45px;
	background: url(greyfade.png) no-repeat;
}

#disclaimer td {
	font-size: 10px;
}

