html {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #cbc9c2 url('images/bg.png') repeat-x;
	font-size: 13px; 
	line-height: 1.5em;
	height: 100%;
}

/* IE hack */
* html body { height: 100%; }

#wrap {
    position: relative;
    margin: 0 auto;
    padding: 0 0 146px;
	width: 776px;
	min-height: 100%;
}

a {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
}

.inner {
	background: #8e807c url('images/wrapper_bg.png') repeat-y;
	position: relative;
}

#header {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 280px;
}

#frame {
	position: absolute;
	left: 19px;
	top: 0;
	width: 277px;
	height: 280px;
	z-index: 30;
}

#frame a{
	width: 277px;
	height: 280px;
	position: relative;
	overflow: hidden;
	display: block;
}

#frame a span.photo{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor:pointer;
}

#title-area {
	background: #fff url('images/header_bg.png') no-repeat right top;
	text-align: center;
	margin-left: 240px;
	padding-top: 140px;
	width: 536px;
	height: 140px;
}

#title {
	font-size: 3em;
}

#title a {
	color: #000;
	text-decoration: none;
}

#quote {
	color: #fff;
	font-size: 1.2em;
	font-style: italic;
	position: absolute;
	top: 0;
	left: 240px;
	padding: 15px 30px 10px 56px;
	width: 420px;
	height: 80px;
}

#quote blockquote {
	margin: 0;
	padding: 0;
}

#quote .author {
	display: block;
	margin-top: .5em;
}

#main {
	background: url('images/left_bg.png') no-repeat;
	padding-top: 280px;
	width: 776px;
}

#content {
	float: right;
	background: #fff;
	padding: 0 20px;
	width: 496px;
}

#content a {
    color: #6d311d;
}

#gallery img {
    min-height: 107px;
    min-width: 143px;
}

#gallery a {
	width: 143px;
	height: 107px;
}

#sidebar {
	float: left;
	color: #fff;
	padding: 0 20px;
	width: 200px;
}

.sf-vertical {
	font-size: 1.1em;
	width: 240px;
}

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

.sf-vertical .sf-menu ul a {
	color: #000;
}

.sf-vertical .sf-menu a:hover  {
	color: #000;
	background: #ccc;
}

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

.widget {
	margin-bottom: 2.5em;
}

.widget-wrap span.date {
	font-size: 10px;
}

.widget-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0 .5em;
}

.login-widget {
	font-size: .9em;
	color: #000;
	background: #ddd;
	padding: .5em;
	border: 1px solid #eee;
}

#title {
	line-height: 1em;
	padding: 0 1em;
}

.login-widget .widget-title {
	font-size: 1.1em;
	color: #fff;
	background: #6d311d;
	padding: .3em;
}

.login-widget p {
	padding: 0 1em;
}

.login-widget a {
	color: #6d311d;
}

.login-widget form {
	margin: 0;
	padding: 0 1em;
}

#footer {
	background: url('images/footer.png') no-repeat;
	font-size: .9em;
	color: #fff;
	text-align: center;
	padding-top: 56px;
	position: absolute;
	width: 100%;
	height: 46px;
}

#footer p {

}

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

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