body {
	background: white url(/images/bkg.gif) repeat;
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #693435;
}

h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#container {
	background: white;
	width: 640px;
	margin: 0 auto;
}

#title {
	
}

#title h1 {
	display: block;
	background: url(/images/logo.jpg) no-repeat;
	width: 640px;
	height: 149px;
	border-bottom: 1px solid white;
}

#title h1 a {
	display: block;
	width: 640px;
	height: 149px;
	text-indent: -9999px;
	text-decoration: none;
}

#title h1 a:hover {
	background: white;
	opacity: .2;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
}

#title ul {
	padding: 0 0 0 10px;
	margin: 0;
	width: 620px;
	height: 29px;
	list-style: none;
}

#title ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#title ul li a {
	display: block;
	height: 29px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#about a {
	width: 110px;
	background: url(/images/nav/about.gif) no-repeat 0 0;
}

#teddybears a {
	width: 100px;
	background: url(/images/nav/teddybears.gif) no-repeat 0 0;
}
	
#hospitalitea a {
	width: 109px;
	background: url(/images/nav/hospitalitea.gif) no-repeat 0 0;
}
	
#eventplanning a {
	width: 121px;
	background: url(/images/nav/eventplanning.gif) no-repeat 0 0;
}	
	
#contact a {
	width: 84px;
	background: url(/images/nav/contact.gif) no-repeat 0 0;
}

#guestbook a {
	width: 96px;
	background: url(/images/nav/guestbook.gif) no-repeat 0 0;
}

#title ul li a:hover, #title ul li.hovered a {
	background-position: 0 -29px !important;
}

#body {
	padding: 0 20px 0 20px;
	line-height: 1.8em;
}

#body h2 {
	font-size: 28px;
	font-weight: bold;
}

#body h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	border-bottom: 1px solid #fef5f5;
}

.front {
	font-size: 17px;
}
		
#photobar {
	float: right;
	margin-left: 20px;
	width: 170px;
	background: url(/images/bkg_photo.gif) repeat-y;
	text-align: center;
	padding: 20px 20px 0 20px;
}

*html #photobar {
	margin-top: 20px;
}

#photobar a {
	display: block;
	padding: 14px;
	background: white;
	border: 1px solid #693435;
	margin-bottom: 20px;
}

#photobar img {
	display: block;
	border: none;
}

#photobar a:hover {
	border-color: #e97272;
}

#photobar a img:hover {
	opacity: .8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

#photolink {
	float: right;
	font-size: 11px;
	padding-top: 3px;
}

*html #photolink {
	padding-top: 23px;
}

#photolink a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fdeded;
	line-height: 10px;
	color: #a26869;
}

#photolink a:hover {
	background: #fdeded;
}

.sidephoto {
	float: right;
}

.sidephoto img {
	margin-left: 15px; 
	padding: 9px;
	background: white;
	border: 1px solid #693435;
}

.sidephoto div {
	clear: both;
	text-align: right;
	font-style: italic;
	font-size: 10px;
}

#footer {
	clear: both;
	background: url(/images/footer.gif) no-repeat 0 10px;
	width: 620px;
	height: 40px;
	padding: 10px;
}

#footer p {
	font-size: 10px;
}

#footer a {
	color: #693435;
}

#body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#body ul li {
	background: url(/images/bullet.gif) no-repeat 0 3px;
	padding: 0 0 8px 29px;
}

form {
	margin: 0;
}

form p {
	clear: both;
}

form p label {
	width: 150px;
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}

form p input {
	border: 1px solid #8b504e;
	background: #fef9f9;
	padding: 6px;
	width: 190px;
}

form div div {
	margin-left: 160px;
}

form textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #8b504e;
	background: #fef9f9;
	padding: 4px;
	font-family: Arial;
	font-size: 12px;
}

.submit {
	margin: 10px 0 0 160px;
}

.submit input {
	padding: 10px;
}

form p input:focus, form textarea:focus {
	background: white;
}

/* Guestbook */

.guestbook {
	background: #fef9f9;
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 1.3em;
}

.guestbook span {
	position: absolute;
	top: -10px;
	letter-spacing: -.1em;
	right: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 120px;
	color: white;
	line-height: 1em;
}

.guestbook div {
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 1em;
}

.guestbook h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

.guestbook h4 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;

}

.guestbook p {
	z-index: 15;
	position: relative;
	padding-right: 30px;
}

.scripture {
	font-style: italic;
	font-size: 18px;
}

.mphoto {
	clear: both;
	padding-bottom: 25px;
}

	.mphoto img {
		padding: 9px;
		background: white;
		border: 1px solid #693435;
	}
	
	.mphoto span {
		display: block;
		clear: both;
		font-style: italic;
		font-size: 10px;
		padding-top: 5px;
		line-height: 1.2em;
	}
	
#msgerror {
	border: 1px solid red; padding: 10px; background: #fef9f9; font-size: 11px; font-weight: bold; line-height: 1.3em; color: red;
}

#successmsg {
	color: #50b31b; border: 1px solid #50b31b; padding: 10px; background: #edfee3; font-size: 10px; font-weight: bold; margin: 0 0 20px 0;
}

#body a {
	color: #0a5b99;
}

	#body a:hover {
		color: #603b0f;
	}