html {
    font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	background: #d2ccc4 url('images/bg.png') center top repeat-x;
    line-height: 1.5em;
	height: 100%;
}

body {
	background: #fff url('images/wrapper_bg.png') no-repeat;
	margin: 0 auto;
	width: 774px;
	box-shadow: 0px 5px 12px #444;
	border-top: 1px solid #8a835a;
}

a {
	color: #687232;
}

#wrap {
	position: relative;
	padding: 270px 0 0;	
}

#header {
    font-family: 'trebuchet ms', georgia, serif;
	background: url('images/header_title.png') center top no-repeat;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -623px;
	padding: 140px 0 0;
	width: 1246px;
	min-height: 150px;
}

#header #title-area {
}

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

#header #title a {
    color: #687232;
    font-size: 1.5em;
    font-weight: 400;
    text-decoration: none;
}

#header #quote {
    margin: 0 auto;
    width:774px;
}

.sf-menu {
    font-family: arial, helvetica, sans-serif;
}

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

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

#main {
	padding: 60px 0 20px;
	width: 100%;
}

#content {
	padding: 0 20px;
}

.content-sidebar #content {
	float: left;
	width: 475px;
}

#sidebar {
	float: right;
	padding: 0 20px 0 0;
	width: 229px;
}

.widget {
	color: #fff;
	background: #677131 url('images/login_bg.png') repeat-x;
	margin: 0 0 20px;
	padding: 10px 20px;
}

.widget a {
	color: #fff;
}

.widget-title {
	padding-top: 0;
}

.studio-logo {
    background: none;
    padding: 0;
}

#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;
}