body {
	margin: 0 auto;
	background: url('images/stripes_bg.png') repeat #000;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #b10707;
	text-decoration: underline;
}

focus {
	outline: none;
}

#wrapper {
	width: 958px;
	height: 850px;
	margin: 0 auto;
	background: #000;
	border: solid 1px #545454;
}

#header {
	width: 958px;
	height: 105px;
	background: url('images/header_bg.jpg') no-repeat;
}

#header img {
	margin: 0x;
}

#nav {
	width: 958px;
	height: 30px;
	background: url('images/nav_bg.jpg') no-repeat;
	font-size: .86em;
	border-top: solid 1px #545454;
	border-bottom: solid 1px #545454;
	text-transform: uppercase;
}

#nava {
	width: 620px;
	height: 30px;

	font-size: .86em;
	border-top: solid 1px #545454;
	border-bottom: solid 1px #545454;
	text-transform: uppercase;
}
#nava ul {
	margin: 0;
	padding: 10px 0 0 21px;
}

#nava li {
	display: inline;
	padding: 0 65px 0 0;
}


#nav ul {
	margin: 0;
	padding: 10px 0 0 21px;
}

#nav li {
	display: inline;
	padding: 0 15px 0 0;
}

#main {
	width: 958px;
	background: #000;
	color: #fff;
	font-size: .7em
}

#leftcol a:link {
	color: #ffff00;
	text-decoration: none;
}

#leftcol a:visited {
	color: #ffff00;
	text-decoration: none;
}

#leftcol a:hover {
	color: #b10707;
	text-decoration: underline;
}

#main #leftcol {
	width: 228px;
	margin: 22px 0 0 22px;
	background: #000;
	border: solid 1px #545454;
	float: left;
	padding: 10px;
	line-height: 1.5em;
	height: 375px;	
	font-size: 1.1em;
}

#main #rightcol {
	width: 620px;
	margin: 22px 22px 0 0;
	background: #000;
	border: solid 1px #545454;
	float: right;
		line-height: 1.5em;
	padding: 10px;
		height: 625px;
	font-size: 1.1em;
}

#rightcol a:link {
	color: #ffff00;
	text-decoration: underline;
}

#rightcol a:visited {
	color: #ffff00;
	text-decoration: none;
}

#rightcol a:hover {
	color: #b10707;
	text-decoration: underline;
}

h1 {
	color: red;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
}

gametitle {
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
}

gamedesc {
	text-align: left;
	color: white;
	float: right;
}

#footer {
	width: 958px;
	height: 20px;
	font-size: .7em;
	color: #545454;
	padding: 22px;
	margin: 22px 0 0 0;
	clear: both;
}