@charset "UTF-8";
/* CSS Document */
#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
	position: relative;
 	z-index: 0;
}
#container {
	width: 100%;
	height: 990px;
	margin-top: 30px;
	position: absolute;
	top: 50px;
	left: 0px;
	float: left;
	background: #050200;
	z-index: 0;
}
#header {
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	background: #fff url(http://www.parsonstest.com/myJSexp/project/i/corvidTitle.gif) no-repeat;
}
#nav_main {
	width: 100%;
	height: 50px;
	background: #5a87ca;
}
#nav_main ul {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 18px;
	left: 0px;
	background: #050200;
	padding: 5px 0 0 0;
}
#nav_main ul li {
	margin-right: 10px;
	padding-right: 10px;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: small;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: inline;
}
#nav_main ul li a {
	outline: none;
	color: #fff;
}
#nav_main li a:link {
	color: #fff;
}
#nav_main li a:visited {
	color: #ccc;
}
#nav_main li a:hover {
	color: #f7bc2e;
}
#nav_main li a:active, #nav_main li a:focus {
	color: #ecec16;
}
body#home a#homenav,
body#look a#looknav,
body#learn a#learnnav,
body#game a#gamenav {
	color: #c7c706;
}
#list ul {
	list-style: none;
	position: absolute;
	z-index: 4;
}
#main {
	width: 100%; 
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 3;
}
#main p {
	width: 100%;
	font-family: Georgia, serif;
	font-size: small;
	font-style: normal;
	line-height: 1.5em;
	color: #fff;
	padding: 30px 0 0 0;
}
#main a:link {
	color: #f0ef90;
	outline: none;
}
#main a:visited {
	color: #f0ef90;
}
#main a:hover {
text-decoration: underline;
	color: #f7bc2e;
}
#main a:active {
	color: #d6d6a1;
}
.pic {
	position: absolute;
	border: #ccc solid 3px;
}
/* utilities */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac */
.clearfix {
	display: block;}
/* End hide from IE Mac */
