
* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/img01.png") repeat-y center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9E9D89;
}

form {
}

input, textarea {
	border: 1px solid #DEDED1;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.text {
	padding: .15em;
	background: #FDFDFB url("images/img06.gif") repeat-x;
}

input.button {
	background: #763320 url("images/img07.gif") repeat-x;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D15803;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.4em;
	margin-bottom:5px;
}

h1 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 0.3em;
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}

ul {
	list-style: none;
}

ul li {
	margin-left: 1em;
	padding-left: .75em;
	background: url("images/img05.gif") no-repeat left center;
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	color: #D15803;
}

a:hover {
	text-decoration: underline;
	color: #827F4F;
}

table{
padding:10px;
width:100%;
margin-bottom:10px;
}
th {
text-align:left;
width:40%;
padding:5px;
}
td{
text-align:left;
padding:5px;
}

/* Header */

#header {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 0 40px;
	background: url("images/img02.png");
}

#logo {
	float: left;
}

#logo h1, #logo p {
	margin: 0;
	padding-top: 25px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #F3F3E9;
}

#logo h1 {
	font-size: 3em;
}

#logo p {
	padding: 48px 0 0 5px;
	letter-spacing: -.055em;
	font-size: 1.4em;
	font-weight: bold;
}

#logo a {
	color: #F3F3E9;
}

#search {
	float: right; /*md*/
	padding-top: 20px;
}

#search img {
	border: none;
}




/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 580px;
	padding: 35px 50px 0 0;
	background: url("images/img04.png") no-repeat right top;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 20px 0 0 30px;
	background: url("images/img03.png") no-repeat;
	font-size: smaller;
	color: #E3E3D4;
}

#sidebar ul {
	padding: 0;
	list-style: none;
	margin-top:5px;
}

#sidebar li {
	margin-bottom: 1em;
	padding: 0;
	background: none;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0 0 0 1em;
	padding-left: .75em;
	background: url("images/img09.gif") no-repeat left center;
}

#sidebar h2 {
	color: #FFFFFF;
	margin-bottom: 0;
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: left;
}

#footer p {
	font-size: 10px;
}
.clearfix::after{content:"";display:table;clear:both}
