@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/story_box_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
}
#wrapper {
	margin: auto;
	width: 950px;
	padding: 10px;
}
#header {


}
#header_logo {
	width: 157px;
	float: left;
	padding: 10px;
	background-color: #000;
	height: 125px;
}
#cwa_logo {
	text-align: center;
}

#nav {
	width: 157px;
	float: left;
	padding: 10px;
	background-color: #000;
	height: 772px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
}
#nav li a {
	display: block;
	padding: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#nav li a:hover {
	background-color: #C00;
	color: #FFFFFF;
}
#content {
	float: right;
	width: 765px;
	background-image: url(images/story_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: 50px 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #933;
}


h1 {
	font-size: 42px;
	color: #FFC;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #C00;
}

.not_home {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	color: #333;
}
#inner {
	padding: 20px;
	border: 20px solid #000;
	min-height: 712px;
	margin-left: -10px;
}


#large-left {
	background-color: #900;
	width: 465px;
	color: #FFF;
	padding: 20px;
	border: 1px solid #333;
	float: left;
	overflow: visible;
	position: relative;
	z-index: 1;
	height: 750px;
}

.small {
	font-size: 24px;
	color: #EFEFEF;
	font-style: italic;
}
.story_block {
	text-align: center;
	padding: 15px;
	border: 5px solid #333;
	width: 400px;
	background-image: url(images/story_box_bg.jpg);
	background-repeat: repeat-x;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.center {
	text-align: center;
}


#book-cover {
	background-color: #333;
	width: 210px;
	float: right;
	z-index: 0;
	position: relative;
	color: #FFF;
	padding-top: 250px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-right: 10px;
	height: 528px;
}
.top-strip {
	z-index: 3;
	margin-left: -25px;
	overflow: visible;
	width: 765px;
	position: relative;
}
#footer {
	margin: auto;
	padding: 15px;
	width: 920px;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #999999;
}
