@charset "utf-8";
body {
	background-color: #999966;
	margin-left: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666633;
}
#Center {
	margin-left: -450px;
	width: 850px;
}
#Header {
	background-image: url(../Images/SiteImages/Header.jpg);
	height: 100px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
#Comic {
	height: 450px;
	width: 750px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
}
.ComicImg {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
.ComicNavLeft {
	height: 20px;
	width: 100px;
	clear: none;
	float: left;
}
.ComicNavLeft img {
	border: none;
}
.ComicNavCenter {
	width: 495px;
	text-align: center;
	clear: none;
	margin-top: 5px;
	float: left;
}
.ComicNavRight {
	height: 20px;
	width: 100px;
	clear: none;
	float: right;
	margin-right: 55px;
}
.ComicNavRight img {
	border: none;
}
#Below {
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0px;
}
#CR {
	font-size: 10px;
	text-align: center;
	width: 850px;
	margin-top: 45px;
	margin-left: 25px;
}
#CR a:link {
	color: #666600;
}
#CR a:visited {
	color: #666600;
}
#CR a:hover {
	color: #666633;
}
#CR a:active {
	color: #666633;
}
