.body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-attachment: fixed;
	background-color: #8C6239;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	border-right: 1px solid #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
	background-color: #FF9;
}

#header {
	background: #564F25;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#headerTop {
	width: 770px;
	height: 100%;
	background-color: #7BA671;
}

#navDiv {
	height: 36px;
	background-color: #7BA671;
}
#sideLinksDiv {
	left: 520px;
	top: 159px;
	width: 234px;
	text-align: right;
	float: right;
	background: #FFFFCC;
	border-bottom: thin ridge #619155;
	border-left: thin solid #619155;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: 20px;
}


#mainContent {
	background: #FFFF99;
	margin: 0px;
	padding: 0px;
	width: 770px;
	overflow: visible;
}
#mainContent h1 {
	padding-bottom: 5px;
	color: #663300;
	font-size: 1.2em;
	padding-left: 30px;
	background: #FFFFCC;
	margin-bottom: 6px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 7px;
	border-bottom: thin solid #663300;
}
#mainContent h2 {
	font-size: 1em;
	color: #333333;
	margin-left: 25px;
}
#mainContent li {
	margin-left: 50px;
}


h4 {
	padding-left: 10px;
	color: #4A4025;
}
#mainContent  p  {
	margin-right: 11px;
	margin-left: 20px;
	font-size: 1em;
}
#mainContent a {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
#mainContent  a:hover {
	color: #597346
}

#footer {
	background: #564F25;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	width: 770px;
}
#footer  h4  {
	font-size: 1em;
	color: #FFFF99;
}

#leftFooterDiv {
	width: 230px;
	float: left;
	margin-left: 7px;
}

#centerFooterDiv {
	width: 240px;
	background: #564F25;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	margin-left: 7px;
}

#rightFooterDiv {
	width: 255px;
	float: right;
	margin-right: 7px;
}
#bottomWrapperDiv {
	clear: both;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.redHeadClass {
	font-weight: bolder;
	color: #000000;
}
#formDiv {
	width: 720px;
	margin-left: 25px;
}

#leftFooterDiv a {
	color: #FFFF66;
	text-decoration: none;
}
#leftFooterDiv a:hoover {
	color: #FFFFFF;
}
.testimonialSignature {
	text-align: right;
	font-style: italic;
	padding-bottom: 10px;
}
.testimonyTitle {
	font-weight: bold;
}
#birthdayCalenderDiv {
	height: 430px;
	width: 400px;
	margin-left: 50px;
	padding-bottom: 20px;
}
#birthdayTestimonialsDiv {
	float: right;
	width: 300px;
	overflow: auto;
	height: 430px;
}
#mainContent h3 {
	color: #AD2028;
	margin-left: 40px;
	font-weight: bolder;
}

