/* CSS Document */

body {
	background:#ffffff;
	text-align:center;
 margin:0px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
	}
a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
	
#menuwrapper {
	 /*position:relative;*/
	text-align:left;
	margin:0px auto;
	width:800px;
	height:34px;
	clear:both;
	}	
	
#wrapper1 {
	position:relative;
	text-align:left;
	margin:0px auto;
	width:800px;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	margin:0px auto;
	width:800px;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#header {
	background:#eda93a;
	/*padding:10px;*/
	margin:0px;
	text-align:center;
	color:#FFF;
	}

#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	margin-top:10px;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:180px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#ffffff;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:1800px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#ffffff;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 200px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:1px;
	background:#eda93a;
	width:100%;
	height:20px;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}

