body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/1.5 tahoma, Arial, Helvetica, sans-serif;
	background: url(images/background.gif) repeat-x top left;
	}
	
#wrapper {
	text-align: left;
	position: relative;
	border-top: 1px solid #e1d1d2;
	width: 830px;
	margin: -1px auto 0;
	padding: 0;
	}
	
.image { background: url(images/jums-header.jpg) no-repeat top left; }

.image2 { background: url(images/jums-header-rev.jpg) no-repeat top left; }
	
	
a {
	color: #a56565;
	}

a:hover {
	color: #f2aaaa;
	}	
	
h1 {
	display: none;
	}
	
h2, h3, h4 {
	font: 160% "arial narrow", futura, sans-serif;
	letter-spacing: 1px;
	padding: 0 0 10px;	
	margin: 0 0 10px; 
	background: url(images/side-dots.gif) repeat-x bottom left;
	color: #403533;
	}

h3 {
	font-size: 130%;
	}
	
h2 a {
	color: #403533;
	}
	
p, ol, ul {
	margin: 0 0 16px;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0;
	color: #a56565;
	}
	
#nav {
	text-align: right;
	float: left;
	margin: 380px 0 0 60px;
	display: inline;
	width: 160px;
	}
	
#content {
	margin: 290px 0 0 240px;
	padding-left: 20px;
	background: url(images/vert-dots.gif) repeat-y top left;
	}
	
#nav ul {
	list-style: none;
	}
	
#nav a {
	color: #a56565;
	text-decoration: none;
	}

#nav a:hover {
	color: #f2aaaa;
	}
	
div.story {
	margin-bottom: 30px;
	}
	
ol.commentlist { list-style-position: inside; }

ol.commentlist li { background-color: #f7f7f7; padding: 10px; }

ol.commentlist li.alt { background-color: #ffffff; }