@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
/* text formatting here */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-color: #e0f0f7;
}
a {
	color: #09c;
	text-decoration: none;
	border-bottom: thin #09c solid;
	
}
a:hover {
	color: #06C;
	border-bottom: #06c;
}
/* sidenav formatting here */
#sidenav {
	padding: 0 10px 0 5px;
	margin-right: 680px;
	background-color: #000;
	color: #fff;
	width: 200px;
	text-indent: 0;
	font-size: 1.25em;
}
#sidenav ul .multiline {
	margin: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidenav ul {
	list-style: none;
	text-align: left;	
}
#sidenav li a{
	color: #fff;
	line-height: 3;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	border-bottom: none;
}
#sidenav li#books a, #sidenav li#radio a, #sidenav li#stories a{
	line-height: normal;
}
#sidenav li a:hover {
	text-decoration: underline;
	border-bottom-style: none;
}
#wrapper #sidenav ul .multiline a {
	line-height: normal;
}
#sidenav ul a {
	padding-left: 5px;
	line-height: normal;
	display: block;
	padding-bottom: 20px;
}
#wrapper #sidenav ul #home a {
	padding-top: 20px;
}
/* layout formatting here */
#masthead {
	text-align:center;
}
#masthead img {
	margin: 0;
	padding: 0;
}
#header {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #E0F0F7;
	border-right: none;
}
#content {
	float: right;
	width: 680px;
	padding: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	background-image: url(images/bottom-corners-old.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: thin;
	border-right-style: solid;
	height: 100%;
}
#content_area {
	padding: 0 10px 0 10px;
}
#wrapper {
	background-color: #000;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {
	clear: both;
	/*background-color: #000;*/
	color: #fff;
	padding: 0;
	background-image:url(images/bottom_900.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

	
#top {
	background-image: url(images/top-corners-old.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000;
}
.HeaderLink {
	text-align:center;
	font-size: 1.25em;
	padding: 20px 0 10px 0;
}

#wrapper #footer .buffer {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 0.75em;
}

#content_area form {
	text-align: center;
}
#content_area p {
	padding-bottom: 10px;
	text-align: left;
}
#content_area h3 {
	padding-bottom: 10px;
	padding-top: 10px;
}
#content_area h2 {
	text-align: center;
	padding-bottom: 10px;
}
#content_area ul {
	list-style-position: inside;
	list-style-type: square;
}
#content_area ul li {
	padding-bottom: 10px;
}
#content_area h5 {
	text-align: center;
	padding-bottom: 10px;
}
#content_area ol li {
	padding-bottom: 10px;
	list-style-position: inside;
	list-style-type: decimal;
}
