body {
	background:url('../img/background.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
	color:#333333;
	font-family:georgia,times,serif;
}

h1 {
	background:transparent;
	color:#8c301e;
	text-transform:uppercase;
	font-weight:lighter;
	margin-top:0px;
	margin-bottom:6px;
}

h2 {
	background:transparent;
	color:#8c301e;
	text-transform:uppercase;
	font-weight:lighter;
	margin-top:0px;
	margin-bottom:6px;
}

h3 {
	background:transparent;
	color:#8c301e;
	text-transform:uppercase;
	font-weight:lighter;
	margin-top:0px;
	margin-bottom:6px;
}

h4 {
	background:transparent;
	color:#8c301e;
	text-transform:uppercase;
	font-weight:lighter;
	margin-top:0px;
	margin-bottom:6px;
}

hr {
	background:#003333; 
	color:#003333; 
	border:none; 
	height:1px;
	margin-top:6px; 
	margin-bottom:12px; 
	line-height:0pt;
}

img {
	border:none;
}

label {
	padding-bottom: 9px;
}

fieldset {
	border: solid 1px #003333;
}

legend {
	text-transform: uppercase;
	font-size: 12.5 pt;
	background: transparent;
	color: #8c301e;
	min-width:560px;
}
td {
	padding: 0px;
	margin: 0px;
}

td img {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}


th {
	margin: 0px;
	padding: 0px;
}

.address {
	padding-top: 82px;
}

.address a {
	text-decoration: none;
	background:transparent;
	color: #8c301e;
}

.address a:hover {
	text-decoration: none;
	background:transparent;
	color: #8c301e;
}

.address a:visited {
	text-decoration: none;
	background:transparent;
	color: #333333;
}

.align_right {
	text-align:right;
}

.center, .align_center {
	text-align:center;
}

.inline {
	display: inline;
}

.tearoff {
    float:right;
}

.clear {
	clear: both;
}

.items {
	margin-top: 36px;
}

.item {
	background:url('../img/post_bg.jpg');
	background-repeat: no-repeat;
	color:inherit;
	min-height: 200px;
	padding: 14px;
	margin-top: 0px;
	font-size: 10pt;
}

.item h2 {
	font-size: 10pt;
	padding-bottom:6px;
	border-bottom:solid 1px #003333;
}

.item .date {
	font-size: 9pt;
	background:transparent;
	color: #8c301e;
	padding-bottom:6px;
}

.hidden {
	display: none;
	height: 0px;
	width: 0px;
}
