html {
    font-family: 'trebuchet ms', georgia, serif;
	font-size: .75em;
	background: #f9f8f7 url('images/bg_body.png') repeat-x;
    line-height: 1.5em;
	height: 100%;
}

body {
	background: url('images/bg_bg.jpg') center top no-repeat;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

a {
	color: #586341;
}

#wrap {
	background: #f3f3f3 url('images/bg_wrap.jpg') center top no-repeat;
	margin: 0 auto;
	width: 752px;
	border: 12px solid #fff;
	border-width: 0 12px;
	min-height: 100%;
}

#header {
	text-align: center;
	padding: 37px 0 0;
}

#header #title-area {
    overflow: hidden;
}

#header #title {
    text-align: center;
}

#header #title a {
    color: #323232;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
	line-height: 35px;
}

.sf-menu a, 
.sf-menu a:visited {
	color: #000;
}

.sf-menu ul li a {
	background: #e7dfd2
}

.sf-menu ul li {
	border-color: #4b3527;
}

#quote {
	font-size: 1.1em;
}

.menu {}

.menu li li {
	text-align: left;
}

#main {
	margin: 20px 0;
}

.full-width-content #main {
    display: block;
}

.content-sidebar #main {
	background: url('images/bg_content_wrap.png') 246px 0 repeat-y;
}

#content {
	padding: 0 18px;
}

.content-sidebar #content {
	float: right;
	width: 470px;
}

#sidebar {
	float: left;
	padding: 0 18px;
	width: 210px;
	padding: 0;
	width: 246px;
}

#sidebar .widget-title {
	font-size: 1.2em;
	margin: 0 0 .5em;
}

#sidebar .widget {
	padding: 18px;
}

#footer {
	background: url('images/footer.png') center top no-repeat; 
	color: #323232;
	text-align: center;
	padding: 19px 0;
}

#footer a {
	color: #323232;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
.field textarea {
	resize:none;
}