﻿/* 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 {
	border: 1px #CCCCCC solid;
	position: relative;
	top: -10px;
	left: -10px;
	float: left;
	width: 270px; /* for IE5/WIN */;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 250px; /* actual value */;
	margin: 0 0 0 0;
	padding: 10px;
	background: #FFFFCC;
	z-index: 100;
}
#rightcol {
	border: 1px #999999 solid;
	position: relative;
	top: -10px;
	right: -10px;
	float: right;
	width: 270px; /* for IE5/WIN */;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 250px; /* actual value */;
	margin: 0 0 0 0;
	padding: 10px;
	background: #CCCCCC;
	z-index: 99;
}
#centercol {
	position: relative;
	padding: 0 280px;
}
#centercol a {
	color: #446699;
}
#centercol a:hover {
}

