@charset "UTF-8";
/* CSS Document */

body {
	background:#7f5e7d;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	
	padding:0;
	margin:0;
	min-width:960px;
}

.body_content {
	width:952px;
	position:relative;
	left:50%;
	margin-left:-476px;
}
.clear { clear:both; }

#header {
	background:url(images/header_bg.jpg) repeat-x 0 0 #e9ebdc;
	height:146px;
	border-top:2px #d9e0a7 solid;
	border-bottom:2px #d9e0a7 solid;
}
	#header #logo {
		font-size:2.9em;
		padding-top:17px;
		font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
		#header #logo .heavenly { color:#436717; }
		#header #logo .flowers { color:#6b3991; }
		
	#header #header_nav {
		margin:10px 0 0 0;
		padding:0;
		list-style:none;
	}
		#header #header_nav li { float:left; margin-right:1.5em; font-size:1.1em; }
		#header #header_nav li a {
			font-family:Arial, Helvetica, sans-serif;
			color:#9ea757;
			text-decoration:none;
		}
			#header #header_nav li a:hover { text-decoration:underline; }
		
	#header #phone_number {
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		color:#9ea757;
		font-weight:bold;
		letter-spacing:1px;
	}
		
#footer {
	background:#7f5e7d;
	color:#fff;
	font-size:1.15em;
	padding-top:25px;
	padding-bottom:2px;
}
	#footer #footer_left {
		float:left;
	}
		#footer #footer_left div {
			font-size:1em;
			margin:0 0 1em 0;
			font-weight:normal;
		}
	
	#footer #footer_right {
		float:right;
	}
		#footer #footer_right h2, #footer #footer_right div {
			font-size:1em;
			margin:0 0 1em 0;
			text-align:right;
			font-weight:normal;
		}
