body {
	font-family: Georgia, serif;
	line-height: 1.5;
}


h1, h2, h3, h4, h5, h6 {
	font-family: arial;
}

img {
	border: 0;
}

.submitted {
	color: #666;
	font-size: 90%;
}

#header {
	
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 10px;
}

#footer {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 5px;
}

#main-nav, #board-area, #breadcrumb, #feeds, .more-link, #sidebar, .meta, .permalink {
	display: none;
}

address {
	position: absolute;
	top: 6px;
	right: 0;	
	font-size: 80%;
}

#content-well img.align-right {
	float: right;
	display: inline;
	clear: left;
	margin: 10px 0 10px 16px;
}

#content-well img.align-left {
	float: left;
	display: inline;
	clear: right;
	padding: 10px 16px 10px 0;
}

hr {
	border: 0;
	border-top: 1px solid #eee;
	height: 1px;
	margin-bottom: 28px;
	clear: both;
}

address, #header, #footer {
	font-family: Verdana, sans-serif;
}




