/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #AF8E6D;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: #666666;
	
}

a {
	color: #8F6F50;
	text-decoration: none;
}

a:hover {
    font-style: italic;
	color: #CBAC8A;
}
h3 {
   font-size: 120%;
   letter-spacing: 1px;
   border-bottom: 1px solid #E6E6E6;
   color: #6F6F6F;
}

/* Boxed */

.title {
	padding-left: 30px;
	background: url(images/img04.gif) no-repeat left center;
	border-top: 1px dotted #EFCCB5;
}

.boxed1 .title {
	height: 24px;
	padding-top: 5px;
	font-size: 120%;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font-size: 182%;
}

.boxed2 .content {
	background: url(images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 .title {
	font-size: 129%;
}

.boxed3 .content {
	background: url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #C09B76;
}

/* Logo */

#logo {
	float: left;
	width: 239px;
	height: 160px;
	background: #9A8825 url(images/img01.jpg) no-repeat;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 49px;
	background: #B09733 url(images/img02.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

#menu ul {
	height: 5px;
	background: #C09B76;
	list-style: none;
	margin-left: 1em;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 14px 15px 0 15px;
	border-top: 5px solid #C09B76;
	text-decoration: none;
	font-weight: bold;
	color: #7F6347;
}

#menu a:hover {
	border-top-color: #000000;
	color: #000000;
}

#menu .active a {
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol {
    line-height: 155%;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#content ul {
   margin-left: 4em;
   line-height: 25px;
   margin-top: 1em;
   margin-bottom: 1.5em;
   list-style-image: url(images/flower.gif);
}
.headstone {
    font-family: 'Tinos', serif;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 15px;
}
blockquote {
	font-family: 'Cabin', sans-serif;
	font-size: 13px;
	color: #B8A773;
	background: url(images/quotes.gif) no-repeat top left;
	margin: 5px 5px 5px 5px; 
	text-indent: 30px;
	line-height: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 10px;
}

#news h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 77%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 90%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #C09B76;
}

#footer p {
	text-align: center;
	font-size: 77%;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #EFCCB5;
}

#footer a:hover {
	color: #000000;
	font-style: normal;