/* Project57.org css file
 * sfk
 * 01/03/2004 */

body {
	background:#657383; /* #9343B9; */  background color
	text-align:center;
	margin:20px;
	padding:0;
/*	font:normal 0.8em/1.2em verdana,aria,sans-serif; */
	color:black; /* #666; text color */
	background:url("background.gif");
	}
a {
	color:lightgray; /* #FFF; these are for upper and lower menu text */
	text-decoration:none; 
	border-bottom:1px solid; /* dotted; */
	}
a:hover {
	border-bottom:3px solid;
	color:darkblue; /* #9343B9; */
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
/*	background:url("rightcolor_bg.gif") repeat-y top right; */
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
/* 	background:url("leftcolor_bg.gif") repeat-y top left; */
	}
#header {
	background:slategray; /* top header color #BB62AB; */
	padding:10px; /* padding around text of header */
	margin:0;
	text-align:left;
	color:#ccc; /* #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;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:green; /* #ECB9E8; */
	z-index:100;
	background:url("background.gif");
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:green; /* #D7C4FA; */
	z-index:99;
	background:url("background.gif");
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:1px;
	background:slategray; /* #7A2875; */
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:left;
	color:#CCC;
	}
