﻿/* CSS Document */

body {
	text-align: center;
	margin: 20px;
	padding: 0;
	font: normal 0.8em/1.2em verdana,aria,sans-serif;
	color: #333333;
}
a {
}
a:hover {
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#maincol2 {
	position:relative;
	margin:0;
	}	
#leftcol {
	font: normal normal bold 95% Arial, Helvetica, sans-serif;
	position: relative;
	top: -10px;
	left: -10px;
	float: left;
	width: 250px; /* for IE5/WIN */;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 230px; /* actual value */;
	z-index: 100;
}
#centercol {
	position: relative;
	padding: 0 0 0 233px;
}
#centercol a {
	color: #446699;
}
#centercol a:hover {
}

