/* CSS Document */
body {
background-color:#000000;
background-image:url(img/body_bg.jpg);
background-repeat:repeat-x;
color:#FF9900;
text-align: center;
padding:0px;
margin:0px;
}
div#container{
width:800px;
margin-left: auto;
margin-right: auto;
}
/* Navigation */
	div#navigationBox{
		margin-top:30px;
		margin-bottom:150px;
		padding-left:20px;
		vertical-align:top;
		text-align:left;
		width: 200px;
		float:right;
	}
	a.navigation{
		color:#FF9900;
		text-decoration:none;
	}
	a:hover.navigation{
		color:#FF6600;
		font-weight:bold;
	}
	ul.navigation
	{
		margin-top: 5px;
		padding-left:2px;
		list-style:none;
	}
	li.navigation{
	}
div#header{

}
div#content{
width: 550px;
text-align:justify;
padding:15px;
float:left;
margin-bottom:50px;
}
/* The footer */
	div#footer{
		clear:both;
		background-color:#660000;
		color:#FF8000;
		padding:2px 10px 2px 10px;
		text-align:left;
		font-size:12px;
	}
	#footer a{
		color:#FF8000;
		text-decoration:none;
		font-weight:bold;
	}
	#footer a:hover{
		color:#FF6600;
	}
hr{
background-color:#FF8000;

color:#FF9900;
width:780px;
}
table.highscores{
	width: 450px;
	border:#ff80000 solid 1px;

}
th.highscores{
	background-color:#660000;
	text-align:center
}
p:first-letter{
text-transform:uppercase;
font-size:24px;
}
h1:first-letter{
font-size:125%;
}
h2{
font-size:125%;
margin-bottom: 0px;
}
h3{
font-size:125%;
margin:0px;
}
h2:first-letter{
font-size:125%;
}
div.news{
margin-left:20px;
margin-right:20px;

}
#contactForm label{
width: 120px;
margin-right:10px;
display:block;
text-align:right;
float:left;
margin-bottom: 5px;
}
#contactForm input{
margin-bottom: 5px;
color:#FF9900;
}
#contactForm textarea{
width:300px;
height: 8em;
color:#FF9900;
margin-bottom: 5px;
}
.submitButton{
cursor:pointer;
border:outset 1px #ccc;
background:#660000;
color:#FF9900;
font-weight:bold;
padding: 1px 2px;
/*background:url(img/formbg.gif) repeat-x left top;*/
}

#toybox {
	font-size:12px;
	background-color:#CCCCCC;
	width:180px;
	padding:2px;
	color:black;
}
a.tbTitle { 
	text-decoration:none;
	font-weight:bold;
	color:black;
	display:block;
}
a.tbLink:link,
a.tbLink:visited,
a.tbLink:hover,
a.tbLink:active { 
	display:block;
	color:#FF0000;
}