/*---------- Global Preset ----------*/

* {

	padding: 0px;
	margin: 0px;

}


.clear {

	clear: both;

}


h1 {

	display: block;
	font-size: 150%;
	text-align: center;

}	

h1,h2,h3,h4 {
	
	text-align: center;
	
}

td {
	
	padding-right: 30px;
	
}

label {
	
	width: 120px;
	float: left;
	margin-right: 10px;
	text-align: right;
	
}

input {
	
	border: 1px solid #fff;
	margin: 5px;
	padding: 3px;
	
}

body {

	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	color: #fff;
	margin-bottom: 10px;	
	
}

.orangeheading {color: #FF6B00;}

.redheading {color: #FF0000;}

.greenheading {color: #94FE00;}

.blueheading {color: #8791FF;}

.largeheading {font-size: 150%;}

.sitename {color: Blue;}

ul {list-style: none;}

a {
	 
	 color: #fff;
	 text-decoration: none;
	 
}

a:hover {
	
	text-decoration: underline;
	
}

/*---------- Container ----------*/

#container {

	width: 990px;

	margin-left: 10px;

	text-align: left;

	font-size: 100%;
	
}

/*---------- Header ----------*/

#header {

	width: 990px;
	
}

#left {
	
	float: left;
	width: 170px;
	
}

#middle {
	
	float: left;
	width: 620px;
	margin-left: 10px;	
	
}

#right {
	
	float: left;
	width: 170px;
	margin-left: 14px;	
		
}

.box {
	
	border: 1px solid #636363;
	width: 145px;
	padding: 10px;
	background-color: #282828;
	
}

#statsbox {
	
	border: 1px solid #000;
	width: 600px;
	padding: 10px;
	background-image: url(images/stats-background.gif);
	text-align: center;
	color: #000;
	font-weight: bold;
	
}

.middlebox {
	
	border: 1px solid #636363;
	width: 600px;
	padding: 10px;
	background-color: #282828;
	
}

.linkout {
	
	border: 1px solid #fff;
	width: 300px;
	padding: 5px;
	background-color: #FF6B00;
	text-align: center;

}

.linkout:hover {
	
	background-color: Blue;
	
}

.linkout a {
	
	display: block;
	
}

.linkout a:hover {
	
	background-color: Blue;
	text-decoration: none;
		
}

#footer {
	
	clear: both;
	margin-top: 20px;
		
}