body {
	background: url("http://www.mitchclem.com/nothingnice/images/bg_d5d6d7_4x400.jpg"); 
	background-color: #d5d6d7;
	background-repeat: repeat-x;
	}
.header-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
}
	
a:link {
	color: #C20000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #A20101;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #A20101;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

	div#contents {
	width: 900px;
		position: relative;
		left: 50%;
		margin-left: -450px; /* half the width of the div */
		}
	
	div#header {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px; /* half the width of the div */
	background-color: black;
	margin-bottom: 4px;

	}
	
	div#nav {
		width: 900px;
		height: 26px;
		position: relative;
		left: 50%;
		background-color: black;
		margin-left: -450px; /* half the width of the div */
	/* background-color: black; */
	margin-bottom: 4px;
	}
	
	div#comic {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px; /* half the width of the div */
	background-color: black;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 4px;
	}
	
	
	div#google {
		width: 900px;
		position: relative;
		left: 50%;
		margin-left: -450px; /* half the width of the div */
	background-color: black;
	text-align: center;
	
	padding: 8px;
	}
	
	div#footer {
		width: 900px;
		position: relative;
		left: 50%;
		margin-left: -450px; /* half the width of the div */
	}
	
		#navigation {
	   list-style: none;
	   position: relative;
	   margin: 0; padding: 0;
	}
	#navigation li {
	   float: left;
	}
	#navigation li a {
	   display: block;
	   background: black;
	   width: 150px;
	   text-align: center;
	   color: red;
	   padding: 3px 0;
	}
	#navigation li a:hover {
	   background: black;
	   color: #A20101;
	}
	

	.disabled {
		color: #666666;
		font-weight: bold;
	}

