/* CSS Document */

body {
	background:#363636;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,arial,sans-serif;
	color:#b0b0b0;
	}


#maincol img {
	border:0px;
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#363636 ;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
#header {
	background:#363636;
	padding:10px;
	margin-left:60px;
	text-align:left;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	text-align:right;
	width:180px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#363636;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:180px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#363636;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#dbdbdb;
	}
#footer {
	position:relative;
	top:1px;
	background:#363636;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}
