* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin-bottom: 15px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #704C34;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

ul ul li {
	margin-left: 1em;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
	font-weight: bold;
	color: #2F3017;
}

a:link {
	text-decoration: none;
	color: #D8863D;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #8B985F;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: -10px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

img.offset {
	margin-left: 35px;
}

/* Header */

#header {
	width: 870px;
	height: 105px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #416C3E url(images/headernew.jpg) no-repeat center top;
}

#header h1 {
	margin: 0;
	padding: 14px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h1 a {
	color: #793D00;
}

#header h2 {
	margin: -20px 0 0 0;
	padding: 0 0 0 475px;
	letter-spacing: normal;
	font: 15px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #CAF368;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 870px;
	margin: 0 auto;
	padding: 0 25px;
	background: #416C3E url(images/img02.gif) repeat-y center top;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding: 5px 0 0 5px;
}

.post {
	width: 600px;
	padding: 20px 0 0 20px;
	color: #704C34;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
}

.post .linktitle {
	padding: 0 0 5px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	text-align: center;
}

.post .linktitle a {
	text-decoration: none;
	color: #D8863D;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 5px 5px 0 0;
}

.box {
	width: 199px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/img09.gif) repeat-x;
	font-size: 18px;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
}

.box li.first {
	padding: 0 0;
	background: none;
}

.box li.second {
	padding: 0 0;
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}

.box p {
	margin: 0;
	line-height: normal;
	color: #704C34;
}

#sidebar a {
	font-size: 85%;
	color: #D8863D;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
	text-decoration: none;
	font-weight:bold;
}

.box a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 870px;
	height: 25px;
	margin: 0 auto;
	padding: 0 25px 5px 25px;
	background: #416C3E;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	color: #F7F5C1;
}

#footer a {
	color: #F7F5C1;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}