body{
	background-color: #717171;
	padding:0px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
#wrapper{
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width:949px;
	margin: 0 auto;
	padding: 0;
	margin-top:20px;
}
#menu{
	background-image: url('images/bar.png');
	width:949px;
	height: 40px;
}
#newsheader{
	background-image: url('images/bar.png');
	width:929px;
	height: 40px;
	font-weight:bold;
	font-size:30px;
	padding-left: 20px;
	color:#FFFFFF;
}
.text{
	background: #ffffff;
	width:890px;
	margin-left:10px;
	padding:20px;
	line-height:22px;
}
a#home{
	float:left;
	background-image: url('images/home.png');
	width:141px;
	height:40px;
	margin-left:9px;
}
a#news{
	float:left;
	background-image: url('images/news.png');
	width:135px;
	height:40px;
}
a#archive{
	float:left;
	background-image: url('images/archive.png');
	width:175px;
	height:40px;
}
a#about{
	float:left;
	background-image: url('images/about.png');
	width:151px;
	height:40px;
}
a#links{
	float:left;
	background-image: url('images/links.png');
	width:144px;
	height:40px;
}
a#contact{
	float:left;
	background-image: url('images/contact.png');
	width:189px;
	height:40px;
}
#comicbody{
	width:949px;
	background: rgba(256, 256, 256, 0.6);
	text-align:center;
}
#comic{
	border: 20px solid #717171;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
a{
	color: #717171;
}
.nav{
	height:40px;
	width:240px;
	margin:0 auto;
	padding:0;
}
a.first{
	float:left;
	height:40px;
	width:60px;
	background: url('images/first.png');
	margin:0;
}
a.prev{
	float:left;
	height:40px;
	width:60px;
	margin:0;
	background: url('images/prev.png');
}
a.next{
	float:left;
	height:40px;
	width:60px;
	margin:0;
	background: url('images/next.png');
}
a.last{
	float:left;
	height:40px;
	width:60px;
	margin:0;
	background: url('images/last.png');
}
.navspace{
	float:left;
	height:40px;
	width:120px;
	margin:0;
}
#copyright{
	background: #717171;
	font-size: 10px;
	text-align:center;
	width:929px;
	padding:10px;
	color:#FFFFFF;
}