﻿body
{
	background: #494d4f url( '../graphics/body_bg.gif' ) repeat-y center;
	font-family: Tahoma, Arial, Sans-Serif, Verdana;
	font-size: 12px;
	color: #373a3e;
	margin: 0;
	padding: 0;
}

.title
{
	font-weight:800;
}
a
{
	color: #c0350b;
	text-decoration: underline;
}

a:hover
{
	color: #373a3e;
	text-decoration: none;
}

.clear
{
	clear: both;
}

#content
{
	background-color: #27292a;
	width: 821px;
	display: block;
	margin: 0 auto;
	border-left: 3px solid #f8f8f8;
	border-right: 2px solid #f8f8f8;
}

#header
{
	margin: 0;
	display: block;
	position: relative;
	width: 821px;
	height: 179px;
	background: url( '../graphics/header_bg.jpg' ) no-repeat;
}

#header .login-area {
	text-align: right;
	width: 270px;
	margin: 0;
	padding: 0;
	height: 121px;
	display: block;
	position: absolute;
	right: 25px;
	top: 33px }
	
	.login-area a {
		display:block;
		position:absolute;
		top:89px;
		right:87px;
		width:140px;
		color: #9BB9CF;
		text-decoration: underline }

	.login-area a:hover {
		color: #fff;
		text-decoration: none }

.login-area .textbox
{
	font-family: Tahoma, Arial, Sans-Serif, Verdana;
	font-size: 11px;
	color: #3b5f89;
	border: none;
	display: inline;
	background: url( '../graphics/login_textbox.gif' ) no-repeat;
	width: 114px;
	height: 18px;
	padding: 4px 0 0 6px;
	margin: 10px 0 0 9px;
}

.login-area .button
{
	margin-top: 10px;
}

#navigation
{
	color: #868e9b;
	font-size: 11px;
	margin: 0;
	text-align: center;
	padding: 12px 0 0 0;
	display: block;
	width: 821px;
	height: 27px;
	background: url( '../graphics/nav_bg.gif' ) repeat-x;
}

#navigation a
{
	font-weight: bold;
	text-transform: uppercase;
	color: #373a3e;
	text-decoration: none;
}
#navigation a:hover
{
	color: #868e9b;
	text-decoration: underline;
}

#main-content-bg
{
	width: 761px;
	padding: 30px;
	background: url( '../graphics/above_content_bg.jpg' ) no-repeat;
	display: block;
	margin: 0;
}

#main-content
{
	width: 761px;
	padding: 0;
	display: block;
	background: #FFF url( '../graphics/main_content_top.gif' ) no-repeat top;
}

#main-content span.wrap
{
	width: 721px;
	padding: 20px;
	display: block;
	background: url( '../graphics/main_content_bottom.gif' ) no-repeat bottom;
}

#main-content p
{
	text-align: justify;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 20px;
}
#main-content .important
{
	color: #c43d00;
}
#main-content p.pcenter
{
	text-align: center !important;
}

#main-content h1
{
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}

#main-content .calendar-left
{
	float: left;
	display: block;
	width: 166px;
}

#main-content .calendar-right
{
	float: left;
	display: block;
	width: 478px;
	margin-left: 40px;
}

#footer
{
	width: 761px;
	padding: 0 30px 30px 30px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0;
}

#footer a
{
	color: #fe7638;
	text-decoration: underline;
}
#footer a:hover
{
	color: #fff;
	text-decoration: none;
}

/* FORUM STYLES */

.forum-block
{
	width: 720px;
	clear: both;
	display: block;
	height: 30px;
	margin: 0 0 10px 0;
}

.forum-block .forum-left
{
	float: left;
	width: 360px;
	text-align: left;
}
.forum-block .forum-right
{
	float: left;
	width: 360px;
	text-align: right;
}

.forum-toplinks a
{
	text-decoration: none !important;
	font-weight: bold;
}
.forum-toplinks a:hover
{
	text-decoration: underline !important;
}

.forum-header
{
	width: 720px;
	display: block;
	margin-top: 10px;
}

.forum-topic
{
	width: 720px;
	display: block;
	color: #DDD;
	background: #2C2D31;
}

.forum-topic a
{
	color: #FFF;
	text-decoration: underline;
}
.forum-topic a:hover
{
	color: #FFF;
	text-decoration: none;
}

.topic-left
{
	float: left;
	display: inline;
	padding: 10px;
	width: 530px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.topic-right
{
	float: left;
	display: inline;
	padding: 10px;
	width: 150px;
	font-weight: bold;
	text-align: right;
}

.forum-message
{
	width: 720px;
	margin-top: 1px;
	border-bottom: 1px solid #AAA;
	display: block;
	background: #DDD;
}

.forum-message-alternate
{
	width: 720px;
	margin-top: 1px;
	border-bottom: 1px solid #AAA;
	display: block;
	background: #CCC;
}

.message-left
{
	float: left;
	display: inline;
	padding: 10px;
	width: 530px;
	text-align: left;
}
.message-right
{
	background: #CCC;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	float: left;
	display: inline;
	padding: 10px;
	width: 149px;
	text-align: center;
}
.right-alternate
{
	background: #BBB !important;
}
.message-subject
{
	font-weight: bold;
	font-size: 11px;
}
.message-info
{
	font-size: 11px;
}
.message-post
{
	line-height: 18px;
}

.memorial-block {
	float:left;
	margin-bottom:20px;
	display:inline }
	
	.memorial-block img {
		width:353px;
		height:238px;
		display:block;
		margin:0; padding:0 }
	
	.memorial-block span {
		display:block;
		margin:0; padding:7px 10px 12px 10px;
		text-align:center;
		background:#000;
		color:#FFF }