@charset "UTF-8";
body, html {
	background-image:url(../images/Magical%20Forest%20copy.jpg);
	background-attachment: fixed;
	padding:0px;
	margin:0px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

* html #maincontainer {
	height: 100%;
}

#maincontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main_navigation {
	margin-right: auto;
	margin-left: auto;
	background-color: #003300;
	width: 825px;
	height: 28px;
	margin-top: -10px;
	font-size: 10px;
	font-weight: bold;
}
#main_content_top {
	height: 100px;
	width: 847px;
	background-image: url(../images/main_content_bg_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
}
#main_content {
	width: 847px;
	background-image: url(../images/main_content_bg_07.png);
	margin-top: -50px;
	padding-bottom: 50px;
}
#local_content_left {
	width: 275px;
	margin-left: 11px;
	float: left;
}
#local_content_right {
	width: 550px;
	float: left;
}
#local_content_right h1 {
	font-size: 24px;
	color: #0B492A;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
}
#local_content_right h2 {
	font-style: oblique;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#local_content_right a {
	color: #0A0000;
	text-decoration: underline;
}
#local_content_right a:hover {
	color: #999999;
}
#local_content_right p {
	font-size: 12px;
	padding-right: 25px;
	padding-left: 40px;
	color: #390000;
	text-indent: 5px;
}
#local_clear {
	clear: both;
}
#footer {
	
	width: 100%;
	background-image: url(../images/footer_bg_02_03.png);
	margin-top: -7.5em;
	background-repeat: no-repeat;
	background-position: top;
	height: 190px;
	position: relative;
}

- Navigation Menu CSS!!!

#main_navigation ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main_navigation  ul li {
  display: block;
  position: relative;
  float: left;
}
#main_navigation  li ul { display: none; }
#main_navigation  ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	margin-left: 1px;
	white-space: nowrap;
	background-color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_navigation  ul li a:hover {
	background: #617F8A;
	background-color: #000000;
}
.wrapimage {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#main_navigation  li:hover ul {
  display: block;
  position: absolute;
}
#main_navigation  li:hover li {
  float: none;
  font-size: 11px;
}
#main_navigation  li:hover a {
	background-color: #000000;
	font-size: 10px;
}
#main_navigation  li:hover li a:hover {
	background-color: #003300;
}
- Main Navigation Css END!!! 
#local_content_right h1 {
	font-size: 14px;
	padding-right: 25px;
	padding-left: 40px;
	color: #000000;
	text-indent: 15px;
}
#local_content_right ul {
	color: #673D36;
	font-size: 12px;
	padding-left: 75px;
	font-weight: bold;
}
#local_content_right li {
	padding-bottom: 5px;
}
#local_content_right h2 {
	font-size: 24px;
	color: #0B492A;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
}
#local_content_right input {
	margin-left: 20px;
	margin-bottom: 15px;
}
.gallery img {
	padding: 15px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#local_clear {
	height: 50px;
}
