body {
	margin: 0;
	padding: 0;
	background: #FEEDB9 url(images/headerbg.jpg) repeat-x left top;
}

img.left {
	float: left;
	padding: 0 25px 10px 0;
	border: none;
}

img.right {
	float: right;
	padding: 0 0 10px 15px;
	border: none;
}

#header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
}

#logo {
	height: 45px;
	float: left;
	width: 480px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color:#FFCC00;
	margin-top: 95px;
}

#menu {
	height: 40px;
	float: right;
	width: 440px;
	margin-top: 100px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-size: 25px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FEEDB9;
}


#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#content-main {
	float: left;
	width: 580px;
	padding: 0px 10px 0px 20px;
}

#gallery-main {
	float: left;
	width: 100%;
/*	padding: 0px 10px 0px 20px; */
}

#sidebar {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
}

#contact {
	margin-top: 5px;
}

#news {
	margin-top: 30px;
}

#pre-footer {
	clear: both;
	width: 920px;
	background: #ECE29F;
}

#footer {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	padding-top: 15px;
	background: #F5E7AC;
}

.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #5C8400;
}

.title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5C8400;
}

.title3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2F4600;
}

.bodytext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2F4600;
	text-align:justify;
}

.bodytext a {
	text-decoration:none;
	font-style:italic;
	color: #5C8400;
	
}

.bodytext a:hover {
	text-decoration:underline;
	color: #5C8400;
}

.footertext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.footertext a {
	text-decoration:none;
	color:#666666;
}

.footertext a:hover {
	color:BLUE;
	text-decoration:underline;
}