﻿/* Website template by freewebsitetemplates.com */
@charset "UTF-8";
body {
	background: #ffb744 url(green-background.jpg) repeat left bottom;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
#background {
	background: url(green-background.jpg) repeat-x center top;
	min-height: 1318px;
}
#page {
	width: 1026px;
	margin: 0 0px 0 198px;
	background-color: #FEFEF7;
	height: auto;
}
img {max-width: 100%; height: auto; 
	border-style: none;
	border-color: inherit;
	border-width: 0;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	}
/*------------------------------ Sprites ------------------------------*/
#navigation li, #navigation li a:hover, #navigation li.selected a {
	background-image: url(../images/bg-menu.png);
	background-repeat: repeat-x;
}

#main div.box, #main div.box > div, #main div.box > div > div {
	background-image: url('../images/bg-box.png');
	background-repeat: no-repeat;
	width: 489px;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	margin-bottom: 20px;
	padding-top: 20px;
}
/** Logo **/
#logo {
	float: left;
	margin-bottom: 20px;
	margin-left: 49px;
}
/** Navigation **/
#navigation {
	background: url(../images/bg-navigation.png) no-repeat;
	clear: both;
	height: 40px;
	width:868px;
	margin: 0 auto;
	padding: 1px;
}
#navigation ul {
	display: inline-block;
	width: 857px;
	list-style: none;
	margin: 0 20 0 0;
	padding: 0;
	height: 43px;
	text-align: left;
}
#navigation li {
	float: left;
	background-position: 0 -118px;
	background-repeat: no-repeat;
	height: 37px;
	
	margin: 0 0 12 0;
	padding-left: 1px;
	text-align: center;
	width: 104px;
}
#navigation li:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
	width: 103px;
}
#navigation li a {
	color: #fff;
	display: block;
	font: bold 14px/48px Arial, Helvetica, sans-serif;
	height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	width: 74px;
	text-align: center;
}
#navigation li a:hover {
	background-position: 0 -59px;
	color: #6d6157;
}
#navigation li.selected a {
	background-position: 0 0;
	color: #e4e1bd;
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	display: inline-block;
	width: 924px;
	padding: 0 47px;
	
	margin-right: 0px;
	background-color: #FEFEF7;
	margin-top: 31px;
	margin-bottom: 0px;
	height: 27940px;
}
#contents h1 {
	color: #316e66;
	font: 26px/30px "Times New Roman", Times, serif;
	margin: 18px 0 20px;
	padding-left: 2px;
	text-transform: uppercase;
}
#contents div.body h1, #contents h2 {
	color: #316e66;
	font: 30px/30px "Times New Roman", Times, serif;
	margin: 0 0 18px;
	text-transform: uppercase;
}
#contents h2 {
	font-size: 22px;
	margin: 0 0 30px;
	color: #0000FF;

}
#contents h2 a {
	color: #2c9688;
	text-decoration: none;
}
#contents p {
	color: #5a4535;
	font-size: medium;
	line-height: 30px;
	margin: 251 0 65 6px;
	padding: 0 0 24px 2px;
	background-color: #FFFFFF;
	
#contents p a {
	color: #5a4535;
	text-align: left;
