* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

h1 {
	padding: 0 0 0 25px;
	height: 108px;
	font-weight: normal;
	font-size: 24px;
	line-height: 64px;
	color: #FFFFFF;
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: #E0A66A;
}

h1 a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

h1 span {
	padding-left: 5px;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	color: #FFFFFF;
}

h2 {
    padding: 0 0 0 20px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    color: #8C3307;
    border-bottom: 1px solid #E1CCB6;
}

p {
	text-align: justify;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10;
}

a {
	font-weight: normal;
	color: #DDDD00;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

img {
    padding: 5px;
    background: #E5E5E5;
    border: 1px solid #E1CCB6;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 970px;
    text-align: left;
    background: url(images/main.gif) repeat-y;
}

#corner1 {
	position: absolute;
	top: 152px;
	left: 0;
	width: 65px;
	height: 371px;
	background: url(images/corner1.jpg) no-repeat;
}

#corner2 {
	position: absolute;
	top: 152px;
	left: 905px;
	width: 65px;
	height: 371px;
	background: url(images/corner2.jpg) no-repeat;
}

#header {
    padding: 0 65px;
    background: #652D01 url(images/bg.gif) repeat-x top;
}

#header2 {
    height: 152px;
    background: url(images/header.jpg) no-repeat;
}

#menu {
	height: 42px;
}

#menu ul {
    padding: 0;
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    width: 140px;
}

#menu ul li a {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	background: #9B4816 url(images/menu.jpg) no-repeat;
}

#menu ul li a.active, #menu ul li a:hover {
    text-decoration: none;
    color: White;
    background: #FF8E1D url(images/menu_over.jpg) no-repeat;
}

#search {
	position: absolute;
	top: 116px;
	right: 85px;
	width: 214px;
	height: 30px;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
    padding: 3px;
    width: 140px;
    font-size: 13px;
    color: #08665E;
    background: #E5E5E5;
    border: 1px solid #F1F1F1;
    border-top: 1px solid #BEBEBE;
    border-left: 1px solid #BEBEBE;
}

#search input.submit {
    float: right;
    display: block;
    padding: 4px 0;
    width: 60px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    background: #FF7E24 url(images/search.gif) no-repeat;
    border: none;
}

#middle {
    padding: 18px 85px 0 85px;
}

#left {
    float: left;
    width: 546px;
}

#left .box {
    padding-bottom: 20px;
}

#left ul {
    padding: 8px 0 8px 35px;
}

#left ul li {
    padding: 0;
    text-align: justify;
}

#left img {
    float: left;
    display: block;
    margin: 10px 20px 5px 0;
}

#right {
	float: right;
	padding: 0 0 25px 0;
	width: auto;
}

#right h2 {
	padding-top: 25px;
	color: #666666;
	border-bottom: 1px solid #E5E5E5;
}

#right ul {
    list-style: none;
}

#right ul li {
    padding: 0 0 0 15px;
    border-bottom: 1px solid #E5E5E5;
}

#right ul li a {
	padding: 0;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
}

#right ul li a:hover {
	text-decoration: none;
	color: #333333;
}

#footer {
    clear: both;
    padding: 0 85px;
    height: 40px;
    background: url(images/footer.jpg) repeat-x top;
}

#footer p {
    border-top: 1px solid #E1CCB6;
    font-size: 12px;
    line-height: 20px;
}

