@charset "UTF-8";
html {
	background: url("images/background2.jpg") repeat;
}

body  {
}

html,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #000000;
}

h1.header {
	width: 350px; height: 75px;
	background: url("images/header3.gif");
	text-indent: -9999px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #000000;
	background-color: #D6EEA7;
	font-size: 25px;
	text-align: left;
	padding: 0px 20px;
	margin: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #ffffff;
	font-size: 17px;
	background-color: #7e463b;
	letter-spacing: 0.1em;
	padding: 3px 3px;
	margin: 10px 0;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	color: #000000;
}

.stripe { 
	height: 100%;
	background: url(images/bstripe.jpg) repeat-y top left;
	z-index: 10;
}

span {
	font-weight: bold;
}

/* NAVIGATION */

.navcontainer {
	margin: 0;
	z-index: 80;
}

.navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.navcontainer li {
	margin: 0;
}

.navcontainer a {
	color: #000000;
	width: 140px;
	padding: 4px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-bottom: 2px;
	margin-top: 0px;
}

.navcontainer a:hover {
    background: #9EC56F;
    color: #000000;
	font-weight: normal;
}
	
	

/* MAIN PAGE */

.headerwrap {
	width: 150px;
	text-align: center;
	padding: 0;
	margin: 0;
	}

.container { 
	width: 780px;
	border: none;
	height: 600px;
	background: url("images/main-background3m.jpg") no-repeat bottom right #92AD6A;
	text-align: left;
	z-index: 20;
}

.container2 { 
	width: 780px;
	border: none;
	height: 600px;
	background: url("images/main-background3g.jpg") no-repeat bottom right #92AD6A;
	text-align: left;
	z-index: 20;
}

.container3 { 
	width: 780px;
	border: none;
	height: 600px;
	background: url("images/main-background3i.jpg") no-repeat bottom right #92AD6A;
	text-align: left;
	z-index: 20;
}

/* GALLERY */

#gallery {
	width:550px;
}

#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:235px;
	position:relative;
	float:right;
}
#gallery ul li {display:inline; width:52px; height:37px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:35px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:50px; height:35px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; right:285px; top:25px; width:auto; height:auto; border:2px solid #000;}

/* BOTTOM */

#bottom {
	height: 18px;
	width: 780px;
	padding-top: 5px;
	background-color: #7e463b;
	text-align: right;
}

#bottom p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #ffffff;
	font-size: 9px;
	padding-right: 25px;
	}


#bottom p span {
	padding-right: 275px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #ffffff;
	font-size: 13px;
	}
	
#bottom a {
	text-decoration: none;
	font-weight: bold;
	color: #CCEFB4;
}


* html #bottom {
	position: absolute;
}

/* APPLY TO ALL PAGES */

.main #header {
	background: #7e463b;
	padding-left: 10px;
}

.main #header h1 {
	margin: 0;
}

.main #left {
	float: left;
	width: 160px;
	height: auto;
	background: none;
	padding: 10px 2px 2px 20px;
	background: url("images/backgroundmenu.jpg") repeat;
}

.main #mainContent {
	margin: 0 0 0 200px;
	padding: 18px 20px 10px 0px;
}
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
