body {
	margin: 0px;
	min-width: 919px;
	height: 100%;
	background-color: #5D7A40;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
body a:link, body a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
body a:hover, body a:active {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
table, th, td {
	border: 1px solid #cdcdad;
	border-collapse: collapse;
}
th {
	width: 490px;
	padding: 2px;
	border: 1px solid #cdcdad;
	background-color: #6d7b3f;
	font-weight: bold;
}
td {
	width: 490px;
	padding: 4px;
	border: 1px solid #cdcdad;
	background-color: #404923;
}
img {
	border: 0;
}

/***************/
/*   LAYOUT    */
/***************/



/* Container */

div#wrapper {
	position: relative;
	margin: 0px auto;
	width: 919px;
	height: 100%;
	border: 1px solid #8B9E66;
	background: url('/images/bg.gif') repeat-y;
	z-index: 0;
}

/* Horizontal Divs */

div#head, div#foot {
	width: 917px;
	z-index: 1;
}
div#head {
	height: 148px;
	background: url('/images/head.jpg') no-repeat;

}
div#foot {
	clear: both;
	height: 69px;
	background: url('/images/foot.jpg') no-repeat;
}

/* Vertical Divs */

div#main {
	width: 480px;
	margin-left: 200px;
	margin-right: 200px;
	padding: 0px 0px 6px 6px;
	z-index: 2;
}
div#left, div#right {
	width: 200px;
	text-align: left;
	z-index: 2;
}
div#left {
	float: left;
	padding-left: 10px;
}


div#right {
	float: right;
	padding-left: 10px;
}

/* Internal Divs */

div#affiliates {
	position: relative;
	margin: 0px auto;
	width: 190px;
	text-align: left;
	z-index: 3;
}
div#affiliates a:link, div#affiliates a:visited, div#left a:link, div#left a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
}
div#affiliates a:hover, div#affiliates a:active {
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
}



/***************/
/*   TOP-NAV   */
/***************/



a#logo-link {
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 220px;
	height: 110px;
	z-index: 3;
}
a#news-link, a#reviews-link, a#features-link, a#media-link, a#forums-link, a#chat-link, a#about-link {
	display: block;
	position: absolute;
	top: 37px;
	z-index: 3;
}

a#media-link {
	width: 84px;
	height: 55px;
	left: 570px;
}
a#forums-link {
	width: 82px;
	height: 55px;
	left: 661px;
}
a#chat-link {
	width: 64px;
	height: 55px;
	left: 764px;
}
a#about-link {
	width: 62px;
	height: 55px;
	left: 848px;
}

