@charset "UTF-8";




* { margin: 0; padding: 0; }


body {
	background: #dbdad9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li { list-style: none;
	padding: 0 px;
}
	
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 0px solid 240808;
	border-right: 1px solid #240808;
	border-bottom: 0px solid #240808;
	border-left: 1px solid #240808;
}

#header {
	background: url(images/header_wing.png) no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: fixed;
	z-index: 90;
	height: 200px;
	width: 446px;
}

#container #mainContent #vnav_container {
	background-image:url(images/vnav_bg.gif)
	float: left;
	height: 177px;
	width: 172px;
	position: fixed;
}

#vnav li a {
	list-style-type: none;
	display: block;
}

a#link_story {
	background-image: url(images/nav_story.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 59px;
	line-height: 59px;
	width: 172px;
}
	
a#link_story:hover {
	background-image: url(images/nav_story_hover.gif);
}
	
a#link_comics {
	background-image: url(images/nav_comics.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 59px;
	line-height: 59px;
	width: 172px;
}

a#link_comics:hover {
	background-image: url(images/nav_comics_hover.gif);
}

a#link_store {
	background-image: url(images/nav_store.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 59px;
	line-height: 59px;
	width: 172px;
}

a#link_store:hover {
	background-image: url(images/nav_store_hover.gif);
}

#container #mainContent #hnav_container #hnav {
	background: url(images/image_01.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 172px;
	padding: 0px;
	height: 59px;
	width: 678px;
}

#hnav li {
	list-style-type: none;
	display:inline;
	margin: 0;
	padding: 0;
}

#hnav a:link {
	float:right;
	color:#CCCCCC;
	text-decoration: none;
	margin-top: 25px;
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#hnav a:hover {
border-bottom: 2px solid #CCCCCC;
padding-bottom: 2px;
}

#hnav a:visited {
	float:right;
	color:#CCCCCC;
	text-decoration: none;
	margin-top: 25px;
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
#content #story {
	background: url(images/header_story.gif) no-repeat left 20px;
	width: 626px;
	left: 160px;
	padding-top: 60px;
	padding-bottom: 20px;
}
#content #store {
	background: url(images/header_store.gif) no-repeat left 20px;
	width: 626px;
	left: 160px;
	padding-top: 60px;
	padding-bottom: 20px;
}

#content #story h1 {
	visibility: hidden;
}

#content #store h1 {
	visibility: hidden;
}
#content #contact h1 {
	visibility: hidden;
}

#content  #comics {
	background: url(images/header_comics.gif) no-repeat left 20px;
	width: 626px;
	left: 160px;
	padding-top: 60px;
	padding-bottom: 20px;
}
/*=================e-mail list code START=============*/
#content #contact {
	background: url(images/header_email.gif) no-repeat left 20px;
	width: 626px;
	left: 160px;
	padding-top: 60px;
	padding-bottom: 20px;
}
#content #contact p { line-height: 20px; }
#content #contact #contactinfo { 
	float: left; padding-right: 35px; margin-right: 35px;
	border-right: solid 1px #531B19;
}

#content #contact form { margin: 20px }
#content #contact select, #content #contact input { 
	border: solid 1px #531B19; 	
	background: url(images/inputbk.gif) repeat-x;
	margin: 6px 0 14px 0;
}
#content #contact p#buttons { margin: 10px 0 10px 452px; }
#content #contact #optionalinfo select#month{	width: 110px;	margin-right: 10px; }
#content #contact #optionalinfo select#day{	width: 50px;		margin-right: 10px; }
#content #contact #optionalinfo select#year{	width: 60px;	}
#content #contact p#personal { 
	margin-top: 20px; padding-top: 20px;
	background: url(images/dottedline.gif) no-repeat;
	font-size: 85%;
}
#content  #contact2 {
	background: url(images/contact_bg01.jpg) no-repeat center 30px;
	width: 626px;
	left: 160px;
	padding: 180px 0px 20px;
	text-align: center;
}
/*	
*/
/*==================e-mail list code END=====================*/
#content  #fun {
	width: 626px;
	left: 160px;
	padding: 30px 0px 20px;
	text-align: center;
}

#content #comics h2 {
	visibility: hidden;
}
#content  #new_comic {
	background: url(images/header_comic.gif) no-repeat left 20px;
	width: 626px;
	left: 160px;
	padding-top: 60px;
	padding-bottom: 20px;
}

#container #mainContent #content #new_comic h2 {
	visibility: hidden;
}

#container #bitten {
}

#header h1 {
	visibility: hidden;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#footer {
	background:#2c0807;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}
#box1 {
	background: url(images/banner01_left.jpg);
	height: 158px;
	width: 313px;
	margin-top: 20px;
}
#box2 {
	background: url(images/banner02_right.jpg) no-repeat right;
	height: 158px;
	width: 626px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#container #mainContent #content {
	padding-left: 195px;
	font-size: 12px;
}

#new_comic p a {
	text-decoration: underline;
	color: #2d0707;
}

#footer p a {
	text-decoration: none;
	color: #FFFFFF;
}

#comics p a {
	color: #330000;
}
#contact p a {
	color: #330000;
	text-decoration: none;
}

#fun p a {
	color: #330000;
	text-decoration: none;
}

#store p a {
	color: #330000;
	text-decoration: none;
}
#story #strylst {
	text-indent: 14px;
	list-style: url(images/bullet01.jpg) inside;
}
