@charset "UTF-8";
#wrap {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border: 1px solid #000000;
}
#header {
	height: auto;
	width: 950px;
	background-color: #666666;
}
#main {
	background-color: #000;
	height: auto;
	width: 950px;
}
#menu {
	float: left;
	height: auto;
	width: 140px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 10px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AF166E;
	font-weight: bold;
}
#story {
	float: right;
	height: auto;
	width: 705px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
	border: 10px solid #000000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	clear: both;
	height: 20px;
	width: 950px;
	background-color: #000000;
	text-align: center;
}
.button {
	float: left;
	height: 30px;
	width: 25px;
}

