
body {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7F3E8;
	color: #ffffff;
	font-family: "Palatino Linotype", "Tahoma", "Verdana";
}



#header {
	background-image: url(../images/header.jpg);
	height: 108px;
}

#navigation {
	background-image: url(../images/navigation.jpg);
	height: 49px;
	
}

#pagebody {
	background-image: url(../images/content-header.jpg);
	background-repeat: no-repeat;
	background-color: #ebe4cc;
	height: 159px;
	min-height: 700px;
}

#footer {
	background-image: url(../images/footer.gif);
	height: 101px;
}

#left {
	margin-left: 140px;
	width: 420px;
	float: left;
}

#right {
	margin-top: 10px;
	width: 200px;
	height: 520px;
	float: left;
	margin-left: 30px;
	background-image: url(../images/menu-paper.gif);
	background-repeat: no-repeat;
	
	padding: 20px 30px 30px 30px;
}

#right p {
	font-size: 8pt;
}

.clear {
	clear: both;
}

#nicepic {
	width: 420px;
	margin-top: 10px;
	border: solid 5px #89754f;	
}






#menu ul, #menu li {
	font-family: "Myriad Pro";
	font-size: 11.2pt;
	text-transform: uppercase;
	
	display: inline;
	position: relative;
	left: 270px;
	top: 15px;
}

#menu li {
	margin-right: 15px;
}

#menu li a:link, a:visited {
	color: #dfdfdf;
	text-decoration: none;
}

#menu li a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}

dl {
	margin: 10px 0 10px 0;
}

dt {
	color: #292521;
	font-size: 6pt;
}

dd {
	color: #58371e;
	font-size: 8pt;
}



/**************** FOOTER ***************/

#footer ul, #footer li {
	font-weight: bold;
	font-family: "Georgia";
	font-size: 8pt;
	color: #ffffff;
}

#service-times {
border: solid;
	position: relative;
	left: 300px;
	top: -50px;
}

#service-times ul {
	display: inline;
}

#service-times li {
	font-size: 7pt;
	line-height: 1.3;
}

.sunday {
	position: relative;
	margin-top: -40px;
	margin-left: 300px;

	color: #ded3b0 !important;
}

.wednesday {
	position: relative;
	margin-top: -40px;
	margin-left: 600px;
	
	color: #ded3b0 !important;
}

.sunday ul li, .wednesday ul li {
	color: #a39978 !important;
	font-size: 7pt !important;
}


