body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.clearboth {
	clear: both;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}
a:hover, a:focus {
	color: #26354A;
	text-decoration: none;
}
.maintext {
	font-size: 16pt;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.maintext:link {
	color: #ffffff;
}
a.maintext:hover {
	color: #ffcc00;
}
#wrapper {
	z-index:1;
	position:relative; /* this makes the absolution positioning of the children work */
	margin: 0px auto; /* auto pairs values thus centers the browser window */
	width: 900px;
	height:890px; /* this and the footer height determine the position of the footer */
}
#header {
	z-index:2;
	height: 132px;
	width:900px;
	border-bottom: 2px;
	border-color: #fff;
	background-image: url(../images/index/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#sidebar {
	z-index: 3;
	width: 175px;
	height:630px;
	float: left;
	padding:0px 10px 0px 0px;
	text-align:right;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFF;
	color: #FFF;
	background-image: url(../images/index/sideslice.gif);
	background-repeat:repeat-y;
}
#main-image {
	z-index: 4;
	height: 630px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-top-width: 2px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/index/2004_CO-133.jpg
	); /*Image is 720x630*/
}
#footer {
	z-index: 5;
	width:900px;
	height:151px;
	position: absolute;
	left:0px;
	bottom: 0;
}

