body {
	margin: 30px 0px 0px 0px;
	padding: 0;
	background: #DCD4A7 url(../images/img01.jpg) repeat-y center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E3B36;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3B36;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.8em;
}
h3 {
	font-size: 1.6em;
}
img {
	border:none;
}
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}
ul, ol {
}
a {
	text-decoration: none;
	outline:none;
	color: #3C3230;
}
a:hover {
	outline:none;
	color: #A13B30;
}
a:active {
	outline:none;
	
}
#wrapper {
	margin: 0 auto;
	padding: 0;
}
#header-wrapper {
	height: 100px;
	background: #3C3230;
	border-bottom: 10px solid #4F4440;
}
#header {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
}
#logo {
	width: 280px;
	height: 140px;
	margin: 0;
	padding: 0;
	color: #79350A;
}
#logo h1, #logo p {
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	text-align: center;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#logo h1 {
	margin: 0px 0px -20px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 50px;
	color: #4D8D99;
}
#logo h1 a {
	color: #79350A;
}
#logo p {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
} 
#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #34312C;
}
#search {
	width: 280px;
	height: 50px;
	padding: 20px 0px 0px 0px;
	background: url(../images/img05.jpg) no-repeat left 15px;
}
#search form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search-text {
	width: 190px;
	padding: 0px 5px 2px 10px;
	border: none;
	background: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #34312C;
}
#search-submit {
	width: 70px;
	height: 22px;
	border: none;
	border: none;
	background: none;
	text-indent: -99999px;
	color: #34312C;
}
#menu {
	width: 280px;
	margin: 20px auto 20px auto;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 50px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	border-bottom: 1px dashed #C7C392;
}
#menu a {
	display: block;
	width: 260px;
	height: 27px;
	margin: 4px 0px;
	padding: 8px 0px 0px 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2A271C;
}
#menu a:hover, #menu .current_page_item a {
	background: url(images/img06.jpg) no-repeat left top; 
	text-decoration: none;
}
#menu .current_page_item a {
}
#page {
	width: 1000px;
	margin: 0 auto;
}
#page-bgtop {
}
#page-bgbtm {
	overflow: hidden;
	width: 920px;
	padding: 20px 40px 20px 40px;
}
#content {
	float: right;
	width: 580px;
	padding: 60px 20px 0px 20px;
	background: #FCF8E5 url(../images/img02.jpg) repeat;
	border: 1px solid #CFC69D;
}
.post {
	margin-bottom: 40px;
}
.post .title {
	padding: 0px 0px 10px 0px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.5px;
	color: #79350A;
}
.post .title a {
	color: #79350A;
	border: none;
}
.post .meta {
	overflow: hidden;
	background: #EDE8CA;
	margin-bottom: 30px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.post .meta .date {
	float: left;
}
.post .meta .posted {
	float: right;
}
.post .meta a {
}
.post .entry {
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #DCD4A7;
	text-align: justify;
}
.links {
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}
#sidebar {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 80px 10px;
	color: #3E3B36;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar li ul {
	margin: 0px 0px 0px 20px;
	padding-bottom: 30px;
}
#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C7C392;
	border-left: none;
}
#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
#sidebar li li a {
	color: #3E3B36;
}
#sidebar li li a:hover {
	color: #7E380A;
}
#sidebar ul a {
	color: #3E3B36;
}
#sidebar ul a:hover {
	color: #7E380A;
}
#sidebar h2 {
	height: 38px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #333333;
}
#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
}
#sidebar a {
	border: none;
}
#sidebar a:hover {
}
#calendar {
}
#calendar_wrap {
	padding: 20px;
}
#calendar table {
	width: 100%;
}
#calendar tbody td {
	text-align: center;
}
#calendar #next {
	text-align: right;
}
#footer {
	width: 920px;
	height: 80px;
	margin: 0 auto;
	padding: 0px 0 15px 310px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #69635E;
}
#footer a {
	color: #474440;
}
#prod {
	text-align: center;
	line-height: 90%; 
	font-size: 14px;
}
form, input, select, textarea, fieldset {
margin:0;
padding:0;
}
fieldset {
border:0px;
}
#form {
border:0px;
}
#form div {
width:100%;
display: block;
padding:10px 0 10px 0;
}
#form label {
display: block;
float:left;
width:120px;
text-align:right;
padding:0px 20px 0 0;
}
textarea {
padding:7px 7px;
width:400px;
height:150px;
}