body {
     margin: 0;
     font-family:"Times New Roman",Georgia,Serif;
     background: #333;
}

a {
     color: #547A00;
     text-decoration: none;
}

a:visited {
     color: #547A00;
     text-decoration: none;
}

a:hover {
     color: #394651;
     text-decoration: none;
}

img {
     border: 0px;
}


#masthead {
     background: url("/images/masthead.jpg");
     width: 900px;
     height: 174px;
     margin: 0px;
}

#wrapper {
	border-left: 10px solid black;
	border-right: 10px solid black;
     width: 900px;
     margin: auto;
     background: #FFF;
}

#footer {
     color: #fff;
     text-align: center;
     background-color: #000;
     padding: 2px;
     clear: both;
}

#sidebar {
	float: left;
	width: 200px;
     background: #FFF;
     padding-left: 10px;
     text-align: center;
}

#content {
	margin: 0;
	float: left;
	padding: 0 30px 0 30px;
	width: 600px;
	line-height: 1.4em;
	background: #FFF;
}

.sep {
	background: url('/images/sep.gif');
	width: 162px; height: 14px;
	margin: auto;
	margin-bottom: 20px;
}

#blogTitle {
	position: relative;
	top: 15px;
	left: 20px;
	font-family: 'Arial Black';
	color: #333;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
}

.title {
     font-family: 'Arial Black';
     text-transform: uppercase;
     color: #547A00;
     margin-top: 15px;
}

.cite {
	color: #666;
}

.commentBox {
	background-color: #f5f5f5;
	text-align: left;
	border: 1px solid #999;
	font-size: .9em;
	padding: .5em;
}

.commentBox p {
     margin: 0;
     line-height: 1.5em;
}

blockquote, blockquote p {
	text-indent: 0px;
	margin-bottom: 7px;
	color: #666;
}
