body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
img {
	border: none;
}
p {
	margin-top: 2px;
	margin-bottom: 8px;
}
a:link , a:visited{
	color: #881E18;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	width: 950px;
	position: relative;
}
.container .top {
	background-image: url('images/blogbanner2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 161px;
}
.container .main {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.col1 {
	float: left;
	width: 63%;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.col2 {
	float: right;
	width: 32%;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C00;
}
.col2 ul {
	list-style-type: none;
}
.col2 ul li {
	margin-left: -10px;
}
.post h2, .post h2 a, .post h2 a:visited{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	color: #FFF;
	background-color: #000;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 6px;
}
.col2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	background-color: #C00;
	padding-left: 8px;
	margin-bottom: 6px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.entry h2 {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFF;
	color: #000;
	padding-left: 0px;
	font-size: 24px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #444;
	border-left-style: double;
	border-left-width: 4px;
	border-left-color: #999;
	padding-left: 4px;
}
.clear {
	clear: both;
}
.container .bottom {
	float: right;
	margin: 2px;
	color: #666;
}
.homebt {
	position: absolute;
	top: 12px;
	height: 140px;
	width: 250px;
	left: 80px;
}
.navigation {
	clear: both;
	font-size: 0.9em;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.post {
	clear: both;
}
#calendar_wrap {
	text-align: center;
	width: 160px;
	margin: auto;
}
#wp-calendar #today , #today a:link, #today a:visited{
	border: 1px solid #666;
}
