@charset "utf-8";

/* CSS Document */

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	background-color: #E9E9E9;

	margin: 0px;

	padding: 0px;
	
	text-align:center;

}

h1 {

	font-family: "Times New Roman", Times, serif;

	font-size: 24px;

	font-weight: lighter;

	color: #000000;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #333333;

	font-weight: lighter;

	text-transform: uppercase;

}





#clear{

	clear: both;

	background-color: #FFFFFF;

	height: 10px;

}



#wrapper {

	width: 980px;

	margin-top: 0px;

	margin-right: auto;

	margin-left: auto;

	background-image: url(bkgnd_banner.jpg);

	background-repeat: repeat-x;

	background-position: top;

	background-color: #FFFFFF;
	
	text-align:left;

}

#topbanner {

	width: 728px;

	margin-right: auto;

	margin-left: auto;

}

#header {

	width: 980px;

	float: left;

}

#content {

	width: 960px;

	padding-left: 15px;

}

#leftnavigation {

	float: left;

	width: 200px;

	margin-right: 15px;

	margin-top: 20px;

}

#navlist {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	line-height: 20px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #CCCCCC;

}

#navlist li{

	list-style-type: none;

	margin: 0px;

	line-height: 20px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #CCCCCC;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 0px;

}

#navlist a:link {

	text-decoration: none;

	color: #333333;

}

#navlist a:visited {

	text-decoration: none;

	color: #333333;

}

#navlist a:hover {

	text-decoration: underline;

	color: #999999;

}

#navlist a:active {

	text-decoration: none;

	color: #333333;

}

#storybox {
	float: left;
	width: 400px;
	margin-right: 25px;
	margin-top: 20px;

}

#storyboxedit {

	float: left;

	width: 700px;

	margin-right: 15px;

	margin-top: 20px;

}

#rightcolumn {
	float: left;
	width: 300px;
	margin-top: 20px;

}

#flipbook {

	width: 300px;

	margin-top: 25px;

}



#footer {

	clear: both;

	float: left;

	width: 980px;

}

