body {
	margin: 0;
	background: url(main_bg.jpg) repeat-x;
	background-color: #fff;
}

body, td {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
}

a {
	color: #768C6B;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

.left-shadow {
	background: url(left_bg.jpg) repeat-y;
	width: 10px;
}

.left-overlay {
	background: url(left_overlay.jpg) no-repeat;
	width: 10px;
	height: 600px;
}

.right-shadow {
	background: url(right_bg.jpg) repeat-y;
	width: 10px;
}

.right-overlay {
	background: url(right_overlay.jpg) no-repeat;
	width: 10px;
	height: 600px;
}

.header {
	background: url(header.jpg) no-repeat;
	width: 750px;
	height: 201px;
}

.menu-cell {
	background: url(menu_bg.jpg) repeat-x;
	height: 53px;
	font-size: 14px;
}

.menu {
	padding-top: 6px;
	padding-left: 10px;
}

.menu a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.menu a:hover {
}

.body-cell {
	width: 750px;
	background-color: #F9F7F7;
}

.sidebar {
	width: 210px;
}

.obit-header {
	background: url(obit_header.jpg) no-repeat;
	width: 180px;
	height: 50px;
}

.obit-body {
	background: url(obit_bg.jpg) repeat-y;
	width: 180px;
	line-height: 1.6;
}

.obit-body a {
	color: #000;
	text-decoration: none;
}

.obit-body a:hover {
	text-decoration: underline;
}

.obit-padding {
	padding: 0 15px;
}

.obit-footer {
	background: url(obit_footer.jpg) no-repeat;
	width: 180px;
	height: 18px;
}

.text-cell {
	width: 540px;
}

.text-cell table td{
	line-height: 1.8;
}

.footer {
	width: 750px;
	height: 30px;
	background-color: #F9F7F7;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
}

.footer a {
	text-decoration: none;
	color: #000;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-padding {
	padding: 5px;
}

/* Image Styles */
img.one, img.two {
	clear: both;
	border: 1px #768C6B solid;
}

img.one {
	float: left;
	margin-right: 10px;
}

img.two {
	float: right;
	margin-left: 10px;
}

/* Headers */

h1, h2, h3, h4 {
	color: #768C6B;
}

h1 {
	font-size: 18px;
}

h2, h3, h4 {
	font-size: 14px;
}



/* Fly Out Menus - Format EXACTLY like this or else the script will get screwed

JSMENU:fontColor:#ffffff
JSMENU:fontColorHilite:#768C6B
JSMENU:menuItemBgColor:#768C6B
JSMENU:menuHiliteBgColor:#ffffff
JSMENU:menuLiteBgColor:#768C6B
JSMENU:menuBorderBgColor:#768C6B
JSMENU:bgColor:#768C6B
JSMENU:horizOffset:0
JSMENU:vertOffset:20
JSMENU:menuOrient:vert
JSMENU:menuFont:Century Gothic, sans-serif
FLOWER:1
*/