body { background: #00597e; }
img.rss {
	border: none;
}
a:link {
	color: #00597e;
}
a:visited {
	color: #dba94e;
}
a:hover {
	color: #c00;
}
		#main_center {
			margin-right: auto;
			margin-left: auto;
			height: 100%;
			width: 830px;
		}
		#main {
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
			margin-top: 10px;
			margin-right: auto;
			margin-left: auto;
			width: 830px;
			margin-bottom: 5px;
			background: #fff;
		}
		#info {
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
			padding: 15px;
			text-align: center;
			font-family: 'Bookman Old Style', serif;
			margin-top: 10px;
			margin-right: auto;
			margin-left: auto;
			width: 802px;
			background: #fff;
		}
		#comic
		{
			padding-top: 20px;
			padding-bottom: 30px;
			font-family: 'Bookman Old Style', serif;
			margin-right: auto;
			margin-left: auto;
			text-align: center;
			width: 830px;
		}
		#content
		{
			padding: 25px;
			font-family: 'Bookman Old Style', serif;
			margin-right: auto;
			margin-left: auto;
			width: 800px;
		}
		#header {
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
			padding-top: 20px;
			padding-bottom: 5px;
			background: #222;
			color: #fff;
			font-family: 'Bookman Old Style', serif;
			text-align: center;
		}
		#menu {
			height: 25px;
			border-bottom-left-radius: 15px;
		}
		#menu a, #menu a:visited {
			color: #fff;
			text-decoration: none;
			display: block;
			height: 30px;
			margin-left: -10px;
			margin-top: -5px;
			line-height: 25px;
			width: 170px;
		}
		#menu a:hover {
			color: #222;
		}
		span.menu_box, span.menu_box_left,  span.menu_box_right {
			display: block;
			height: 24px;
			width: 156px;
			padding-top: 5px;
			padding-left: 10px;
			position: relative;
			float: left;
		}
		span.menu_box:hover {
			-moz-border-radius-topleft: 15px;
			-webkit-border-top-left-radius: 15px;
			border-top-left-radius: 15px;

			 -moz-border-radius-topright: 15px;
			-webkit-border-top-right-radius: 15px;
			border-top-right-radius: 15px;
			background: #999;
		}
		span.menu_box_left:hover {
			 -moz-border-radius-topleft: 15px;
			-webkit-border-top-left-radius: 15px;
			border-top-left-radius: 15px;

			 -moz-border-radius-topright: 15px;
			-webkit-border-top-right-radius: 15px;
			border-top-right-radius: 15px;

            -moz-border-radius-bottomleft: 15px;
			-webkit-border-bottom-left-radius: 15px;
			border-bottom-left-radius: 15px;
			background: #999;
		}
		span.menu_box_right:hover {
			-moz-border-radius-topleft: 15px;
			-webkit-border-top-left-radius: 15px;
			border-top-left-radius: 15px;

			 -moz-border-radius-topright: 15px;
			-webkit-border-top-right-radius: 15px;
			border-top-right-radius: 15px;

            -moz-border-radius-bottomright: 15px;
			-webkit-border-botom-right-radius: 15px;
			border-bottom-right-radius: 15px;
			background: #999;
		}
		#title { 
			font-size: 18pt; 
			margin-top: 60px;
		}
		#comic_menu {
			margin-left: auto;
			margin-right: auto;
			width: 460px;
		}
		#comic_text {
			margin-top: 25px;
		}
		a.button {
			width: 75px;
			display: block;
			float: left;
			margin-left: 5px;
			background: #557da6;
			border: solid black 1px;
			text-decoration: none;
			color: #fff;
			padding: 5px;
		}
		a.button:hover {
			background: #fff;
			border: solid black 1px;
			text-decoration: none;
			color: #000;
			padding: 5px;
		}
ul.archive {
	text-align: left;
	width: 830px;
	list-style-type: none;
}
