*{
	border:0 none;
	color: #fff;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0 auto 0 auto;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}

.clear {
	clear:both;
}

.pad {
	padding: 5px;
}

body {
	background-color: #0C0C0C;
}

p {
	margin: 10px 0 15px 5px;
}

h2 {
	font-size:20px;
	margin:5px 0 5px 0;
	padding:0 0 10px;
	text-align:center;
}


#container {
	width: 100%;
	margin: 0 auto 0 auto;
	border-top: 5px solid #430B0C;
	background-color: #0C0C0C;
}

#header {
	width: 960px;
	height: 150px;
	position: relative;
}

#steamstats {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	position:absolute;
	top: 0px;
	right:1px;
	width: 325px;
	height: 25px;
	border: 1px solid #C62224;
	border-top: none;
	background-color: #430B0C;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#logo {
	position: absolute;
}

#logo a {
	background: transparent url(../images/l4h_01.png) no-repeat scroll 0 0;
	display:block;
	height:55px;
	width:385px;
	top: 5px;
	left: 45px;
	position: absolute;
	text-indent: -9999px;
	
}

#logo img {
	width:382px;
	top: 60px;
	height: 82px;
	left: 45px;
	position: relative;;
	z-index: 10;
}


#nav {
	width: 960px;
	height: 75px;
	position: relative;
	top: 60px;
	background: transparent url(../images/gray-nav.png) repeat-x scroll 0 0;
}

#nav span{
	display: inline;
	margin-left: 5px;
	text-decoration: none;
	float:left;
	padding: 0 15px 0 15px;
	font-size: 18px;
	position: relative;
	z-index: 999;
	text-transform:uppercase;
	margin-top:15px
}

#nav span a {
	display: inline;
	text-decoration: none;
	position: relative;
	z-index: 999;
	padding: 0 3px;
}

#nav span form {
	width: 95px;
	display: inline;
	margin-top:-2px;
}

#nav span form input {
	display: inline;
	margin-top:-3px;
}

#nav span a:hover {
	position: relative;
	z-index: 999;
	color: #C62224;
}

.page_on {
	background-color:#008000;
	-moz-border-radius: 5px;
}


#main {
	display: block;
	width: 960px;
	margin-top: 10px;
	position: relative;
}

#content {
	width:500px;
	float:left;
}

#content form {
	width: 300px;
	text-align: right;
}

#content input {
	border: 2px solid #000;
	color: #000;
}

#hotd-content {
	float: left;
	width: 760px;
}

#hotd {
	float: left;
	width: 755px;
	margin-left: 5px;
}

#hotd li {
	margin-left: 15px;
	width: 225px;
	display: inline;
}

#hotd li img {
	vertical-align:top;
	margin-bottom: 15px;
}

#hotd-nav {
	width: 200px;
	float:left;
	margin: 15px;
}

#upload-content {
	float: left;
	width: 740px;
	margin-left: 20px
}

#right{
	float:right;
	width: 225px;
}

#left{
	float:left;
	width: 200px;
}


#upload {
	width: 304px;
	background-color:#404040;
	border: 1px solid #808080;
	padding: 5px;
	margin:0 auto 0 auto;
}


#footer {
	background-color: #000;
	margin-top: 18px;
	width: 100%;
	height: 50px !important;
	position: relative;
	clear: both;
	bottom: 0px;
}

#footer div {
	width: 960px;
}
