#story-header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 60px;
	margin-bottom: 13px;
}
#story-header    p, #story-header h1 {
	margin: 0px;
	padding: 0px;
}
#story-title {
	width: 525px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#story-subtitle {
	width: 432px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-weight: bold;
}
#story-contents-left {
	float: left;
	width: 510px;
	margin-left: 15px;
}
#story-contents-top {
	position: relative;
	left: -1px;
	top: 0px;
	background-color: #FFFFFF;
}
#story-contents {
	background-image: url(/assets/images/story/bg_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c2c4c5;
	border-left-color: #c2c4c5;
	margin-bottom: 10px;
}

#story-contents-right {
	float: right;
	width: 417px;
	margin-right: 15px;
}
#story-left {
	float: left;
	width: 525px;
}
#story-right {
	float: right;
	width: 432px;
}

#story-contents-bottom {
	position: relative;
	background-color: #FFFFFF;
	bottom: 0px;
	left: -1px;
}

