html {
	font-size: .75em;
	background: #aaa url('images/bg.png') repeat-x;
    line-height: 1.5em;
	height: 100%;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 60px 0;
	width: 776px;
}

a {
	color: #636c2f;
}

#inner {
	background: #fff;
	border: 1px solid #000;
	height: 100%;
}

.top-splat{
	background: url('images/top-splat.png') no-repeat;
	position: absolute;
	top: 0px;
	right: -232px;
	width: 553px;
	height: 429px;
	z-index: 4;
}

.bottom-splat {
	background: url('images/bottom-splat.png') no-repeat;
	position: absolute;
	bottom: 60px;
	left: -110px;
	width: 331px;
	height: 238px;
	z-index: 4;

}

#header {
	padding: 1px 0 0;
}

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

#header #title {
	font-size: 3em;
    padding: 0 20px;
}

#header #title a {
	color: #636c2f;
    font-weight: 400;
    text-decoration: none;
	line-height: 35px;
}

#header #title-area img {
	padding: 1em;
}

#header #banner {
	width: 100%;
	height: 198px;
}

#main {
	position: relative;
	z-index: 6;
}

#content {
	float: right;
	padding: 0 20px 198px;
	width: 503px;
}

.content-sidebar #content {
	padding: 0 20px
}

#gallery a {
    height: 108px;
    width: 145px;
}

#sidebar {
    float: left;
    padding: 0 0 200px 20px;
    width: 209px;
    overflow: visible;
}

#sidebar form .text,
#sidebar form .select,
#sidebar form .textarea {
    width: 160px;
}

.sf-vertical {
    margin: 16px 0 0 0;
    padding: 0;
    width: 209px;
}

.sf-vertical .sf-menu a {
	color: #636c2f;
}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left: 210px;
	top: 1px;
}

.widget a {
	color: #636c2f;
}

.widget-title {
	color: #636c2f;
	padding-top: 0;
}

.login-widget {
	background: #dbd8c9 url('images/login_bg.png') repeat-x;
	margin: 0 0 20px;
	padding: 5px 20px;
	border: 1px solid #ccc;
}

.login-widget .widget-title {
	color: #636c2f;
	padding: 0 0 .5em;
	border-bottom: 2px solid #636c2f;
}

.login-widget form {
	margin: 0 0 20px;
}

#footer {
	color: #fff;
	background: url('images/footer_bg.png') repeat-x;
	text-align: center;
	height: 40px;
}

#footer p {
	font-size: .9em;
	line-height: 40px;
}

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

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