﻿* { margin: 0; padding: 0; outline: 0 }

body {
	background: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color: #555;
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {
	color: #895F30;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #27241e;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
h1 {
	font-size: 250%;
	font-weight: normal;
	color:#27241e;
	font-weight:bold;
	padding-top:20px;
}
h3 {
	font-size: 150%;
	font-weight: normal;
}

#a {
	position: relative;
	background: #FFFFFF;
	width: 800px;
	margin: 50px auto 0 auto;
	text-align: left;
	border-top:15px solid #fff;
}
#b {
	background: #27241e url(../images/head-bg.jpg) bottom center no-repeat;
	width: 770px;
	height: 240px;
	padding: 0;
	margin: 0px auto;
}
#b h2 {
font-size:250%;
color:#cccccb;
line-height:50px;
text-indent:10px;
}
#b h2 a, #b h2 a:visited {color:#cccccb;}
#b h2 a:hover {text-decoration:underline; color:#fff;}
#c {
	background: #fff;
	clear: both;
	width: 770px;
	padding: 0;
	margin-left: 15px;
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;
	height:206px;
	width: 770px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
}

/* Main Column */
#d {
	float: left;
	width: 450px;
	padding: 15px 0 0 0; margin: 0 0 0 10px;
	display: inline;
}
#d p {
margin:15px 0px;}

/* Sidebar */
#e {
	float: right;
	width: 280px;
	padding: 25px 0 0 0; margin: 0;
}
#e h3 {
	margin-top: 10px;
	padding: 5px 5px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #27241e;
}
#e ul {
	text-align: left;
	margin: 7px 10px 8px 0px;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #EBEBEB;
}
#e ul li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 3px 0 3px 3px;
	margin: 0 2px;
}
* html body #e ul li {
	height: 1%;
}
#e ul li a {
	text-decoration: none;
	background-image: none;
	color: #895F30;
}
#e ul li a:hover {
	color: #27241e;
}
#e ul ul { margin: 0 0 0 3px; padding: 0; }
#e ul ul li { border: none; }

/* footer */

#f {
	clear: both;
	color: #fff;
	background:#27241e;
	margin: 0 auto;
	width: 740px;
	padding: 10px 15px;
	height:20px;
	text-align: left;
	border-bottom:15px solid #fff;
}
#f  a {
	color: #976834;
}
#f p {display:inline; float:right; line-height:19px;}
#f ul {display:inline; line-height:19px;}
#f ul li {display:inline; padding:0px 8px;}

#g {
	clear: both;
	color: #27241e;
	background:#d8d183;
	margin: 0 auto;
	width: 740px;
	padding: 10px 15px;
	text-align: left;
}
#g  a {
	color: #27241e;
}
#g ul {display:inline}
#g ul li {display:inline; padding:0px 8px;}
.clear { clear: both; }



