@charset "utf-8";
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/headerback.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 275px;
}
#title {
	position: absolute;
	top: 10px;
}
#content {
	position: absolute;
	top: 250px;
	width: 700px;
	background-repeat: repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border: medium double #F00;
	left: 30%;
	text-align: center;
	color: #333;
	font-weight: bold;
}


body {
	background-color: #000;
}
#toplinks {
	background-color: #900;
	height: auto;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
}
#header #toplinks a {
	color: #FFF;
}
#content table tr td h1 {
	font-family: "Comic Sans MS", cursive;
	color: #00F;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 48px;
}
#content table tr td h3 u {
	text-align: center;
	color: #333;
}
#leftBanner {
	position: absolute;
	top: 250px;
	left: 8%;
	width: 160px;
	height: 600px;
	border: medium inset #FFF;
}

#content table tr td h3 a {
	color: #333;
}
#content table tr td h1 a {
	color: #000;
}
