/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6,h7
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
		color: #d3d3d3;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 11pt;
	background-color: transparent;
	color: #D3D3D3;

background-color: black;
background-repeat:repeat-y;
background-position:top center;
background-attachment:scroll;



}

a
{
	color: #d3d3d3;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Outer */

#outer
{
	width: 980px;
	margin: .1em auto;
}

/* Header */

#header
{
	padding: 0em;
	text-align: center;
}

#header h1
{
	font-size: 2.5em;
}

#header h2
{
	font-size: 1em;
	color: #d3d3d3;
}

#header h1 a
{
	color: #d3d3d3;
	text-decoration: none;
}

/* Menu */

#menu
{
	background-color: transparent;
	height: 94px;
	width: 980px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 11px;
	color: #d3d3d3;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: 0.2em;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #d3d3d3;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#xbg1
{
	position: absolute;
	z-index: 1;
	background-color: transparent;
	width: 975px;
	height: 98px;
}

#content
{
	background-color: transparent;
}

#content p
{
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content h2,h3
{
	position: relative;
	color: #d3d3d3;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #d3d3d3;
}

#content h6
{
	position: relative;
	color: #d3d3d3;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-bottom: 0.5em;
	border-bottom: solid 0px #d3d3d3;
}

#content h5
{
	position: relative;
	color: #d3d3d3;
	margin-bottom: .1em;
	margin-top: .1em;
	padding-bottom: 0.1em;
}

#content h7
{
	position: relative;
	color: #d3d3d3;
	margin-bottom: .1em;
	margin-top: 2em;
	padding-bottom: 0.1em;
       font-weight: bold;
}

#content h4
{
	position: relative;
	color: #d3d3d3;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	padding-bottom: 0.0em;
}

#content h4
{
       font-size: .7em;
       	color: #d3d3d3;
}






#content h2
{
	font-size: 1.5em;
		color: #d3d3d3;
}

#content h3,h6
{
	font-size: 1.1em;
		color: #d3d3d3;
}


#content hr1
{
	color: #d3d3d3;
       background-color: #000000;
       height: .5px;
}




#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
	color: #d3d3d3;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #d3d3d3;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 2em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.4em;
}

#content table tr.rowA
{
	background-color: #000000;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #000000;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -17em;
	margin-top: -4em;
	width: 100%;
}

#primaryContent
{
	margin: 2em 2em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #d3d3d3;
}

#singleContentContainer
{
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
}


#discContentContainer
{
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
}

#discContent
{
	margin: 0em 1em 0em 1em;
	padding: 0em 3em 0em 3em;
	border-left: solid 0px #d3d3d3;
}




#singleContent
{
	margin: 2em 3.0em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #d3d3d3;
}

#categories
{
	list-style: none;
	text-align: left;
	position: relative;
	top: 1px;
	color: #d3d3d3;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}






/* Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 15em;
	margin-top: -4em;
}

/* Footer */

#footer
{
	width: 778px;
	height: 56px;
	padding-top: 30px;
	background-color: transparent;
	text-align: center;
}

.clear
{
	clear: both;
}

!-- background was background-image:url("images/steamtest111bw.jpg");--