@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: #f7f7f7;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#wrapper #headerimg {
	background-image: url(../images/blond-tied.jpg);
	background-repeat: no-repeat;
	height: 342px;
}
#wrapper #logo {
	background-color: #f7f7f7;
	height: 120px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #Navigation {
	height: 25px;
}
#wrapper #bodyArea #left{
	width: 200px;
	float: left;
	clear: none;
	padding: 0px;
	background-color: #f7f7f7;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #bodyArea #right {
	float: right;
	width: 800px;
	clear: right;
	height: auto;
	margin-top: 30px;
}

#wrapper #bodyArea #footer {
	height: 35px;
	float: none;
	clear: both;
}
#wrapper #bodyArea #warning {
	width: 1000px;
	float: none;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper#bodyArea #choice {
	width: 500px;
}
#wrapper #bodyArea #storyList {
	width: 800px;
	float: right;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: none;
	border-bottom-style: none;
	clear: both;
	height: auto;
}
#wrapper #bodyArea #Story {
	float: right;
	width: 780px;
	margin: 0px;
}
