﻿* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
html {
	margin: 5px;
	background-image: url('images/buttons/spiders.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #66FF33;
}
h1 {
	font-family: "Showcard Gothic";
	font-size: 1.6em;
	color: #FF3300;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
h3 {
	font-family: "Showcard Gothic";
	font-size: 1em;
	font-weight: bold;
	color: #FF3300;
	padding-bottom: 10px;
	padding-top: 10px;
}
h4 {
	font-family: "Showcard Gothic";
	font-size: 0.8em;
	font-weight: bold;
	color: #FF3300;
	padding-bottom: 10px;
	padding-top: 10px;
}
p {
	padding: 10px 0px;
	font-size: 1em;
}
a {
	text-decoration: underline;
	color: #CC3300;
}
img {
	border: none;
	padding: 10px;
}
#topbanner {
	border-style: none;
	font-family: "Arial Rounded MT Bold";
	font-size: 32px;
	color: #FFCC00;
	background-image: url('images/buttons/topbanner.gif');
	background-repeat: no-repeat;
	text-align: center;
	min-width: 605px;
	line-height: 70px;
	float: left;
	margin: 10px;
}
#toptext {
	font-family: Broadway;
	font-size: 24px;
	color: #CC0099;
	font-style: italic;
	float: left;
	text-align: left;
	clear: left;
	width: 85%;
	padding-top: 10px;
	margin-left: 5px;
}
#toplinks {
	min-width: 700px;
	float: left;
	clear: left;
	margin: 20px 30px;
}
#toplinks li {
	background-image: url('images/buttons/topbutton.gif');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	line-height: 20px;
	width: 95px;
	text-align: center;
	float: left;
	padding: 0px 8px;
}
#toplinks a {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	display: block;
}
#toplinks a:hover {
	color: #FFCC00;
}
.logo {
	width: 180px;
	height: 206px;
	top: 0%;
	position: absolute;
	left: 75%;
	clear: left;
}
#leftlinks {
	float: left;
	clear: left;
	margin: 10px 0px 0px 5px;
}
#leftlinks ul {
	line-height: 60px;
	width: 140px;
}
#leftlinks li {
	background-image: url('images/buttons/leftlink-off.gif');
	background-position: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	text-align: center;
}
#leftlinks a, #leftlinks a:visited {
	text-align: center;
	font-weight: bold;
	color: #FFCC00;
	display: block;
	font-size: 12px;
	text-decoration: none;
}
#leftlinks a:hover, #leftlinks a:active {
	background-image: url('images/buttons/leftlink-on.gif');
	background-repeat: no-repeat;
}
#leftlinks .w3c, #leftlinks .w3c a:hover, #leftlinks .w3c a:active {
	background-image: none;
	background-repeat: no-repeat;
}
#mainpage {
	min-width: 65%;
	margin-left: 10px;
	margin-top: 10px;
	max-width: 80%;
	float: left;
}
#mainpage a:visited {
	color: #800080;
}
#mainpage a:hover {
	text-decoration: none;
	color: #800080;
}
#bottomlinks {
	clear: both;
	float: none;
	width: 100%;
	margin: 10px 10px;
}
#bottomlinks a:visited {
	color: #800080;
}
#bottomlinks a:hover {
	text-decoration: none;
	color: #800080;
}





