body {
	margin: 0;
	background: url(main_bg.jpg) repeat-x;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
}

a {
	color: #973131;
}

a:hover {
	background-color: #973131;
	color: #fff;
	text-decoration: none;
}

a:visited {
}

.left-shadow {
	background: url(left_bg.jpg) repeat-y;
}

.left-overlay {
	background: url(left_overlay.jpg) no-repeat;
	width: 10px;
	height: 460px;
}

.right-shadow {
	background: url(right_bg.jpg) repeat-y;
}

.right-overlay {
	background: url(right_overlay.jpg) no-repeat;
	width: 10px;
	height: 460px;
}

.header {
	color: #973131;
	background: url(header.jpg) no-repeat;
	width: 800px;
	height: 299px;
}

.header a {
	font-weight: bold;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

.sidebar {
	background-color: #F6F6F6;
	width: 240px;
}

.sidebar-overlay {
	background: url(sidebar_overlay.jpg) no-repeat;
	width: 240px;
	height: 75px;
}

.main-text {
	background: url(body_bg.jpg) top left no-repeat;
	background-color: #F6F6F6;
	width: 560px;
}

.footer {
	background-color: #D2ACAC;
	border-top: solid 1px #973131;
	height: 30px;
	font-size: 10px;
	line-height: 18px;
	padding: 5px;
	text-align: center;
}


.obit-head {
	background: url(obit_header.jpg) no-repeat;
	width: 240px;
	height: 51px;
}

.obit-body {
	width: 240px;
	background: url(obit_bg.jpg) repeat-y;
	padding-left: 25px;
	padding-right: 25px;
}

.obit-body a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.obit-body a:hover {
	text-decoration: underline;
	background-color: #fff;
	color: #000;
}

.obit-footer {
	background: url(obit_footer.jpg) no-repeat;
	width: 240px;
	height: 23px;
}

/* Image Styles */
img.one, img.two {
	clear: both;
	border: 1px #973131 solid;
}

img.one {
	float: left;
	margin-right: 10px;
}

img.two {
	float: right;
	margin-left: 10px;
}

/* Headers */

h1, h2, h3, h4 {
	color: #000;
}

h1 {
	font-size: 18px;
}

h2, h3, h4 {
	font-size: 14px;
}


/* Vert Menu Styles */
div.menu {
	margin-left: 250px;
	margin-top: 10px;
}

div.menuitem {
}

div.menu a {
	color: #973131;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
	color: #fff;
}

/* Horiz Menu Styles */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	float: left;
	padding-left: 4px;
}

ul.menu a {
}

/* Fly Out Menus - Format EXACTLY like this or else the script will get screwed

JSMENU:fontColor:#ffffff
JSMENU:fontColorHilite:#973131
JSMENU:menuItemBgColor:#973131
JSMENU:menuHiliteBgColor:#ffffff
JSMENU:menuLiteBgColor:#973131
JSMENU:menuBorderBgColor:#973131
JSMENU:bgColor:#973131
JSMENU:horizOffset:0
JSMENU:vertOffset:20
JSMENU:menuOrient:horiz
JSMENU:menuFont:Verdana
FLOWER:1
*/