/* CSS Document */
/* All Code and Scripting is copyright Patrick Jungers and Digital Solutions unless otherwise
specified and cannot be used without written permission from the copyright holder */
body	{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1B1B1B;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	min-width: 600px;
	}
	
a:link {
	color: #FFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFF;
	text-decoration: none;
	}
a:hover { 
	color: #FFF;
	text-decoration: none;
	}
a:active { 
	color: #FFF;
	text-decoration: none;
	}

#container {
	background-color: #1B1B1B;
	margin: 0 auto;
	width: 860px;
	text-align: left;
	}

#leftnav	{
	position: absolute;
	top: 100px;
	left: 75px;
	background-color: #000;
	height: 450px;
	width: 200px;
	}

#leftnav a img	{
	color: #000;
	}

#leftnav ul	{
	list-style: none;
	text-align: center;
	display: inline;
	margin-left: 0px;
	}

#leftnav ul li	{
	padding: 10px;
	/*font-family: "Zapf Chancery", "Monotype Corsiva", "Brush Script MT", cursive;*/
	color: #FFF;
	text-align: center;
	}

#banner	{
	position: absolute;
	top: 100px;
	left: 275px;
	background-color: #000;
	width: 657px;
	height: 133px;
	}

#bannertext	{
	position: absolute;
	top: 205px;
	left: 285px;
	color: #FFF;
	font-size: 18px;
	}

#text	{
	position: absolute;
	top: 233px;
	left: 275px;
	background-color: #181B24;
	width: 465px;
	height: 317px;
	color: #FFF;
	font-size: 14px;
	}

#text img	{
	float: right;
	}

#text a img	{
	color: #181B24;
	}

#text table	{
	padding-left: 8px;
	}

#ad	{
	position: absolute;
	top: 233px;
	left: 740px;
	background-image:url("images/club.gif");
	background-repeat:no-repeat;
	background-color: #181B24;
	width: 161px;
	height: 317px;
	padding-top: 5px;
	padding-left: 30px;
	color: #FFF;
	font-size: 12px;
	}

#ad img	{
	padding-bottom: 5px;
	}

#footer	{
	position: absolute;
	top: 550px;
	left: 75px;
	width: 860px;
	text-align: center;
	font-size: 14px;
	}

#footer ul	{
	list-style-image: none;
	text-align: center;
	}

#footer ul li	{
	padding-left: 25px;
	display: inline;
	padding-right: 25px;
	color: #FFF;
	font-size: 12px;
	}

#mainnav	{
	position: absolute;
	top: 100px;
	left: 75px;
	background-color: #000;
	height: 400px;
	width: 400px;
	}

#mainnav ul	{
	list-style: none;
	text-align: center;
	display: inline;
	margin-left: 0px;
	}

#mainnav ul li	{
	padding: 10px;
	/*font-family: "Zapf Chancery", "Monotype Corsiva", "Brush Script MT", cursive;*/
	color: #FFF;
	text-align: center;
	}

#slideshow	{
	position: absolute;
	top: 100px;
	left: 475px;
	background-color: #000;
	height: 350px;
	width: 420px;
	padding-top: 50px;
	}

#maintext	{
	position: absolute;
	top: 500px;
	left: 75px;
	background-color: #000;
	height: 440px;
	width: 800px;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	}
