/* CSS Document */

body {
		margin: 0px;
		padding: 0px;
		background-color: #000000;
		background-image: url(../images/bg.gif);
		background-repeat: repeat-x;
		background-position: top left;
		background-color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.85em;	
	}
	
	#container {
		position: relative;
		top: 0px;
		left: 0px;
		width: 800px;
		height: 401px;
		background-color: transparent;
		border: 2px solid #000000;
		margin: 0px auto;
	}
	
	#topBanner {
		position: relative;
		width: 100%;
	}
	
	#topBanner img {
		margin: 10px 0px 0px 10px;
	}
	
	#nav {
		position: absolute;
		top: 10px;
		right: 5px;
		width: auto;
		color: #2ea9b8;
	}
	
	#nav a:link, 
	#nav a:visited {
		font-size: 0.80em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #444444;		
	}
	
	#nav a:hover {
		background-color: #FFFFFF;
	}
	
	#nav .text {
		border: 1px solid #2ea9b8;
		background-color: #FFFFFF;
		color: #2ea9b8;
		font-weight: bold;
		margin-top: 2px;
	}
	
	#nav .button {
		border-width: 0px;
		background-color: #cee4e2;
		color: #2ea9b8;
		font-weight: bold;
		margin-top: 2px;
	}
	
	#midSection {
		position: relative;
		top: 15px;
		width: 100%;
		height: 213px;
		background-image: url(../images/bg_mid.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		
	}
	
	#pgNav {
		position: absolute;
		top: 15px;
		right: 5px;
		width: 350px;
		height: 210px;
		font-size: 0.85em;
		color: #FFFFFF;
		background-image: url(../images/bg_pgnav.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
	#pagNav ul {
		margin-left: 0px;
	}
	
	#pgNav li {
		list-style: url(../images/li_dot.gif);
		margin: 5px 0px;
		
	}
	
	#pgNav a:link, 
	#pgNav a:visited {
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#pgNav a:visited {
		color: #6c6969;
	}
	
	#pgNav a:hover {
		color: #08375E;
	
	}
	
	#bottomContainer {
		border: 2px solid #FFFFFF;
	}
	
	#introTxt {
		position: relative;
		top: 50px;
		left: 142px;
		width: 641px;
		height: 50px;
		color: #FFFFFF;
		padding: 8px;
		background-image: url(../images/bg_btm.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		border-bottom: 1px solid #FFFFFF;
	}
	
	#introTxt .zonked {
		color: #9aea1c;
	
	}
	
	#randomImg {
		position: absolute;
		top: 14px;
		left: 142px;
		width: 186px;
		height: 271px;
	}
	
	#btmBorder {
		position: relative;
		top: -133px;
		width: 800px;
		height: 200px;
		margin: 0px auto;
		border-width: 0px 2px 2px 2px;
		border-style: solid;
		border-color: #9b9a9a;
		color: #FFFFFF;
	}
	
	#btmText {
		position: absolute;
		width: 100%;
		bottom: 10px;
		font-size: 0.75em;
		text-align: right;
	}
	
	#btmText p {
		margin-right: 5px;
	}

