/* CSS Document */
html{
	background-color:#FFFFFF;
}
body{
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	border-style:ridge;
	border-color:#003366;
	width:65em;
	margin-left:5%;
}
div{
	margin:1%;
	border-style:ridge;
	border-color:#003366;
}
div.logo{
	text-align:center;
	background-color:#999999;
}
div.comicnavbar{
	text-align:center;
	background-color:#666666;
}
div.navbar{
	float:left;
	width:20%;
	background-color:#333333;
	line-height:40px;
}
div.maincontent{
	border-style:none;
	padding:20px;
text-align:center;
}
div.contentbackground{
	width:60%;
	background-color:#999999;
margin-left:200px;
}
div.divider{
	color:#003333;
	font-weight:bold;
	text-align:center;
	margin:0%;
	border-style:none;
	height:40px;
	border-bottom-style:ridge;
	background-image:url(divider.png);
}
div.bottomdivider{
	margin:0%;
	border-style:none;
	height:40px;
	border-top-style:ridge;
	background-image:url(divider.png);
}
span.question{
	color:#990000;
	font-weight:bold;
}
a{
	font-weight:bold;
}
a.menuitem {
	margin-left:20px;
	padding-left:10px;
	padding-right:50px;
	padding-bottom:20px;
	text-decoration:none;
	color:#003333;
	background-image:url(normalmenu.png);
	background-repeat:no-repeat;
}
a.menuitem:hover {
	background-image:url(hovermenu.png);
	background-repeat:no-repeat;
}
a.navbutton{
	margin:10px;
	padding:10px;
	text-decoration:none;
	color:#000099;
	background-position:center;
	background-image:url(navbutton.png);
	background-repeat:no-repeat;
}
a.navbutton:hover {
	margin:10px;
	padding:10px;
	background-image:url(navbutton_over.png);
}
img.comic, img.logo{
	border-style:ridge;
	border-color:#003366;
}

