html {
	height: 100%;
	width:100%;
}
body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(layout/img01.jpg) repeat left top;
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #207108;
	font-family: cambria, verdana, "Times New Roman", Times, serif;
}

h1 {
	font-size: 50px;
	padding-bottom: 5px;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #516C00;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#wrapper {
	margin: 0;
	padding: 0;
	background: url(layout/img01.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 640px;
	height: 0px;
	margin: 0 auto;
	padding: 0px;
	background: url(layout/img03.jpg) no-repeat left top;
}



#banner {
	margin-bottom: 20px;
	border: 12px #ECECEC solid;
}

/* Menu */

#menu {
	width: 640px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
	background: url(layout/img04.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 120px;
	height: 39px;
	margin-left: 10px;
	padding-top: 15px;
	background: url(layout/img05.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(layout/img06.jpg) no-repeat left top;
	padding-left: 0;
	color: #493E2B;
}

/* Page */

#page {
	width: 640px;
	margin: 0px auto;
	padding: 0;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 273px;
	padding: 0px;
	color: #787878;
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 20px;
}

#sidebar li li {
	line-height: 35px;
	margin: 0px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar li li span {
	height: 19px;
	margin-right: 16px;
	padding: 4px 12px;
	background: #3D2A0B url(layout/img12.jpg) repeat-x left top;
	font-size: 12px;
	color: #FFFFFF;
}

#sidebar li li span a {
	color: #FFFFFF;
}

#sidebar h2 {
	
	height: 65px;
	background: url(layout/img09.jpg) no-repeat left bottom;
	letter-spacing: -.5px;
	font-size: 28px;
	color: #493E2B;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 30px 0px;
	text-align: justify;
}

#sidebar p strong {
	color: #4A3E29;
}

#sidebar a {
	font-family: cambria, verdana, "Times New Roman", Times, serif;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #207108;
	border: none;
}

#sidebar a:hover {
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: none;
	color: #362509;
}


.content img { 
	border: 10px solid #E7E6E4;
	margin: 5px;
	}

/* Footer */

#footer-content {
	width: 640px;
	height: 300px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(layout/img15.jpg) no-repeat left top;
	font-size: 12px;
	color: #887450;
}

#footer-content .column1 {
	float: left;
	width: 570px;
}

#footer-content .column2 {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
	text-align: right;
	width: 273px;
}

#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #E3D2B6;
}

#footer-content strong {
	color: #E3D2B6;
}

#footer-content a {
	color: #AA8B55;
}

#footer-content a:hover {
	color: #AA8B55;
}

.list li {
	margin-bottom: 6px;
}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #000;
}

#footer a {
	text-decoration: underline;
	color: #000;
}
