/* CSS Document */

body {
	background:#990000;
	text-align:center;
	margin:20px;
	padding:0;
	font-size:small;
	font-family: verdana,arial,sans-serif;
	color:#000066;
	}
a {
	color:#990000;
	text-decoration:none;
	border-bottom:none;
	}

a.img:hover {
	background: transparent;
	text-decoration: none; 
	border-bottom:none;	
	}

a:hover {
	border-bottom:1px solid;
	color:#ff0000;
	border-bottom:1px dotted;
	}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#fff8dc;
	}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:#fff8dc;
	}

#header {
	background:#fff8dc;
	padding:10px;
	margin:0;
	text-align:center;
	color:#990000;
	}

#header h1 {
	font-size:150%;
	}

#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:#fff8dc;
	z-index:100;
	}

#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:#fff8dc;
	z-index:99;
	}

#centercol {
	position:relative;
	padding:0 240px;
	}

#centercol a {
	color:#000066;
	}

#centercol a:hover {
	border-bottom:1px dotted;
	color:#ff0000;
	}

#footer {
	position:relative;
	top:1px;
	background:#fff8dc;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#000099;
	}

