body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

br {
	clear: left;
}

.clearBoth {
	clear: both;
}

h1{
	font-size: 25px;
	text-align: center;
}

h5 {
	text-align: center;
	font-size: 16px;
}

.centeredColumn {
	width: 750px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 750) / 2 + 'px');
	background-color: #FFFF99;
}

#container {
   width: 100%;
   margin: auto;
   text-align: center;
}

ul.menu {
	float: left;
	background-color: #0099FF;
	width: 750px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

ul.menu li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0px 18px 0px 20px;
	padding: 0px;
}

ul.menu a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: white;
}

ul.menu a:hover {
	background: #00CCFF;
	text-decoration: underline;
}

ul.comic {
	float: left;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	text-align: center;
}

ul.comic li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0px 25px 0px 25px;
	padding: 0;
	border: thin solid #666666;
}

ul.comic a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

ul.comic a:hover {
	background: #990000;
	text-decoration: underline;
	color: #fff;
}

ul.comichome {
	float: right;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	text-align: center;
}

ul.comichome li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0px 25px opx 25px;
	padding: 0px;
	border: thin solid #666666;
}

ul.comichome a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

ul.comichome a:hover {
	background: #000066;
	text-decoration: underline;
}

ul.plot {
	float: left;
	width: 750px;
	margin: 25px 0px 25px 0px;
	padding: 0px;
}

ul.plot li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0px 25px 0px 25px;
	padding: 0;
	border: thin solid #000;
}

ul.plot a {
	text-align: center;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
}

ul.plot a:hover {
	background: #990000;
	color: #fff;
}

.title {
	font-size: 36px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}

#center {
	width: 750px;
	background-position: center;
	text-align: left;
	color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	vertical-align: top;
	display: block;
}



a img {
	border: 0;
	margin-left: 0px;
}

#container p a {
	color: #ff1b00;
	text-decoration: none;
}

#container p a:hover {
	color: #396;
}

#group{
	width: 700px;
}

.image-with-caption
{
	text-align: left;
	float: left;
	width: 270px;
	margin: 25px;
	border: 2px solid #FFF;
	background: #0033FF;
}

.image-bio
{
	float: left;
	width: 250px;
	background: #0099FF;
	margin: 0px 0px 0px 10px;
	border-left: 2px solid #0099FF;
}

.image-with-caption p
{
	font-weight: normal;
}

.image-with-caption img
{
	float: right;
	margin: 0px 6px 0px 0px;
}

.email{
	margin: 0px 0px 0px 50px;
}

.email a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.email a:hover{
	text-decoration: underline;
}

.email h3{
	font-size: 16px;
	font-weight: bold;
}

.email dd{
	font-size: 13px;
	font-weight: bold;
}

.contactform {
	color: #00FF00;
	border: thin solid #00CC00;
}

.index {
	background-color: #fff;
	width: 540px;
	font-size: 16px;
	margin: -13px 0px 26px 7px;
	padding: 10px 10px 25px 10px;
	border: thin solid #000000;
}

.callout {
	float: right;
	border: 2px solid #FFF;
	background-position: right top;
	text-align: center;
	margin-top: 20px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.callout a {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}

.callout a:hover {
	font-weight: bold;
}

.alert {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

dl {
	margin-top: 35px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #000;
	padding: 0px 10px 10px 10px;
}

dl dt {
	color: #000;
	font-weight: bold;
	float: left;
	width: 30%;
	clear: left;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #000;
	margin-bottom: 10px;
}

dl dd {
	margin-left: 20%;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #000;
	margin-bottom: 10px;
}

.advertising p{
	font-size: 18px;
	text-align: center;
	color: #666;
	font-weight: bold;
}

object {
	background-position: center;
	text-align: center;
}

.comicHolder {
	width: 150px;
	float: right;
	margin: 0px 10px 0px 10px
}

.comicHolder a {
	color: #fff;
	text-decoration: none;
}

.comicHolder a:hover {
	color: #00FFFF;
}

.comicHolderhead {
	background-image: url(../image/comic_head.gif);
	background-repeat: no-repeat;
}

.comicHoldermiddle {
	background-image: url(../image/comic_middle.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: -1px 0px 0px 0px;
}

.comicHolderfoot {
	background-image: url(../image/comic_foot.gif);
	background-repeat: no-repeat;
}

/* Footer */

.footer {
	background-image:url(../image/footer.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 30px;
	text-align: center;
	color: #fff;
}

.footerText {
	padding: 13px 0px 0px 0px;
}

.footerText a {
	color: #fff;
	text-decoration: none;
}

.footerText a:hover {
	color: #00FFFF;
}

/* Email Form */

.formRow {
	white-space: nowrap;
	width: 100%;
	clear: left;
}

.formText {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
}

.textBox {
	font-family: arial;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	height: 15px;
	font-size: 12px;
}

.textarea {
	font-family: arial;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	font-size: 12px;
	height: 100px;
}

.formButton {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	background-color: navy;
	pointer: cursor;
	width: 80px;
	color: #fff;
	font-weight: bold;
	font-family: verdana;
}