html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #241F12 url(images/bg01.jpg) repeat left top;
	font-family: San Serif, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A0C544;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin-bottom: 25px;
	padding-bottom: 9px;
	border-bottom: 1px solid #a87851;
	font-size: 18px;
	font-weight: normal;
	color: #A0C544;
}

h2 span {
	font-weight: bold;
	color: #A0C544;
}

h3 {
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 190%;
	text-align: justify;
}

ol {
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 220%;
}

ul li {
	padding-left: 13px;
	background: url(images/homepage07.gif) no-repeat left center;
}

.list1 {
	margin: 0px;
	padding: 0px;
}

.list1 li {
	float: left;
	width: 230px;
}

a {
	color: #E39B00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	padding: 4px;
	border: 1px solid #B19C65;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 900px;
	margin: 0px auto;
}

/** HEADER */

#header {
	position: relative;
	height: 159px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0px;
	text-indent: -9999em;
	line-height: normal;
}

#header a {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/** MENU */

#menu {
	height: 48px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

.home #menu {
	background-image: url(images/homepage09.jpg);
}

#menu ul {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	list-style: none;
	text-align: center;
	line-height: normal;
        height: 100%;
}

#menu ul ul {
        padding: 0;
        text-align: left;
        height: auto;
        display: none;
        position: absolute;
        left: 25px;
}
        

#menu li {
	display: inline;
	padding: 0px 25px;
	background: none;
        position: relative;
}

#menu li li {
        display: block;
        padding: 0;
        position: static;
}

#menu li:hover ul {
        display: block;
}

#menu a {
	text-decoration: none;
	font-size: 13px;
	color: #A0C544;
}

#menu a:hover {
	text-decoration: underline;



	


}



/** PAGE */

#page {
	background: url(images/bg03.jpg) repeat-y left top;
}

#bgtop {
	background: url(images/bg04.jpg) no-repeat left top;
}

#bgbtm {
	height: 370px;
	min-height: 370px;
	padding: 50px 50px 0px 50px;
	background: url(images/bg05.jpg) no-repeat left bottom;
}

html>body #bgbtm {
	height: auto;
}

/** CONTENT */

#content {
	float: right;
	width: 505px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 190px;
	padding: 30px 30px 10px 30px;
	background: #000000 url(images/homepage06.gif) no-repeat right top;
}

/** FOOTER */

#footer {
	height: 112px;
	background: url(images/homepage08.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #614f3f
}

/** BOX1 */

#box1 {
	padding: 0px 50px;
	background: url(images/bg02.jpg) no-repeat left top;
	color: #2f4f4f;
}

#box1 h2 {
	border-color: #676b19;
	color: #9d896e;
}

#box1 .column1 {
	float: left;
	width: 375px;
}

#box1 .column2 {
	float: right;
	width: 375px;
}

#box1 .border {
	border-color: #676b19;
}

#box1 .more {
	display: block;
	padding: 4px 0px 5px 34px;
	background: url(images/homepage04.gif) no-repeat left center;
	color: #A0C544;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 5px 5px 5px 5px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 2px;
left: -400px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 30px;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




