@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	padding-top: 20px;
	padding-bottom: 20px;	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;
}

#container {
	width:900px;
	background-color: #000000;
	margin: 0 auto;
}
#header {
	width:900px;
	background-color: #000000;
	height: 246px;
	background-image: url(background.jpg);
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
}
#maincontent {
	width:900px;
}
a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: none;
	color: #66FF00;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size:55px;
	font-weight: normal;
	color: #CCCCCC;
	font-family: Chiller;
}
h2 {
	font-size:12px;
	font-weight: normal;
	color: #CCCCCC;
}

.homelink {font-size: 14px}
