@charset "UTF-8";
#menu {
	position: absolute;
	top: 269px;
	width: 200px;
}

#info {height:500px;}
#menu dl {
	width: 175px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: #69c;
}
#menu dt {margin:0; padding: 10px; font-size: 1.4em; font-weight:bold; color: #fff; border-bottom:1px solid #fff; background: #69c;}
#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; border-bottom:1px solid #fff; background: #47a;}
#links a, #links a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
	background: #47a url(images/arrow.gif) no-repeat 10px 10px;
	width:150px;
}
#links a:hover {background: #258 url(images/arrowr.gif) no-repeat 11px 10px; color:#9cf;}

ol li {font-size:11px;}


#title {
	position:absolute;
	width:903px;
	height:105px;
	z-index:1;
	left: 134px;
	top: 81px;
	font-size: 48px;
	font-family: "Charlemagne Std", "Georgia", serif;
	color: #F00;
	background-image: url(images/titleBack.png);
	background-repeat: repeat;
}

#subtitle {
	position:absolute;
	width:815px;
	height:25px;
	z-index:1;
	left: 222px;
	top: 190px;
	font-size: 24px;
	font-family: "Charlemagne Std", "Georgia", serif;
	color: #F00;
	background-image: url(images/titleBack.png);
	background-repeat: repeat;
}

#names {
	position:absolute;
	width:200px;
	height:80px;
	z-index:1;
	left: 12px;
	top: 190px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	background-color: #FFF;
	text-align: center;
}
/* CSS Document */

#stats {
	position:absolute;
	width:821px;
	height:310px;
	z-index:1;
	left: 215px;
	top: 269px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	color: #000;
	background-color: #FFF;
}
#stats strong {
	color: #F00;
}
#text h3 {
	color: #F00;
}
#text {
	background-color: #FFF;
	position: absolute;
	top: 600px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #FFF;
	left: 215px;
	width: 821px;
	padding: 2px;
}
.left {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.right {
	float: right;
	margin-right: 5px;
}
.quote {
	position: relative;
	left: 21px;
	width: 800px;
}
.score {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	position: relative;
	top: -10px;
	left: 10px;
	margin-bottom: -10px;
}
.final {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
body {
	background-image: url(images/background.jpg);
	color: #CCC;
}
h2 {
	font-family: "Charlemagne Std", "Georgia", serif;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #F00;
}

#text p a:link {
	color: blue;
	text-decoration: none;
}

#text p a:visited {
	color: blue;
	text-decoration: none;
}

#text p a:hover {
	color: #900;
	text-decoration: none;
}

#text p a:active {
	color: #900;
	text-decoration: none;
}
