body {
	margin: 0;
	padding: 0;
	background: #160d07; /*very dark brown*/
	font: .8em/1.5 Tahoma, Arial, Helvetica, sans-serif;
	color: #160d07; /*very dark brown*/
	}
h1, h2, h3 {
	text-transform: capitalize;
	font-weight: normal;
	color: #c42228; /*logo red*/
	padding-bottom: 5px;
	}
h1 {
	font-size: 140%;
	}
h2 {
	font-size: 120%;
	}
h3.subheading {
	font-size:120%;
	margin:0;
	color: #160d07; /*very dark brown*/
	}
.underlined {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 2px;
	margin-bottom: 2px;
	}
#wrapper {
	background:#160d07 url(images/design/woodtop.png) repeat-x;
	margin:0;
	padding:0;
	}


/* Links */
a:link, a:visited {
	color: #669C60; /*green*/
	text-decoration: none;
	}
a:hover, a:active, { 
	color: #669C60; /*green*/
	text-decoration: underline;
	}

/* Images */
img {border: none;}
img.left {float: left;margin: 7px 15px 0 0;}
img.right {float: right;margin: 7px 0 0 15px;}


/* Form */
form {
	margin: 0;
	padding: 0;
	}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}
legend {
	display: none;
	}
input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	}

/* Header */
#header {
	background: url(images/design/header.png) no-repeat;
	width: 1000px;
	height: 334px;
	margin: 0 auto;
	}
#logo { /*the transparent gif*/
	float: left;
	margin:50px 0 0 60px;
	width:110px;
	height: 120px;
	}


/* Menu */
#menu {
	float: right;
	margin:0;
	padding-top:30px;
	color:#efece8;
	}
#menu a {
	padding: 7px;
	text-decoration: none;
	font-size: 110%;
	color: #efece8;
	}
#menu a:hover {
	text-decoration: underline;
	}
	
	
/* Tabs - FAQ and TESTIMONIALS */
#tabs {
	position: relative;
	top:30px;
	height:77px;
	}
#tabs a .large {
	display: block;
	border: 0px;
	height: 0px;
	width: 0px;
	background:url(images/spacer.gif);
	}
#tabs a img {
	border: 0;
	z-index:999;
	}
#tabs a.p1, #pic a.p1:visited {
	display: block;
	height: 31px;
	width:111px;
	padding-bottom:5px;
	text-decoration: none;
	}
#tabs a.p1:hover .large {
	padding:0px;
	margin:0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 111px;
	height:31px;
	z-index:1000;
	}
#tabs a.p2, #pic a.p2:visited {
	display: block;
	height: 31px;
	width:111px;
	text-decoration: none;
	}
#tabs a.p2:hover .large {
	padding-top:5px;
	margin:0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 31px;
	width: 111px;
	height:31px;
	z-index:1000;
	}

/* Page */
#page {
	margin:0 auto;
	width: 1000px;
	background: url(images/design/bgpage.png) repeat-y;
	}


/* Heading - the name of the page that is on the paper chit */
#heading {
	padding:70px 0 0 165px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	text-transform: capitalize;
	color: #c42228; /*logo red*/
	}


/* Content */
#content {
	float: left;
	padding:20px 0 0 165px;
	width: 350px;
	}

/* Post */
.post {
	}
.post .entry ul {
	font-size:120%;
	font-weight: bold;
	line-height:1.5;
	}


/* Footnote */
.footnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:90%;
	}



/* Sidebar */
#sidebar {
	float: right;
	margin-right:45px;
	width: 400px;
	}
.quotes {
	text-align: left;
	width:200px;	
	height:100px;
	padding:20px 0 0 20px;
	background:url(images/design/quotes.jpg) no-repeat;
	font: 140%/1.50 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	margin-bottom: 20px;
	}
#sidebar li ul {
	}
#sidebar li li {
	margin: 0;
	}


/* Footer */
#footer {
	text-align: right;
	width:1000px;
	height:87px;
	margin: 0 auto;
	padding:20px 0 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #efece8; /*beige*/
	background:url(images/design/footer.png) no-repeat;
	}
.artseries {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	}
#footer a {
	text-decoration: none;
	color: #efece8;
	}
#footer a:hover {
	text-decoration: underline;
	}