* {
	margin:0 auto;
	border:0;
}

body {
	background:#f5f2e9 url('../images/backgrounds/header.png') repeat-x;
	text-align:center;
	font-family: Georgia;
	font-size:12px;
}

#container {
	width:800px;
	text-align:left;
}

#header {
	float:left;
	position:relative;
	height:124px;
	width:100%;
}

#content {
	padding:10px;
	clear:left;
}

a {
	text-decoration:none;
	color:#517a28;
	border-bottom:#517a28 dashed 1px;
}

a:hover {
	background:#84bf49;
	color:white;
	border-bottom:white solid 1px;
}

p {
	font-family:Verdana;
	margin:4px 0px;
	line-height:1.6em;
}

.quote {
	background: url('../images/apostrophe.png') no-repeat 0px 0px;
	padding:15px;
	font-size:1.4em;
	font-style:italic;
	font-family: Georgia;
	text-align:center;
}

h1 {
	margin:15px 0px;
	padding:2px 0px;
	font-size:1.5em;
	font-style:italic;
	font-family: Georgia;
	font-weight:normal;
	width:100%;
	border-bottom: 1px solid #3d3d3d;
}

h2 {
	margin:8px 0px;
	font-size:1.4em;
	font-style:italic;
	font-family: Georgia;
	font-weight:normal;
}

ul.indent {
	list-style:none;
	padding:0px 5px;
}

ul.servicetimesright {
	list-style:none;
	padding:0px;
	font-family:Verdana;
	line-height:1.6em;
}

.center{
	text-align:center;
}

.leftpanel {
	float:left;
	display:block;
	width:560px;
	padding:0px 20px 0px 0px;
	border-right:1px solid #3d3d3d;
}

.rightpanel {
	float:left;
	display:block;
	padding:0px 0px 0px 20px;
	width:179px;
}

.msgboxg {
	display:block;
	padding:10px;
	border:1px solid #a6d373;
	background:#d7e6bc;
}

.msgboxb {
	display:block;
	padding:10px;
	border:1px solid #a0bcd4;
	background:#e6edef;
}

.msgboxr {
	display:block;
	padding:10px;
	border:1px solid #BB4040;
	background:#DAAEAF;
	text-align:center;
}

img.left {
	float:left;
	margin:10px;
	margin-left:0px;
}

img.right {
	float:right;
	margin:10px;
	margin-right:0px;
}

div#footer {
	font-size:1.2em;
	font-style:italic;
	font-family: Georgia;
	text-align:center;
	display:block;
	padding-top:50px;
	height:20px;
	width:100%;
	background:url('../images/backgrounds/footer.png') repeat-x bottom left;
	clear:both;
}
