body {
	background:url('../images/background.jpg') repeat-x #fff;
	background-position:0 30px;
	font:normal 10pt 'Trebuchet MS', Arial, sans-serif;
	color:#191919;
	line-height:1.5em;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img {
	border:0;
}

a:link,
a:visited,
a:active {
	color:#9d6d57;
	outline-style:none;
}

h2 {
	font:bold 14pt 'Trebuchet MS', Arial, sans-serif;
	color:#0e5137;
	padding:0;
	margin:0;
}

.ad-margins {
	padding:15px 0;
	text-align:center;
}

.wrapper {
	width:950px;
	margin:0 auto;
}

.logo {
	background:url('../images/header.jpg') no-repeat;
	text-indent:-999em;
	width:654px;
	height:229px;
	padding:0;
	margin:0;
	float:left;
}

.navigation {
	width:296px;
	height:229px;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.navigation a:link,
.navigation a:visited {
	background:url('../images/navigation.jpg') no-repeat;
	text-indent:-999em;
	display:block;
	width:296px;
}

.navigation .home:link,
.navigation .home:visited {
	background-position:0 0;
	height:80px;
}

.navigation .home:hover {
	background-position:-296px 0;
	height:80px;
}

.navigation .games:link,
.navigation .games:visited {
	background-position:0 -80px;
	height:40px;
}

.navigation .games:hover {
	background-position:-296px -80px;
	height:40px;
}

.navigation .forum:link,
.navigation .forum:visited {
	background-position:0 -120px;
	height:40px;
}

.navigation .forum:hover {
	background-position:-296px -120px;
	height:40px;
}

.navigation .contact:link,
.navigation .contact:visited {
	background-position:0 -160px;
	height:70px;
}

.navigation .contact:hover {
	background-position:-296px -160px;
	height:70px;
}

.content-left {
	width:650px;
	float:left;
}

.content-left-margin {
	padding:10px;
}

.content-left .videos li h3 {
	font:bold 10pt 'Trebuchet MS', Arial, sans-serif;
	padding:0;
	margin:0;
}

.content-left .desc {
	font:normal 9pt 'Trebuchet MS', Arial, sans-serif;
	color:#191919;
}

.content-left .pagetop {
	text-align:right;
	padding:10px;
}

.content-right {
	width:300px;	
	float:left;
}

.footer {
	border:1px solid #9d6d57;
	background:#d7a28a;
	margin:20px 0;
	padding:7px;
}