/*INTRO PAGE STYLES*/
body {
	background:#000 url(images/blackbar.gif) repeat-x 0px 40px;
	}
	
div#header h1#indexbanner {
/*	background:#000 url(images/blooddrainbanner.jpg) no-repeat top left;*/
	height:0;
	overflow:hidden;
	padding:10px 0 0 0;
	}

div#meat {
	background:#000 url(images/introimage2.jpg) no-repeat;
	height:850px;
	color:#FFFFFF;
	font: normal 14px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;

	}

div#meat h1#headline {
	height:0;
	overflow:hidden;
	padding:93px 0 0 0;
	background:url(images/headline900.png) no-repeat -100px;
	font-size:xx-small;
	margin:0;
	width:700px;
	}
	
div#meat div#subnav {
	padding-top:0;
	}

div#subnav ul {
	list-style:none;
	margin:25px;
	}

div#subnav ul li {
	margin:0;
	}

div#subnav ul li a, div#subnav ul li a:visited {
	padding:5px;
	width:115px;
	height:115px;
	background:#fff;
	margin-bottom:5px;
	margin-top:15px;
	border:10px solid #790000;
	font-weight:bold;
	font-size: 18px;
	color:#f3fbae;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
div#subnav ul li a:hover {
	border:10px solid #555;
	color:#790000;
	}

div#subnav ul li a span {
	display:block;
	font-weight:normal;
	text-align:center;
	color:#222;
	background:url(images/ghosting.png);
	padding:0;
	margin:0;
	font-size:14px;
	padding:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}


div#subnav ul li a#lifethumb {background:url(images/lifeofapigthumb.jpg);}
div#subnav ul li a#slideshowthumb {background:url(images/slideshowthumb.jpg);}
div#subnav ul li a#deaththumb {background:url(images/deaththumb.jpg);}
div#subnav ul li a#rebirththumb {background:url(images/rebirththumb.jpg);}
div#subnav ul li a#howtothumb {background:url(images/howtothumb.jpg);}


div#meat div#meattext {
	background:url(images/ghosting2.png);
	}

div#meat div#meattext a:link, div#meat div#meattext a:visited {
	text-decoration:none;
	border-bottom:1px dotted #fff;
	color:#fff;
	}

div#meat div#meattext a:hover {
	border-bottom:1px solid #fff;
	color:#fff;
	}

div#footer  {
	background: url(images/shadingtop.png) repeat-x;
	}	

div#footer {
	padding:20px;
	height:auto;
/*	border-top:1px dotted #999;*/
	line-height:10px;	
	font-size:9px;
/*	background:#f3fbae url(images/fadeout.png) no-repeat bottom;*/
	clear:none;
	color:#000;
	display:block;
	}

div#footer p {
	padding-top:0px;
	clear:both;}

