body{
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.png) repeat-x top #f9f8f3;
	color:#333;
}

/* - - - - - - - - - - - - - - - - HEADER - - - - - - - - - - - - - - - -*/
#header{
	width:920px;
	height:138px;
}
#address{
	text-align:right; float:right; margin-top:10px;
	width:250px;
}
#logo{
	text-align:left; margin-top:20px; margin-bottom:13px;
}

/* - - - - - - - - - - - - - - - - FOOTER - - - - - - - - - - - - - - - -*/
#footer{
	padding:30px 0;
	line-height:1.5em;
	background:url(images/footer-bg.png) top left no-repeat #f7f3e0;
	color:#b6b2a0;
	margin:-10px -10px;
	clear:both;
}
#footer em{
	color:#969179;
}
#footer a{
	color:#8c8358;
	margin:3px;
}

/* - - - - - - - - - - - - - - - - NAVIGATION - - - - - - - - - - - - - - - -*/
#nav{
	clear:both;
}
#nav a{
	display:inline-block;
	height:37px;
	line-height:40px;
	font-size:14px;
	margin:0 20px;
	border-bottom:3px solid #f0e6af;
	padding:0 10px;
	background-color:#f6ecb4;
	color:#68644e;
	text-decoration:none;
}
#nav a.selected{
	border-color:#FFF;
	background-color:#FFF;
	border-right:1px solid #EBEBEB;
	font-weight:bold;
}

/* - - - - - - - - - - - - - - - - CONTENT - - - - - - - - - - - - - - - -*/
#wrap{
	width:900px;
	padding:10px;
	background:url(images/watermark-z.png) bottom right no-repeat #FFF;
	margin-bottom:50px;
	border:2px solid #f7f3e0;
	border-top:0;
}
#content{
	border:1px solid #CCC;
}
#content-middle{
	margin-bottom:40px;
}
#content-left, #content-middle, #content-right{
	text-align:left;
	margin-top:10px;
	font-size:12px;
}
.picture{
	float:right;
	margin:10px;
	margin-right:0;
}

/* - - - - - - - - - - - - - - - - LEFT COLUMN - - - - - - - - - - - - - - - -*/
#content-left{
	float:left;
	width:200px;
	padding:10px;
	margin-right:30px;
	margin-left:-10px;
	margin-bottom:40px;
	background:url(images/corner-top.png) top right no-repeat #daf8ab;
}
#content-left-corner-bottom{
	background:url(images/corner-bottom.png) bottom right no-repeat #daf8ab;
	height:15px;
	position:relative;
	top:10px;
	left:10px;
	margin-top:-10px;
}
#content-left a{
	color:#517813;
	font-size:12px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content-left p{
	font-size:11px;
	color:#464b40;
}


/* - - - - - - - - - - - - - - - - MAIN CENTER COLUMN - - - - - - - - - - - - - - - -*/
#content-middle a{
	color:#517813;
}
#content-middle{
	float:left;
	width:650px;
}

/* This the yellow "Contact" box that exists only on the home page. */
#contact{
	width:450px;
	padding:10px;
	background-color:#FFC;
	border:1px solid #FF9;
	text-align:center;
	margin:1em 0;
}

/* Testimonials */
.comment{
	background:url(images/comment-top.png) no-repeat top #f0fcdd; width:180px; padding:10px;
	margin-top:10px;
}
.comment:first-child{
	margin-top:0;
}
.comment-name{
	background:url(images/comment-bottom.png) no-repeat top #DAF8AB; margin:-10px; padding-top:30px;
}
.testimonial-name{
	font-style:italic;
	text-align:right;
	font-size:16px;
	margin-right:20px;
}

/* - - - - - - - - - - - - - - - - GENERAL CONTENT STYLING - - - - - - - - - - - - - - - -*/
h1:first-child{
	margin-top:0;
}
h1{
	margin:0;
	padding:0;
	font-size:20px;
	color:#552426;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:1em;
	border-bottom:1px solid #F2F2F2;
}
h1 a{
	font-weight:normal;
	font-size:18px !important;
}
h2{
	margin:0;
	padding:0;
	font-size:12px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
}
.hr{
	border-top:1px solid #F2F2F2;
	margin:1em 0;
}
p{
	font-size:12px;
	color:#474539;
	line-height:2em;
	margin:0;
	margin-bottom:.5em;
}

/* - - - - - - - - - - - - - - - - TABLES - - - - - - - - - - - - - - - -*/
table{
	margin:10px 0;
}
th{
	padding:8px;
	font-size:12px;
	background-color:#E9FFC6;
	border-top:2px solid #F5FFE5;
	color:#47592B;
}
table td{
	background-color:#F5FFE5;
	border-bottom:1px solid #DDFFA9;
	border-right:1px solid #FFF;
	border-top:2px solid #FFF;
}
table td{
	padding:8px;
	color:#5A6842;
}