body {
	position: relative; 
	background: url('images/logo.png') top left no-repeat; 
	margin: 10px; 
	padding: 0;
	}



div#links {
	float: left;
	position: absolute; 
	top: 255px; 
	left: 0; 
	width: 197px; 
	height: 180px; 
	z-index: 100;
	}
	

div#links a {
	display: block; 
	margin: 0 0 2px 0
	height: 25px; 
	border-width: 0; 
	text-decoration: none; 
	}

div#links a:hover {
	}

div#links a.current {
	background: url('images/menu_current.png') top left no-repeat;	
	height: 25px;
	}

div#links a:hover.current {
	background: url('images/menu_current_highlight.png') top left no-repeat;	
	height: 25px;
	}

div#links a.next {
	background: url('images/menu_next.png') top left no-repeat;	
	height: 25px;
	}

div#links a:hover.next {
	background: url('images/menu_next_highlight.png') top left no-repeat;	
	height: 25px;
	}	

div#links a.previous {
	background: url('images/menu_previous.png') top left no-repeat;	
	height: 25px;
	}

div#links a:hover.previous {
	background: url('images/menu_previous_highlight.png') top left no-repeat;	
	height: 25px;
	}

div#links a.first {
	background: url('images/menu_first.png') top left no-repeat;	
	height: 25px;
	}

div#links a:hover.first {
	background: url('images/menu_first_highlight.png') top left no-repeat;	
	height: 25px;
	}

div#links a.archive {
	background: url('images/menu_archives.png') top left no-repeat;	
	height: 25px;
	}

div#links a:hover.archive {
	background: url('images/menu_archives_highlight.png') top left no-repeat;	
	height: 25px;
	}

div#links a.about {
	background: url('images/menu_about.png') top left no-repeat;	
	height: 25px;
	}

div#links a:hover.about {
	background: url('images/menu_about_highlight.png') top left no-repeat;	
	height: 25px;
	}

div#links a.coffeebot {
	background: url('images/menu_coffeebot.png') top left no-repeat;	
	height: 25px;
	}

div#links a:hover.coffeebot {
	background: url('images/menu_coffeebot_highlight.png') top left no-repeat;	
	height: 25px;
	}	

		

div#links a span {display: none;}

div#links a:hover span {display: block;
   position: absolute; top: 161px; left: 0; width: 197px;
   padding: 0; margin: 15px 0 0 0; z-index: 100;
   color: black; background: white;
   font: 10px Verdana, sans-serif; text-align: center;
   }

div#content {
	float: left;
	margin-left: 207px;
	width: 725px;
   }
div#comictitle {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	font: 20px verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	width: 360px;
}
div#comictitle p {
	margin: 0;
	padding: 0;
	line-height: 0;
}
div#comicdate {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	font: 20px verdana, sans-serif;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	width: 360px;
}
div#comicdate p {
	margin: 0;
	padding: 0;
	line-height: 0;
}
div#comicblurb {
	float: left;
	margin: 0;
	padding: 0;
	font: 20px verdana, sans-serif;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	width: 720px;
}
div#content p {margin: 0 1em 1em;}

div#content h3 {margin-bottom: 0.25em;}

div#newsbox {
	width: 720px;
	float: left;
	border: dashed #506d4f 1px;
	margin: 10px 0;
	font: 15px Verdana, sans-serif;
}
div#newspost {
	width: 100%;
	float: left;
	padding: 5px;
}
div#newspost p {
	padding: 0;
	margin: 0;
}
div#newsauth {
	width: 710px;
	padding: 5px;
	float: left;
	text-align: right;
	background-color: #8fa78f;
	color: white;
}
div#newsauth p {
	padding: 0;
	margin: 0;
}
div#footer {
	width: 917px;
	float: left;
	text-align: center;
	margin: 10px 0;
	font-style: italic;
}

div#footer p {margin: 0;}

