﻿/* CSS Document */

body {
	background: maroon;
	text-align: center;
	margin: 20px;
	padding: 0;
	font: normal 0.8em/1.2em verdana,aria,sans-serif;
	color: #666;
	background-color: #915E48
}

a {
	color:#CC3300;
	text-decoration:none;
	border-bottom:0px;
	}
	
a:visited {
	color: #800000;
}

a:hover {
	border-bottom:0px;
	color:#9343B9;
	}
	
#header {
	height: 120px;
	width: 100%;
	background-image: url('../images/homebanner2.gif');
}
	
#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;
	}
#navbar {
	height: 35px;
	background: gray;
	text-align: right;
	background-color: #3E001F;
	background-image: url('../images/nav2 copy.gif');
	padding-top: 3px;
	padding-bottom: 2px;
}
	
#maincol {
	position: relative;
	margin: 0;
	padding: 10px;
	background-image:url('../images/bg.jpg');
}
#leftcol {
	position: relative;
	top: -10px;
	left: -10px;
	float: left;
	width: 0px; /* for IE5/WIN */;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 80px; /* actual value */;
	background: #ECB9E8;
	z-index: 100;
	background-color: white;
	background-image: url('../images/bg.jpg');
}
#rightcol {
	position: relative;
	top: -10px;
	right: -10px;
	float: right;
	width: 0px; /* for IE5/WIN */;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 80px; /* actual value */;
	background: #D7C4FA;
	z-index: 99;
	background-color: white;
	background-image:url('../images/bg.jpg');
}
#centercol {
	position:relative;
	text-align:center;

	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position: relative;
	top: 0px;
	height: 40px;
	background: #7A2875;
	width: 100%;
	clear: both;
	margin: 0;
	text-align: center;
	color: #854A32;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url('../images/footer.gif');
}

h1{
	color: #8A0000;
	font-family: Verdana, Arial, helvetica;
	font-size: 15px;
}
.imageleftsmall {
	float: left;
	padding-right: 10px;
	padding-bottom:5px;
	border-width:0px;
}
.zeroborder {
	border-width: 0px;
	border-bottom-width:0px;
}


