﻿html {
	background: #53533a;
}
body {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/body_bckg.jpg) repeat-y center;
}
.brown {
	color: #936307;
}
a {
	color: #936307;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
#all {
	background: url(images/container_bckg.jpg) no-repeat top center;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background: url(images/container_bckg.jpg) no-repeat top center;
}
#logo {
	height: 60px;
	margin: 0 60px;
	padding: 100px 0 0 85px;
	background: url('images/logo.png') no-repeat 32px 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
}

#logo a {
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
}
#menu {
	height: 40px;
	margin: 0 60px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline-block;
	float: left;
	list-style: none;
	text-align: center;
	color: #936307;
}
#menu a {
	padding: 0 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: lowercase;
	text-decoration: none;
	color: #936307;
}
#menu a:hover {
	color: #666666;
}
#main {
	background: url(images/main_bottom.jpg) bottom center no-repeat;
	float: left;
	margin: 0 60px;
}
#text {
	margin: 0 270px 0 20px;
	padding-top: 10px;
}


#sidebar {
	float: right;
	width: 200px;
	padding: 0 30px 0 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
	font-size: large;
}
#footer {
	height: 130px;
	clear: both;
	background: url(images/footer_bckg.jpg) no-repeat center #53533B;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 60px;
}
#left_footer {
	float: left;
	padding: 30px 0 0 20px;
}
#right_footer {
	float: right;
	padding: 30px 20px 0 0;
}
.red {
	color: #800000;
	font-family: Papyrus;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
#sidebar_info {
	width: 200px;
	float: right;
	border-style: none;
	color: #999966;
	clip: rect(auto, auto, auto, auto);
	padding-top: 10px;
}
.history_text {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	word-spacing: normal;
	letter-spacing: normal;
	color: #666666;
}
.main_text {
	margin-left: 10px;
	margin-right: 10px;
}
.dropdown_box {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	word-spacing: normal;
	letter-spacing: normal;
	color: #800000;
}
