* {
	margin: 0;
	padding: 0;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 83%/1.4 arial, helvetica, sans-serif normal;
}
body {
	border: 0;
	background: #dcd2ba url(/library/images/page_bg.gif) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.2em 0;
    letter-spacing: -1px;
    color: #4E463F;
}
	h1 { font-size: 185%; }
	h2 { font-size: 175%; }
	h3 {
		font-size: 165%; 
		border-bottom: 1px solid #ccc7bb;
	}
	h4 { font-size: 150%; }

a, a:link, a:visited { color: #06C; }
a:hover { color: #4AF; }

textarea {
	width: 98% !important;
	height: 110px !important;
	padding: 2px;
	font-size: 149%;
}

label {
	font-size: 105%;
	cursor: pointer;
}

fieldset {
	padding: 4px; 
	margin-bottom: 5px;
}
	fieldset legend { 
		font-size: 90%;
		color: #333;
		margin: 0 4px;
		padding: 0 8px; 
	}


.lefted { text-align: left; }
.centered { text-align: center; }
.righted { text-align: right; }
.topped { vertical-align: top; }
.middled { vertical-align: middle; }
.bottomed { vertical-align: bottom; }
.goleft { float: left; }
.goright { float: right; }
.italics { font-style: italic; }
.bolded { font-weight: bold; }
.error { color: #F00; }
.info-msg {
	color: #4AF; 
	font-weight: bold; 
	font-size: 125%;
}
.selected { color: #000  !important; cursor: default; }

#container {
	width:781px;
	margin: 8px auto;
	padding: 6px 0;
	background: url(/library/images/page_shadow_top.png) center top no-repeat;
}
	#shadow_bottom {
		background: url(/library/images/page_shadow_bottom.png) center top no-repeat;
		height: 6px;
		width: 781px;
		margin: 0 auto;
	}
	#shadow_left {
		background: url(/library/images/page_shadow_left.png) repeat-y;
	}
	#shadow_right {
		background: url(/library/images/page_shadow_right.png) top right repeat-y;
	}

#header {
	margin: 0 auto;
	height: 312px;
	width: 769px;
}
	#header_top {
		height: 96px;
		background: transparent url(/library/images/header_bg.png) no-repeat;
	}
		#logo {
			float: left;
			padding: 5px;
			display: block;
			width: 517px;
			height: 36px;
			background: transparent url(/library/images/logo.png) no-repeat 10px 10px;
		}
			#logo a {
				font-size: 0.1em;
				text-indent: -2000px;
				display: block;
				width: 517px;
				height: 36px;
			}
		#cornhend_logo {
			background: url(/library/images/cornhend_logo.png) no-repeat;
			float: right;
			width: 184px;
			height: 84px;
			margin: 0 30px 0 0;
		}
			
	#header_space { height: 182px; }
	
	#navigation {
		height: 35px;
		background: transparent url(/library/images/nav_bg.png) repeat-x;
	}
		.sel_tab {
			float: left;
			display: block;
			margin: 4px 0 0 4px;
		}
		.sel_tab_left {
			float: left;
			background: transparent url(/library/images/tabs/tab_left_sel.png) repeat-x;
			height: 31px;
			width: 7px;
		}
		.sel_tab_content {
			float: left;
			background: transparent url(/library/images/tabs/tab_bg_sel.png) repeat-x;
			height: 31px;
		}
			.sel_tab_content a, .sel_tab_content a:link, .sel_tab_content a:visited {
				display: block;
				font-size: 119%;
				line-height: 31px;
				padding: 2px 10px 0;
				text-decoration: none;
				color: #5b5443;
			}
			.sel_tab_content a:hover { color: #3e392e; }
		.sel_tab_right {
			float: left;
			background: transparent url(/library/images/tabs/tab_right_sel.png) repeat-x;
			height: 31px;
			width: 7px;
		}

		.nav_tab {
			float: left;
			display: block;
			margin: 6px 0 0 4px;
		}
		.tab_left {
			float: left;
			background: transparent url(/library/images/tabs/tab_left.png) repeat-x;
			height: 28px;
			width: 7px;
		}
		.tab_content {
			float: left;
			background: transparent url(/library/images/tabs/tab_bg.png) repeat-x;
			height: 28px;
		}
			.tab_content a, .tab_content a:link, .tab_content a:visited {
				display: block;
				font-size: 109%;
				line-height: 28px;
				padding: 2px 10px 0;
				text-decoration: none;
				color: #5b5443;
			}
			.tab_content a:hover { color: #8c8167; }
		.tab_right {
			float: left;
			background: transparent url(/library/images/tabs/tab_right.png) repeat-x;
			height: 28px;
			width: 7px;
		}


#contentarea {
	margin: 0 auto;
	width: 769px;
	background: #FFF url(/library/images/content_bg.gif) repeat-x;
	border: 1px solid #919191;
	border-top: 1px solid #FFF;
}
	#sidebar {
		float: left;
		width: 214px;
		padding: 15px 10px 10px 15px;
	}
		#sidebar ul {
			list-style-type: none;
			/*list-style-image: url(/library/images/arrow.png); */
		}
		#sidebar ul li { margin: 1px 0 2px 10px; }
		#sidebar ul li a { text-decoration: none; }

	#content {
		float: left;
		width: 505px;
		padding: 15px 15px 10px 10px;
	}
		#content p { text-align: justify; margin-bottom: 15px; }
		#map {
			width: 100%;
			height: 400px;
			border: 1px solid #5b5443;
		}


.listing {
	margin: 2px 0 10px;
	padding: 4px 2px;
	border-bottom: 1px solid #ccc7bb;
}
	.listing a { text-decoration: none; }
	.listing-name { float: left; }
	.listing-date { float: right; color: #666; }
	.listing-obit { }

.guestbook {
	margin: 2px 0 10px;
	padding: 4px 2px;
	border-bottom: 1px solid #CCC7BB;
}
	.guestbook a { text-decoration: none; }
	.guestbook-msg { text-align: justify; }
	.guestbook-info {
		font-size: 90%;
		color: #444;
	}

#featured_obit, #current_obit {
	
}
	#current_obit h4, #featured_obit h4 { font-size: 130%; letter-spacing: 0; }
	#current_obit img, #featured_obit img {
		float: left;
		margin: 5px 6px 0px 0;
	}
	#current_obit p, #featured_obit p {
		text-align: justify;
		margin: 0 0 10px;
		padding-top: 3px;
	}
	#current_obit a, #featured_obit a { text-decoration: none; }

.obit-block {
	margin-bottom: 12px;
	text-align: justify;
}

.biginput {
	font: 139%/1.5 Tahoma,Arial,Verdana,sans-serif normal;
	height: 20px;
	width: 98%;
	padding: 2px 2px 0 2px;
}

.bigbutton {
	width: 120px;
	height: 34px;
	font-size: 132%;
}
.midbutton {
	width: 120px;
	height: 27px;
	font-size: 120%;
}
.smallbutton {
	width: 70px;
	height: 25px;
	font-size: 105%;
}

.mid2select {
	height: 23px;
	font-size: 120%;
	padding: 2px;
}

.middselect {
	height: 20px;
	font-size: 101%;
	padding: 1px;
}
.selhour { width: 45px; margin-right: 2px; }
.selminute { width: 45px; margin-right: 2px; }

.backtop {
	display: block;
	text-align: right;
	padding: 6px 0 5px;
}

	#footer {
		text-align: center;
		padding: 12px;
	}
		#footer a, #footer a:link, #footer a:visited {
			color: #06C;
			text-decoration: none;
		}
		#footer p {
			color: #333;
			font-size: 87%;
		}
			#footer p a, #footer p a:link, #footer p a:visited { color: #333; }
			#footer p a:hover { color: #555; }

