@charset "utf-8";
/* CSS Document */

.header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	background-color: #006600;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 5px;
	height: 22px;
	width: 800%;
	border: 1px solid #999999;
}
.side-bar {
	width: 147px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	background-color: #CCCCCC;
}
.half_story {
	width: 423px;
	padding: 6px;
	text-align: justify;
	clear: left;
	float: left;
}
.menu_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px;
	height: 22px;
	width: 133px;
	border: 1px solid #CCCCCC;
}
.counter {
	text-align: left;
}

.story {
	width: 650px;
	text-align: justify;
	clear: none;
	float: left;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.float_right {
	clear: none;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.content {
	width: 650px;
	padding: 0px;
}

.float_left {
	clear: none;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: center;
}
 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
body {
	background-attachment: fixed;
	background-image: url(images/bg1_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.menu_bar {
	background-color: #FFFFFF;
}
.table_rows {
	background-color: #66FF66;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.noodle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	border: 1px solid #0066CC;
	margin: 0px;
	padding: 1px;
	width: 127px;
}
