/* CSS Document */

*{
margin:0;
padding:0;
}
body{color:#ffffff; margin:0 auto; text-align: center; padding:0; background: url("../images/bg_all.jpg") repeat-x #272733;font: 12px/20px Verdana, Arial, sans-serif; }
div#header{width: 750px; margin: auto;height: 30px; text-align: left; padding: 0;}
#banner{width: 100%; height: 175px; text-align:center; margin: auto; padding:0;}
img {border: 0;}
#banner_container{width: 750px; text-align: left; margin: auto;}
#banner2{width: 100%; height: 29px; text-align: center; margin: auto;}
div#wrapper{width: 750px; margin: auto;}

#rightheader{width: 300px; float: right; margin: 0; padding: 0; text-align: right;}
#container{width: 100%; text-align: left; padding-top: 20px;}
.border img {border: 2px solid gray;}
#footer{margin: auto; width: 100%; float: left; text-align: center; margin-top: 25px;}
h1{font-size: 30px;	font-weight: bold; color: #ffffff; padding-top: 10px;}
p{color:#ffffff; margin-bottom: 15px;}
#header p{padding:0; margin: 0}
#footer p{color:#ffffff}
a:link 
{ 
	text-decoration: underline; 
	color: #ffffff;	
}
a:visited 
{ 
	text-decoration: none; 
	color: #ffffff;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ffffff;
	background-color:#2E4B8D;
}
.heading {
	width: 79px;
	height: 16px;
	background-image: url(../images/logo.jpg);
	float: left;
	}
.heading_big {
	width: 175px;
	height: 35px;
	background-image: url(../images/gamevox_title.jpg);
	float: left;
	}
.heading span, .heading_big span {
	display: none;
	}
ol {margin-left: 30px; padding: 10px 0 10px 0;} <!-- this is for IE to show up the numbers -->
h1 
{
	font: 40px; 
	font-weight: bold;	
}
h2 
{
	display: inline;
	font: 16px/20px; 
	font-weight: bold;	
}
h3 
{
	display: inline;
	font: 16px/20px; 
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;	
}
hr{	width: 100%; height:1px; margin: 3px 0 2px 0;}	
