@charset "UTF-8";
#content {
	width: 816px;
	background-color: #9c9;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #000;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 60px;
	box-shadow: 0px 2px 5px 0px #636;
	overflow: hidden;
}
#content #leftBar {
	width: 170px;
	float: left;
	font-family: "Courier New", Courier, monospace;
	color: #959;
	font-weight: bold;
	background-image: url(../pix/gui/bg2.png);
	background-repeat: no-repeat;
	box-shadow: inset 0px 3px 3px -3px #363;
}
#content #leftBar #menu {
	text-align: right;
}
#content #leftBar #PW-adBox {
	width: 129px;
	margin: auto;
}
#content #leftBar #linkList {
	font-size: 12px;
	background-color: #ada;
	padding: 5px;
	border-radius: 80px;
	margin-right: 5px;
	margin-left: 5px;
}
#content #rightBar {
	width: 646px;
	float: right;
	overflow: hidden;
}
#content #rightBar #comicSpace {
	background-color: #000;
	border-bottom-left-radius: 30px;
	padding-bottom: 10px;
	box-shadow: 0px 3px 3px -3px #363;
	margin-bottom: 3px;
}
#comicSpace #comic {
	margin: auto;
	width: 600px;
}
#comicSpace #comicNavigation {
	font-weight:bold;
	height: 32px;
}
#comicSpace #comicNavigation #prev {
	float: left;
	width: 25%;
}
#comicSpace #comicNavigation #middle {
	float: left;
	width: 50%;
	padding-top: 1px;
	padding-bottom: 1px;
}
#comicNavigation #middle #storyline {
	color:#9c9;
	line-height:32px;
}
#comicSpace #comicNavigation #next {
	float: right;
	width: 25%;
}
#content #rightBar #news {
	margin: auto;
	width: 526px;
	border-bottom-left-radius: 15px;
}
#content #rightBar #twitter {
	float: left;
	margin: 5px;
	width: 318px;
	height: 270px;
}
#content #rightBar #adBox {
	float: right;
	margin: 5px;
	width: 300px;
	height: 262px;
}
#content #calendarBox {
	background-color: #ded;
	width: 550px;
	clear: both;
	margin: 10px auto;
	padding: 5px;
	position: relative;
	border: 1px solid fff;
	display: inline-block;
	border-radius: 5px;
}
#content #calendarBox #calendar {
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
	box-shadow: inset 0 1px 3px #9c9;
	border-radius: 3px;
}
#content #copyright {
	width: 100%;
	height: 16px;
	clear: both;	
	font-size: 10px;
	margin: 3px;
}
