body {
	background: #063;
	margin:0;
	padding:0;
	color: #fff;
	font-family: tahoma;
}
a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	background: #fff;
	color: #063;
}
#content {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	padding: 0;
}
#leftinfo {
	width:175px;
	padding:0px;
	float:left;
	font-size: smaller;
	background:#063;
}
#middleinfo {
	width:525px;
	padding-left:10px;
	float:left;
	background:#063;
	border-left: solid #fff 1px;
}
#banner {
	height: 150px;
	background: #063 url('http://www.jmm94.com/images/jmm-main-page.jpg') center no-repeat ;
	overflow: hidden;
	border-bottom: solid #fff 1px;
	margin-bottom: 10px;
}

.entrytitle {
	font-weight: bold;
	border-bottom: solid #fff 1px;
	margin-bottom: 0;
}
div.blogpost {
}
div.byline {
	font-size: x-small;
	text-align: right;
	padding-top: 3px;
}