* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #182030;
	margin-top: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#ie6alert {
	width: 100%;
	background-color: #fffde3;
	color: #333;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	background: url(gfx/bgnd-content.jpg) repeat-y center;
}

#header {
	width: 820px;
	height: 97px;
	background: url(gfx/bgnd-header.jpg) no-repeat center;
	position: relative;
}

#logo {
	width: 192px;
	height: 68px;
	top: 29px;
	left: 38px;
	position: absolute;
}

/** navigation styles **/

#nav {
	width: 398px;
	height: 45px;
	position: absolute;
	right: 20px;
	bottom: 0;
	font-size: 62.5%;
}

#nav ul {
	width: 398px;
	height: 45px;
	list-style: none;
}

#nav ul li {
	float: left;
	line-height: 350%;
}

.page_item {
	font-size: 1.2em;
	height: 45px;
}

.page_item a {
	color: white;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.page_item a:hover {
	text-decoration: underline;
}

.current_page_item,
.current_page_parent {
	background: url(gfx/current_page.jpg) no-repeat bottom center;
}



#content {
	width: 820px;
	min-height: 425px;
	font-size: 62.5%;
	padding-bottom: 20px;
}

.background1 {
	background: url(gfx/bgnd-page1.jpg) no-repeat bottom center;
}

.background2 {
	background: url(gfx/bgnd-page2.jpg) no-repeat bottom center;
}

.storycontent {
	width: 358px;
	float: right;
	padding-right: 50px;
	margin-top: 25px;
}

#footer {
	width: 820px;
	margin: 0 auto;
}

.credit {
	font-size: 9px;
	color: white;
	text-indent: 10px;
}

.credit a {
	color: white;
	border-bottom: 1px dotted white;
	padding-bottom: 2px;
	text-decoration: none;
}

.credit a:hover {
	color: red;
	border-bottom: 1px dotted red;
}