#wrapper {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
}
#topheader {
	height: 20px;
	width: 980px;
	text-align: center;
	background-color: #CCCCCC;
}
#midheader {
	width: 980px;
}
#bottomheader {
	width: 980px;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6600CC;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.bullet {
	border: thin double #6734FF;
	padding: 5px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
a:link {
	color: #6733FF;
	text-decoration: none;
}
a:visited {
	color: #6733FF;
	text-decoration: none;
}
a:hover {
	color: #FF0099;
	text-decoration: underline;
}
a:active {
	color: #FF9933;
	text-decoration: none;
}




#col1 {
	float: left;
	width: 170px;
	padding-left: 10px;
}
#col2 {
	float: left;
	width: 590px;
	padding-left: 10px;
}
#col3 {
	float: right;
	width: 190px;
	padding-left: 10px;
}
#footer {
	clear: both;
	width: 980px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
}
body {
	text-align: center;
	background-color: #CCCCCC;
}
.maintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
