﻿body {
	margin: 0;
	padding: 0;
	background-color: #030;
	font-family: 'Times New Roman', Times, Garamond, serif;
	color: #333;
}
a {
	color: #BF0000;
	text-decoration: none;
	border-bottom: 1px dotted #BF0000;
}
a:visited {
	color: #030;
	text-decoration: none;
	border-bottom: 1px dotted #030;
}
a:hover {
	color: #F00;
	text-decoration: none;
	border-bottom: 1px dotted #F00;
}
#wrapper {
	width: 804px;
	height: 100%;
	margin: 10px auto;
	padding: 5px 0;
	text-align: left;
	background-color: #FFF;
	border: 2px solid #BF0000;
}
#header {
	width: 800px;
	margin: 0;
	padding: 0;
}
#headerLeft {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
}
#headerLeft a {
	border: none;
}
#headerRight {
	width: 580px;
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #BF0000;
	font-weight: bold;
	float: left;
}
#contentWrapper {
	width: 800px;
	margin: 10px 0;
	padding: 0;
	clear: both;
}
#contentLeft {
	width: 190px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	color: #BF0000;
	float: left;
}
#footer a {
	color: #BF0000;
	text-decoration: none;
	border: none;
}
#contentLeft a {
	color: #BF0000;
	text-decoration: none;
	border: none;
}
#footer a:visited {
	color: #030;
	text-decoration: none;
	border: none;
}
#contentLeft a:visited {
	color: #030;
	text-decoration: none;
	border: none;
}
#footer a:hover {
	color: #F00;
	text-decoration: underline;
	border: none;
}
#contentLeft a:hover {
	color: #F00;
	text-decoration: underline;
	border: none;
}
#contentRight {
	width: 580px;
	margin: 0;
	padding: 10px;
	text-align: left;
	float: left;
}
#addthis {
	text-align: right;
}
#addthis a, #addthis a:visited, #addthis a:hover {
	border: none;
	text-decoration: none;
}
#footer {
	width: 800px;
	margin: 0;
	padding: 10px 0;
	font-size: .8em;
	text-align: center;
	border-top: 1px dashed #030;
	clear: both;
}
img {
	border: none;
}
