﻿@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9B8A8A;
}
body {
	background-color: #FFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #C4D839;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #779841;
}
a:hover {
	text-decoration: underline;
	color: #050608;
}
a:active {
	text-decoration: none;
	color: #779841;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
h1 {
	font-size: 18px;
	color: #799852;
}
h2 {
	font-size: 18px;
	color: #C4D839;
}
h3 {
	font-size: 18px;
	color: #050608;
}
h4 {
	font-size: 18px;
	color: #FFFFFF;
}
.wrapper {
	width: 852px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	height: 210px;
	background-image: url(graphics/logobig.jpg);
	background-position: 73% top;
	background-repeat: no-repeat;
}
.catline {
	height: 50px;
	width: 180px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	padding-left: 50px;
	background-image: url(graphics/catline.jpg);
	background-repeat: no-repeat;
}
li {
	list-style-image: url(graphics/flowers3bullet.jpg);
	margin-bottom: 10px;
}
.menu {
	width: 240px;
	border-top: 4px solid #799852;
	border-right: 2px solid #799852;
	border-bottom: 4px solid #C4D839;
}
.menu a:hover {
	text-decoration: none;
}
.menu li {
	height: 20px;
	padding: 5px;
	color: #050608;
	font-size: 16px;
	list-style: none;
	list-style-image: none;
	margin: 0px;
	list-style-position: outside;
}
	.menu a li {
		color: #799852;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px dotted #CCC;
		cursor: hand;
		cursor: pointer;
	}
	.menu a:hover li {
		color: #050608;
		font-weight: bold;
		text-decoration: none;
		background-image: url(graphics/bgpattern.jpg);
		border-top: 1px solid #799852;
		border-bottom: 1px solid #C4D839;
	}
.rightcol {
	width: 610px;
	float: right;
}
.maincontent {
	padding: 10px;
	background-image: url(graphics/flower.jpg);
	background-position: 490px 10px;
	background-repeat: no-repeat;
}
.maincontent .gallery img {
	border: 1px solid #CCC;
	padding: 3px;
	margin: 2px;
}
.bar5 {
	height: 5px;
	background-color: #C4D839;
}
.bar6 {
	height: 11px;
	background-color: #FFFFFF;
	background-image: url(graphics/bgpattern.jpg);
}
.bar11 {
	height: 11px;
	background-color: #C4D839;
}
.bar27 {
	height: 27px;
	background-color: #C4D839;
}
.bar27b {
	height: 27px;
	background-color: #799852;
}
.bar97 {
	height: 67px;
	padding: 15px;
	background-color: #799852;
	text-align: center;
}
.footertext {
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}
-->

