body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-size: 14px;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
}

#container {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCD;
}
#container #story #nav {
	background-color: #FFFF9F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E736C;
	border-bottom-color: #6E736C;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#container #story {
	background-image: url(../images/bodybkg.jpg);
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#container #story #left {
	width: 500px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6E736C;
}
#container #story #right {
	float: right;
	width: 400px;
}


#container #story .article {
	border: 1px solid #6E736C;
	background-color: #FFFF9F;
	padding: 4px;
}
#container #story #copy {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E736C;
	padding-top: 26px;
}

