﻿body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	background-color: #B5AE92;
}
html {
	height: 100%;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}
#designedby {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 70%;
}
#designedby a {
	color: #FE4101;
	text-decoration: none;
	font-weight: bold;
}
#designedby a:hover {
	color: #0080FF;
	text-decoration: none;
	font-weight: bold;
}
#left {
	width: 300px;
	float: left;
	padding-top: 60px;
}
#right {
	width: 624px;
	float: right;
}
#footer {
	clear: both;
}
#rightTop {
	height: 40px;
	background-image: url('images/top.png');
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#rightContent {
}
#content {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#rightBottom {
	height: 40px;
	background-image: url('images/bottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
}
.centered {
	text-align: center;
}
#navigation {
	padding: 0px;
	margin: 0px 0px 0px 40px;
	list-style-type: none;
	width: 220px;
}
#navigation li {
}
#navigation li a {
	display: block;
	padding: 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-color: #479D00;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}
#navigation li a:hover {
	background-color: #1C3E68;
}
h1 {
	margin: 0px 0px 10px 0px;
	font-size: 120%;
	color: #224B7F;
	font-weight: normal;
	letter-spacing: 2px;
}
.noborder {
	border-width: 0px;
}
.gallery {
	text-align: center;
}
.gallery img {
	padding: 3px;
	margin: 5px;
	border: 1px solid #808080;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #808080;
	padding: 2px;
}
.noMargin {
	margin: 0px;
	height: 1px;
}
.unorderedlist {
}
.unorderedlist li {
	padding: 5px;
}
.cycwalk {
	text-align: center;
}
.cycwalk img {
	padding-right: 5px;
	padding-left: 5px;
}
strong {
	color: #224B7F;
}
