body {
	margin: 0px;
	background-color: #93633F;
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-color: black;
}
a {
	color: #663300;
	font-weight: bold;
}
a:hover {
	color: #1400A7;
}
blockquote {
	padding: 0px 25px 0px 25px;
	margin: 0px;
}
dd {
	margin-left: 35px;
	padding-left: 0px;
	text-indent: 0px;
}
dl {
	margin: 0px;
}
dt {
	font-weight: bold;
	margin: 0px;
	color: #1400A7;
}
h3 {
	background-image: url(../images/box_bg.png);
	padding: 4px;
	border: 2px solid #663300;
	margin: 0px 0px 5px 0px;
	font-size: large;
	font-weight: bold;
	display: block;
}
h4 {
	margin: 0px 0px 5px 0px;
	padding-bottom: 2px;
	font-size: large;
	font-weight: bold;
	border-bottom: 2px solid #663300;
}
h5 {
	margin: 0px;
	padding-bottom: 2px;
	font-size: small;
	font-weight: bold;
}
h6 {
	margin: 0px 0px 10px 0px;
	font-size: smaller;
	font-weight: normal;
}
p {
	margin: 0px;
}

.ads {
	width: 728px;
	border: 2px solid #663300;
	margin-bottom: 4px;
	float: left;
	display: block;
}
.banner {
	margin-top: 10px;
	padding-top: 105px;
	background-image: url(../images/banner_bg.png);
	width: 732px;
	height: 45px;
	text-align: right;
	font-size: medium;
}
.banner a {
	float: right;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/box_bg.png);
	padding: 5px;
	margin-left: 4px;
	border: 2px solid #663300;
}
.banner a:hover {
	color: #1400A7;
	background-color: white;
	background-image: none;
}
.content {
	background-color: white;
	/*background-image: url(../images/box_bg.png);*/
	width: 718px;
	padding: 5px;
	border: 2px solid #663300;
	margin-bottom: 4px;
	float: left;
}
.content_left {
	background-color: white;
	/*background-image: url(../images/box_bg.png);*/
	width: 512px;
	padding: 5px;
	border: 2px solid #663300;
	margin-bottom: 4px;
	float: left;
	display: table;
}
.content_right {
	background-color: white;
	/*background-image: url(../images/box_bg.png);*/
	width: 188px;
	padding: 5px;
	border: 2px solid #663300;
	margin-bottom: 4px;
	float:right;
	display: table;
}
.centered_content {
	margin: 0px 75px 0px 75px;
	display: table;
}
.comic_contents {
	float: left;
	text-align: center;
	display: table;
}
.comic_contents_container {
	display: table;
	margin-left: 40px;
	margin-bottom: 15px;
}
.comic_page {
	border: 1px solid #663300;
}
.footer {
	width: 100%;
	font-size: small;
	text-align: center;
	min-width: 734px;
	padding-bottom: 15px;
}
.guide_image_left {
	float: left;
	margin-right: 5px;
	display: block;
}
.guide_image_right {
	float: right;
	margin-left: 5px;
	display: block;
}
.guide_quotes {
	display: table;
	margin: 0px 25px 0px 25px;
}
.notice_box {
	border: 2px solid red;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
}
.thumbnail {
	margin: 5px;
	border: 1px solid #663300;
}

.strip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: black;
	color: white;
	text-align: right;
	padding: 6px 20px 6px 2px;
	min-width: 720px;
}
.strip a, .bottommenu a, .topmenu a {
	color: white;
	text-decoration: none;
}
.strip a:hover, .bottommenu a:hover, .topmenu a:hover {
	text-decoration: underline;
}