

body {
	background: #000000;
}
#container {
	background: url('http://www.zachmusgrave.com/ep/metal047.jpg') repeat;
	width: 896px;
	
	
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	
	color: white;
	font-family: helvetica, sans-serif;
	font-size: 11pt;
}
#top {
	background: url('http://www.zachmusgrave.com/ep/metal047.jpg') no-repeat;
	width: 896px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align: right;
}
#top A, img { border-style: none; margin-top:0px; margin-bottom: 0px }


div.comic {
	
	width: 222px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	
	font-size: 9pt;
	font-weight: oblique;
	text-align: center;
	white-space: pre-line;
	border-style: groove;
	border-width: medium;
	border-color: #CCCCCC;
}

.topic {
	color: #FFFFFF;
	border-style: groove;
	border-width: medium;
	border-color: #FFFFFF;
}

#main {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}

#left {
	float: left;
	width: 230px;
	text-align: center; 
}
#content {
	float: right;
	width: 640px;
	
	padding-top: 10px;
	padding-right: 10px;
	line-height: 110%;
	text-align: left;
}
#wide {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	line-height: 110%;
	text-align: left;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
}
.Message {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #FF6600; 
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 110%;
	text-align: left;
	
	color: #FFFFFF;
	
	border-style: groove;
	border-width: medium;
	border-color: #CCCCCC;
}
.h1 { 
	white-space: nowrap;
	line-height: 200%;
	float: left;
	
	background-color: #FF6600; 
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	margin-bottom: 10px;
	padding-top: -5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: -5px;
	border-style: groove;
	border-width: medium;
	border-color: #CCCCCC;
}

.NewsTableOuter {
	clear: both;
	width: 95%;
	align: center;
	margin-bottom: 10px;
	
	background-color: #FF6600; 
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	
	border-style: groove;
	border-width: medium;
	border-color: #CCCCCC;
}
.NewsTableInner {
	width: 100%;  
	font-size: 12px;
}
.NewsUpperBand {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
	padding: 4px;
	width: 100%;
	background-color: #909090; 
	color: #000000;
}
.NewsMiddleBand {
	padding: 4px;
	width: 100%;
	color: #FFFFFF; 
}
.NewsLowerBand {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
	padding: 4px;
	width: 100%; 
	background-color: #909090;
	color: #000000; 
	font-size: 11px; 
	clear: both;
}
A:link
	{color: #0000CC; text-decoration: underline; }
A:visited 
	{ color: #9900CC; text-decoration: underline}
A:active 
	{ color: #BBBBFF; text-decoration: underline}
A:hover 
	{color: #FFFFFF; text-decoration: underline overline;}
