@charset "UTF-8";
/* CSS Document */
body {
	background-color:#97927f;
}
#wrapper {
	position: relative;
	width: 950px;
	background-color: #f3efd2;
	height: 1000px;
	margin: 22px auto;
box-shadow: 0px 0px 12px 8px rgba(92, 75, 66, 0.8);
-moz-box-shadow: 0px 0px 12px 8px rgba(92, 75, 66, 0.8);
-webkit-box-shadow: 0px 0px 12px 8px rgba(92, 75, 66, 0.8);
}
#header {
	width:950px;
	height: 100px;
	font-family: 'Donegal One', serif;
}
#navigation {
	width:950px;
	height:70px;
	border-top:2px solid;
}
#header img {
	float:left;
	padding: 20px 0px 0px 20px;
}
#headertext {
	position: absolute;
	top: 17px;
	left: 77px;
	font-size: 28px;
	color: #993400;
	width: 608px;
}
#phone {
	position: absolute;
	top: 7px;
	right: 20px;
	color: #993400;
	height: 66px;
	width: 229px;
}
#gallery {
	width: 950px;
	height: 350px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin: 0 auto;
}
#content {
	width:950px;
	height:300px;
	font-family: 'Average Sans', sans-serif;
	color:#696969;
	
}
#content p {
	padding:0 30px;
	margin-left:30px;
}
#intro {
	top: 524px;
	left: 68px;
	width: 370px;
	position: absolute;
	padding: 3px 30px;
}
#weightloss {
	top: 275px;
	right: 80px;
	width: 370px;
	position: absolute;
	padding: 3px 30px;
}
#address {
	top: 525px;
	right: 82px;
	width: 377px;
	position: absolute;
	padding: 3px 30px;
	color: #333;
}
#weightloss2 {
	top: 237px;
	left: 80px;
	width: 377px;
	position: absolute;
	padding: 3px 30px;
	color: #696969;
}
#weightloss2 ul {
	line-height:110%;
	list-style:none;
	padding:0;
	margin:0;
}
#weightloss2 li {
	padding-bottom: 8px;
	padding-left: 1em; 
    text-indent: -.9em;
}
#weightloss2 li:before {
    content: "♥ ";
    color: #993400; /* or whatever color you prefer */
}
#footer {
	font-family: 'Average Sans', sans-serif;
	color: #696969;
	padding: 10px;
	padding-top: 10px;
	width:950px;
	height:130px;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
}
#footer p {
	line-height: 120%;
	font-family: 'Average Sans', sans-serif;
}
a:hover {
	color:#993400;
} 
#header a:hover {
	color:#993400;
}
#header a {
	text-decoration:none;
	color:#993400;
}
#footer a {
	text-decoration:none;
	color:#696969;
}
#footer a:hover {
	color:#993400;
}
#address a {
	text-decoration:none;
	color:#000;
}
#address a:hover {
	color: green;
}
a {
	text-decoration:none;
}
#footer ul {
	list-style-type:none;
	font-family: 'Average Sans', sans-serif;
	color: #696969;
	font-size: 12px;
	margin:12px auto;
}
#footer li {
	display:inline;
	padding: 0 8px 0 0;
	left:8px;
}
