*{padding:0px; margin:0px;}
body {
	background-color:#000000;
		background-image:;
	background-repeat:repeat;
	background-position:center top;
	background-image: url(Media/Backgrounds/dark_wood/dark_wood.png);
}
#container {
	width:1000px;
	color: #ffffff;
	margin-left: -500px;
	margin-top:-294px;
	font-family: Verdana, Arial, sans-serif;
	position: absolute;
	background-color:#7F725C;
	top: 50%;
	left: 50%;
	box-shadow:10px 10px 10px 0px #333333;
	border: 4px solid #ffffff;
}
#container2 {
	width:1000px;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	margin-left:auto;
	margin-right:auto;
}
#header {	
	background-repeat:no-repeat;
	background-position:left;
	font-family:cursive;
	height:80px;
	text-align:right;
	width: 1000px;
	color:#e2da99;
	margin-left:auto;
	margin-right:auto;
			}
#nav {
	width:1000px;
	height:30px;
	padding-bottom:5px;
	padding-top:5px;
	background-color:#000000;
}	
#pageWrap{width:750px; height:30px; margin:0 auto 0 auto; text-shadow:2px 2px #000000;}

/*drop down menu styling starts here:*/
/*Navigation menus are basically just lists. We can use lists nested within lists to create any number of submenus*/

/*common styles for all hyperlinks in the nav sextion*/
nav li {
	float:left;
	position:relative;
	width:150px;  /*use a specific width to make each menu item the same width*/
	background-image:url(Media/button1.png);
	font-size:16px;
	text-align:center;  /*main menu list items will be center-aligned*/
	height:30px;
	line-height:30px;
	list-style-type:none;
}  /*remove bullets*/
			
/*common styles for ALL SUBMENU list items*/
nav ul li ul li{text-align:center;  /*text will be left-aligned in the submenus*/
					margin-left:0px;}  /*can add a left margin to create a left offset - if desired*/
/*more specific styles for 1st level sumenu (ul nested inside a li)*/
nav ul li ul {visibility:hidden} /*1st level submenu will not be visible, yet...*/
										
/*common style for a hover over any list itmem in the nav section*/
nav li:hover {}/*change background color when mouse hovers*/

/*more specific styles: use pseudo classes to make the submenus visible when appropriate*/
nav ul li:hover ul {visibility:visible;} /*1st level submenu visible when the user hovers over on of the main menu list items*/

nav li:active { background-image:url(Media/button1active.png);
	}

.content {clear:left;  /*clear the floats so that the contecnt div displays below the nav menus*/
				margin-top:50px;
				height:300px;} 
#footer {
	background-color:#000000;
	color:#777777;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	float:right;
	height:20px;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
				}
a:link {
	color: #ffffff;
	text-decoration: none;
	text-shadow:2px 2px #000000;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #A0A0A4;
}
#right {
	float:right;
	width:200px;
	color:#000000;
	padding-left:25px;
	}
	
#left {
	background-image:url(Media/Backgrounds/dark_fish_skin/dark_fish_skin.png);
	padding: 1px 0px 20px 0px;
	color:#ffffff;
	height:420px;
	width: 775px;
	background-repeat: repeat;
	background-position: center;
}
