@charset "UTF-8";
body {
	background-color: #7b3f7b;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 893px;
	top: -10px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	height: 500px;
}
#header {
	height: 115px;
	width: 893px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: -10px;
}


#nav {
	width: 195px;
	position: relative;
	top: 40px;
	height: 250px;
	left: 20px;
	float: left;
	z-index: 100;
}

#story {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	width: 600px;
	position: relative;
	line-height: 2em;
	left: 70px;
	top: 42px;
	z-index: 0;
	float: left;
	font-weight: normal;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/menu.jpg);
	width: 192px;
	top: 50px;
	height: 100%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	z-index: 100;
}




a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: underline;
}


#bottomstrip {
	height: 35px;
	width: 878px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
	z-index: 100;
	float: left;
	position: relative;
	top: 60px;
}
#homeimage {
	background-image: url(images/home_image.jpg);
	height: 166px;
	width: 210px;
	position: relative;
	left: 300px;
	bottom: 150px;
	float: left;
}
