/* Companion Custom CSS over-rides for [ Ask Yeshua ]: ComicPress - 2.8 */
body {
    background:#4F1314 url('/images/background.jpg');
    background-attachment: fixed;
    font-family:Trebuchet MS, Verdana, Tahoma, Arial;
    font-size:12px;
}
#page{
	background-color: #ffffff;
	width: 780px;
	
}
#comic{
	width: 840px;
	margin-left: -35px;
	border-color: #661919;
	border-width: 1px;
	background-color: #ffffff;
	border-style: solid;
	
}
h2.pagetitle {
color: #661919;
	}
#menubar-wrapper {
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #661919;
	width:778px;
}

#menubar-wrapper .menu ul {
	background-color: #fff;
	/*color: #fff; */
}

	#comic-head {
padding: 0 0;
}
/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 780px; height: 120px; background: url('/images/header.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 780px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}
/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }