body {
	/* background: url("http://www.mitchclem.com/nothingnice/images/bg_d5d6d7_4x400.jpg"); */
	background-color: #CAD2DF;
	/* background-repeat: repeat-x; */
	}

a:link {
	color: #9BA4B4;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #D4DCE8;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	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: #38455C;
	margin-bottom: 4px;
	border: #97A0B0 5px solid;

	}
	
	div#nav {
		width: 900px;
		height: 26px;
		position: relative;
		left: 50%;
		background-color: #38455C;
		margin-left: -450px; /* half the width of the div */
	/* background-color: black; */
	margin-bottom: 4px;
	border: #97A0B0 5px solid;
	}
	
    div#nav img {
    	margin-top: 5px;
    }
    
	div#comic {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px; /* half the width of the div */
	background-color: #38455C;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 4px;
	border: #97A0B0 5px solid;
	}
	
    div#comic_title {
    width: 100%;
    background-color: #97A0B0;
    text-align: center;
    border-bottom: #97A0B0 5px solid;
    }
    
	
	div#google {
		width: 900px;
		position: relative;
		left: 50%;
		margin-left: -450px; /* half the width of the div */
	background-color: #CAD2DF;
	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;
	   padding: 3px 0;
	}
	#navigation li a {
	   display: block;
	   background: #38455C;
	   width: 145px;
	   text-align: center;
	   color: #9BA4B4;
	}
	#navigation li a:hover {
	   background:  #38455C;
	   color: #FFFFFF;
	}
	

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

