* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/site/stripe.jpg);
	background-repeat: repeat-y;
	background-position: left;
	color: #000000;
	background-color: #F7FAF9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	color: #333333;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}


#top {
	display: block;
	height: 167px;
	background-color: #5C9586;
	margin-left: 20px;
	min-width: 820px;
}
#top #menu {
	display: block;
	height: 137px;
	width: 181px;
	float: left;
	list-style-type: none;
	text-align: right;
	padding-right: 20px;
	padding-top: 30px;
	font-size: 20px;
	line-height: 1.4;
}
#top #menu a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#top #menu a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}
#top #menu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
#top #menu a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

#top img {
	display: block;
	float: left;
}

#image_col {
	display: block;
	width: 221px;
	text-align: right;
	list-style-type: none;
	float: left;
	clear: both;
}
#image_col li {
	display: inline;
}

#image_col img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0 0 0 auto;
}

#content {
	display: block;
	margin-left: 240px;
	padding-right: 20px;
	padding-top: 10px;
	max-width: 770px;
}
#content img.floated_image {
	float: right;
	border: 1px solid #C6BE8F;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: right;
}

.styled_image {
	border: 1px solid #C6BE8F;
	margin-bottom: 5px;
	margin-left: 15px;
}


#content h1 {
	font-size: 18px;
}

#content p {
	margin-bottom: 15px;
}
#content ul {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}
#content .copyright {
	display: block;
	text-align: center;
	font-size: 11px;
	margin-top: 15px;
}
#content #map {
	display: block;
	height: 350px;
	border: 1px solid #C8BE8D;
	width: 400px;
}
img {
	margin: 0px;
	padding: 0px;
}
