/* CSS Document */



*{
	margin:0;
	padding:0;
}


body {
	background-color: #666;
	color: #EEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
		#main {
	margin: 2% auto;
	width: 876px;
	height: 1059px;
	position: relative;
	left: 10px;
	top: 47px;

		}
		
		
	
		#banner {
			background-image:url(images/banner.jpg);
			width: 790px;
			height: 100px;
		}
		
			#banner p {
				text-align: center;
				padding-top: 40px;
				font-size: 30px;
			}
			
		/* NAV BAR STUFF */
		
		#nav {
			background-image: url(images/navbar.jpg);
			background-color: #336699;
			width: 790px;
			height: 18px;
			margin-bottom: 10px;
		}
		
		#nav a, a:visited {
			color:#fff;
			text-decoration:none;
		}
		
		#nav a:hover {
			color:#c6ced4;
		}
			
			#nav ul {
				list-style-type: none;
				padding-left:100px;
			}
			
			#nav li {
				display:block;
				border-right: 1px solid #758c9a;
				float:left;
				width: 100px;
				text-align:center;
				height: 18px;
				font-size:13px;
			}
			
			#nav li.last {
				border-right:none;
			}
			
			#navbar li.last {
				border-right:none;
			}
			
			/* END OF NAV STUFF */
		
		#content {
			background: url(images/comicback.jpg);
			background-color: #36dh47;
			width: 620px;
			height: auto;
			float:right;
			min-height: 664px;
		}
		
		#fill {
			border: 1px solid #336699;
			width: 480px;
			margin: 20px 50px 10px 50px;
			background-color:#336699;
			/**background-color:#aaa;**/
			padding: 10px;
			color: #333;
		}
		
			#title {
			width: 460px;
			height: 20px;
			background-color: #BBB;
			padding:5px 5px 3px 5px;
			margin-top: 10px;
			}
			
			.date {
			float: right;
			margin-right: 5px;
			}
		
		#conttopleft {
			background-image: url(images/sidebartop.jpg);
			background-color: #939393;
			width: 144px;
			height: 199px;
			margin-bottom:10px;
			padding-top:5px;
			border-right: 1px solid #222;
			text-align: center
		}
		
			#conttopleft a img {
				margin-top: 10px;
				border:none;
			}
			
			.lcom {
			color:#FFF;
			font-size:18px;
			}
		
		#contleft {
			background-image: url(images/sidebarmiddle.jpg);
			background-color: #939393;
			width: 144px;
			height: 450px;
			margin-bottom:10px;
			border-right: 1px solid #222;
			text-align:center;
		}
			#contleft p {
				margin-top: 5px;
			}
			
			.rev {
			color: #333;
			font-size:18px;
			}
			
		
		#contbotleft {
			background-image: url(images/sidebarbottom.jpg);
			background-color: #939393;
			width: 144px;
			height: 199px;
			font-size: 14px;
			border-right: 1px solid #222;
		}
			
			#contbotleft {
				padding-bottom: 5px;
			}
			
			#contbotleft p {
				text-decoration: none;
				color: #333;
				margin-left: 4px;
				margin-top: 5px;
			}
			
			.contact {
				text-align:center;
				font-size: 18px;
			}
		
		#footer {
			background-color:#777;
			border-top: 2px solid #888;
			width: 100%;
			height: 50px;
			bottom: -1px;
			margin-top: 10px;
			float:left;
		} 
		
		.goright {
			float: right;
			margin-top: 1px;
			border: none;
			text-decoration: none;
			color: #444;
		}
		
		#footercont {
			font-family: Tahoma, Arial, sans-serif;
			font-size: 10px;
			color: #fff;
			margin: 0 auto;
			padding-top: 5px;
			width: 680px;
		}
		
		#footercont p {
			color: #DDD;
			margin: 0;
			}
			
		#footercont a a:visited {
			text-decoration: none;
			color:#aaa;
		}
		
		#comic {
			width: 790px;
			height: auto;
			background-image: url(../images/comicback.jpg);
			float:left;
		}
		
		#comicimg {
			margin: 5px 0px 5px 0px;
		}
		
			#comicimg p{
				text-align: center;
			}
			
		#comnav {
			background-image: url(images/navbar.jpg);
			width: 790px;
			height: 18px;
			margin-top: 5px;
			float: left;
		}
		
		#comnav a, a:visited {
			color:#fff;
			text-decoration:none;
		}
		
		#comnav a:hover {
			color:#c6ced4;
		}
			
			#comnav ul {
				list-style-type: none;
				padding-left:150px;
			}
			
			#comnav li {
				display:block;
				border-right: 1px solid #758c9a;
				float:left;
				width: 100px;
				text-align:center;
				height: 18px;
				font-size:13px;
			}
			
			#comnav li.last {
				border-right:none;
			}
			
			#navbar li.last {
				border-right:none;
			}
			
			
			
	#comthumb {
		float:left;
	}
		
