body
{
	font-family: Georgia, Verdana, Geneva, Helvetica, Serif;
	color: White;
	background-color: #000077;
}
h2
{
	color: white;
	margin: 0px;
	font-size: 20pt;
	font-weight: bold;
}
a
{
	color: #FFFFFF;
}
a:visited
{
	color: #CCCCCC;
}
#logo
{
	z-index: 1;
}
#hitcounter
{
	position: relative;
	top: -60px;
	left: 210px;
	z-index: 2;
}
.leftcell
{
	width: 360px;
	min-width: 360px;
	vertical-align: top;
}
.rightcell
{
	vertical-align: top;
	padding-left: 20px;
}
.bottom_image {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.menu
{
	position: absolute;
	left: 170px;
	top: 190px;
	z-index: 4;
	border-style: none;
}
.glow 
{
	display: none;
	z-index: 5;
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/
}
img
{
	border-style: none;
}
.clickable_image:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.clickable_image
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#comic_header
{
	overflow: hidden;
	text-align: center;
	margin-bottom: 5px;
}
#comic_header .title
{
	float: left;
	font-size: 16pt;
	font-weight: bold;
	max-width: 400px;
}
#comic_header .date
{
	float: right;
	font-size: 16pt;
	font-weight: bold;
}
#comic
{
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
#links
{
	text-align: center;
}
#comic_news
{
	text-align: center;
	margin-top: 20px;
}
.SuccessMessage
{
	width: 500px;
	border-color: #00aa15;
	border-width: 1px;
	border-style: solid;
	background-color: #B5F39D;
	padding: 5px;
	text-align: center;
	color: black;
}
.ErrorMessage
{
	width: 525px;
	border-color: #ae0000;
	border-width: 1px;
	border-style: solid;
	background-color: #ff8484;
	padding: 5px;
	text-align: center;
	color: black;
}
#comment_box
{
	margin-top: 20px;
}
.comment
{
	font-size: smaller;
	padding: 5px;
	color: black;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
.comment .name
{
	font-weight: bold;
}
.comment .text
{
	padding-left: 5px;
}
.comment .date
{
	font-size: smaller;
}

.top .navigationlinks a
{
	margin-left: 10px;
	margin-right: 10px;
}
.bottom .navigationlinks
{
	padding-top: 15px;
}
.bottom .navigationlinks a
{
	margin-left: 15px;
	margin-right: 15px;
}
#chels
{
	z-index: 6;
	left: 25px;
	top: -40px;
	float: right;
	position: relative;
}


 /* set background images for corners */
.rbroundbox { background: url(../images/black.gif) repeat; }
.rbtop .top  { background: url(../images/topleft.png) no-repeat top left; }
.rbtop      { background: url(../images/topright.png) no-repeat top right; }
.rbbot .bottom  { background: url(../images/bottomleft.png) no-repeat bottom left; }
.rbbot      { background: url(../images/bottomright.png) no-repeat bottom right; }

 /* height and width details */
.rbtop, .rbtop .top, .rbbot, .rbbot .bottom
{
	min-height: 62px;
}
.rbroundbox 
{
	position: relative;
	z-index: 5;
	min-width: 600px;
	width: 600px;
}

.rbroundbox div.rbcontent
{
	padding-left: 30px;
	padding-right: 30px;
}
.rbtop div.top
{
	text-align: center;
	padding-top: 10px;
	white-space: nowrap;
}
.rbbot div.bottom
{
	text-align: center;
	white-space: nowrap;
}