body {
	background-image: url(images/bg.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #808080;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	background-color:#FFFFFF;
	width: 755px;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003300;
	font-weight: bold;
	padding-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	padding-top: 10px;
}
li {
	list-style-image: url(images/list.gif);
}
hr {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #003300;
}
.content a:link {
	color: #00CC00;
	text-decoration: underline;
}
.content a:visited {
	color: #00CC00;
	text-decoration: underline;
}
.content a:hover {
	color: #00CC00;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #CC0000;
}
.gbox {
	border: 5px double #003300;
	width: 720px;
	text-decoration: none;
}
.walks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
.walksdark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00CC00;
	text-align: center;
	background-color: #003300;
}
.walkslight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002200;
	background-color: #97FF97;
	text-align: left;
}
.gallery img{
	border: 1px solid #006600;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75); 
	filter: alpha(opacity=75);	
}
.gallery:hover img {
	border: 1px solid #006600;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
	filter: alpha(opacity=100);	
}
.walkstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00CC00;
	text-align: center;
	background-color: #003300;
	font-weight: bold;
}

