html {
	font : 75%/1.7em Georgia, "Bitstream Vera Serif", "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #555;
	background-color: #F5FAC0;
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
}
.clear {
	clear: both;
}
.one{
	display:none;
}
/* MENU */
#menu {
	width : 940px;
	margin: 5px auto 0;	
}
#menu ul {
	margin : 0 auto; 
	padding : 0;
	list-style-type : none;
	float: right;
	margin-right: 10px;
}
#menu li {
	float : left;
	margin-top: 3px;
}
#menu li a {
	display : block;
	color : #fff;
	text-decoration : none;
	font-size : 1.6em;
	height: 24px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#menu li a:hover {
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;	
}
/* MENU */

#content {
	width : 940px;
	margin : 0 auto 0 auto;
	padding : 0;
	clear : both;
}
.slider {
	background: #1a1a1a;
	margin: 5px 15px 0 0;
	width: 550px;
	height: 160px;
	float: right;	
}
.strapline {
	background: #5a5a5a;
	color: #1a1a1a;
	text-align: center;
}
.presentation {
	background: #138739;
	height: 40px;
	background-image: url(images/pretop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 4px;
}
.presentationbottom {
	background-image: url(images/prebottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
}
.page {
	width : 910px;
	margin : 0 auto;
	padding: 20px 0 30px;
	border-left: 1px solid #cfcfc8;
	border-right: 1px solid #cfcfc8;
	background: #fff;
}
.pageRight {
	color: #1a1a1a;
	width: 300px;
	float: right;
	margin: 6px;
	margin-top: 0px;
	background: #cfcfc8;
}
.pageRight p {
	margin: 8px;
}
.pageRight strong {
	margin-bottom: 4px;
	color: #67BD46;
}
.footer {
	width :940px;
	height: 140px;
	margin : 0 auto;
	font-size : 0.85em;
	background : #1a1a1a;
	color : #FFF;
	padding : 0;
	background-image: url(images/foottop.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.footerbottom {
	background-image: url(images/footbottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 10px;
}
.footer .news {
	margin: 5px;
	/*border: solid 1px #fff;*/
	float: left;
	width: 300px;
}
.footer .address {
	margin: 5px;
	/*border: solid 1px #fff;*/
	float: left;
	width: 300px;
}
.footer .contact {
	margin: 5px;
	/*border: solid 1px #fff;*/
	float: left;
	width: 300px;
}

.pageend {
	width : 910px;
	margin : 0 auto;
	padding-top: 10px;
	border-left: 1px solid #cfcfc8;
	border-right: 1px solid #cfcfc8;	
	border-bottom: 1px solid #cfcfc8;
	background: #fff;
	height: 30px;
	text-align: center;
}
p {
	margin: 16px;
	margin-top: 0px;
}
h1 {
	color: #67BD46;
	margin: 16px;
	margin-bottom: 8px;
}
h2 {
	color: #67BD46;
	margin: 16px;
	margin-bottom: 4px;
}
h3 {
	color: #67BD46;
	margin: 16px;
	margin-bottom: 2px;
}
hr {
	margin: 16px;
}

a {
	color: #138739;
	text-decoration: none;
}
a:hover {
	color: #67BD46;
	text-decoration: underline;
}

