body {
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #241c1a;
	background: url(images/bg.jpg) repeat;
	}

a:link, a:visited { color: #7e3200; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #975900; text-decoration: none;font-weight: bold; }
.style1 { color: #99FFCC }

h1{
	font-family: "Courier New", Courier, monospace, Century;
	font-size: 20px;
	font-weight: bold;
	color: #61754e;
	margin: 0px;
	padding-top: 20px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #3c4826;
	width: 200px;
	padding: 10px 0px 10px 120px;
	text-decoration: underline;
	}


#container {
	width: 1000px;
	margin: auto;
	background: url(images/container_bg.jpg) repeat-y;
	}

#topsection {
	float: left;
	width: 1000px;
	height: 93px;
	background: url(images/top.jpg) no-repeat;
	}

.topmenu{
	float: right;
	width: 400px;
	margin: 0px;
	padding: 55px 100px 0px 0px;
	}

.topmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

.topmenu li{
	display: inline;
	}

.topmenu li a{
	font-size: 12px;
	color: #dceb9f;
	font-weight: bold;
	width: 100px;
	height: 30px;
	margin-left:15px;
	padding: 0px 0px 0px 15px;
	background: url(images/bullet.png) no-repeat;
	background-position: left;
	}

#middlesection {
	float: left;
	width: 1000px;
	}

#left_content {
	float: left;
	width: 346px;
	}

#left_top {
	float: right;
	width: 254px;
	height: 298px;
	}

.leftmenu {
	float: left;
	width: 346px;
	margin: 0px;
	}

.leftmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 100px;
	}

.leftmenu li a {
	display: block;
	height: 25px;
	font-size: 11px;
	color: #3c4826;
	background: url(images/bullet.png) no-repeat;
	padding-left: 20px;
	background-position: left;
	}

.leftmenu li a:hover ,.leftmenu li .current{
	background: url(images/current.png) no-repeat;
	background-position: left;
	color:#000;
	}

#right_content {
	margin: 0px;
	float: left;
	width: 654px;
	background: url(images/right_photo.jpg) no-repeat;
	}

#right_text {
	float: left;
	width: 500px;
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}

#right_text img {
	float: left;
	}

#footersection {
	clear: both;
	width: 1000px;
	height: 50px;
	color: #dde7ab;
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
	background: url(images/footer.jpg) no-repeat;
	}

#footersection a{
	color: #FFFFFF;
	}