.main {
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(images/left-striped-bkgnd.gif);
	background-repeat: repeat-y;
}
body {
	background-color: #CC3366;

}
a:link {
	color: #75a5cc;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #75a5cc;
	text-decoration: none;
	font-weight: bold;


}
a:hover {
	color: #ff00ff;
	text-decoration: none;
	font-weight: bold;
}
	
.maintext {
	font-family: "Century Gothic", Arial, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}
.left {
	font-family: "Century Gothic", Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #75a5cc;
	float: left;
	width: 205px;
	padding: 4px;


}
.footer {
	background-image: url(images/footer.gif);
	width: 800px;
	height: 90px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smallfont {
	font-size: 12px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
