@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	color: #330000;
	text-align: center;
}
p {
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
h1 {
	font: 1.2em "Times New Roman", Times, serif;
}
a {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: #CCFFFF;
	text-decoration: underline;
}
.smalltext {
	letter-spacing: normal;
	font: 0.8em Arial, Helvetica, sans-serif;
}
.plainblack {
	margin: 0px 5px;
	letter-spacing: 0em;
	color: #000000;
	list-style: disc outside;
}
.indent  {
	text-indent: 1.3em;
	margin: 0px 5px;
	letter-spacing: 0em;
	color: #000000;
	list-style: disc outside;
}
.blogSubject {
	font: small-caps 1.1em "Courier New", Courier, monospace;
}
.blogDate {
	border-bottom: 0px dashed #FFFFFF;
	border-top: 1px dashed #FFFFFF;
	border-right: 0px dashed #FFFFFF;
	border-left: 0px dashed #FFFFFF;
	width: 100%;
	position: relative;
	text-align: right;
}
.floatLeft {
	margin: 0px 5px;
	float: left;
}
.floatRight {
	margin: 0px 5px;
	float: right;
}
#columnLeft {
	margin: 0px;
	padding: 0px 5px;
	float: left;
	width: 277px;
}
#columnRight {
	margin: 0px;
	padding: 0px 5px;
	float: right;
	width: 275px;
}
#clear {
	padding: 5px;
	clear: both;
	position: relative;
}
#container {
	background: #5A5946;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: left;
}
#center {
	margin: 0px auto;
	padding: 5px 5px 0px;
	height: 80%;
	width: 600px;
	overflow: auto;
	position: relative;
	background: #9C9A79;
	border-top: 6px solid #330000;
	border-right: 0px solid #330000;
	border-bottom: 0px solid #330000;
	border-left: 0px solid #330000;
}
#footer {
	margin: 0px auto;
	padding: 0px;
	height: 75px;
	width: 100%;
	position: relative;
	text-align: left;
	background: #330000 url(images/title.gif) no-repeat;
}
