@charset "UTF-8";
/* CSS Document */

#frame {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCC;
	background-color: #FFF;
}
h1 {
	text-shadow: 1px 1px 1px #666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #8EBF52;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	overflow: auto;
}
#nav {
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8BB94D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #1A2313;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
ßs
; 	padding-left: 50px;
}
body {
	background-image: url(/images/bg.jpg);
}
#header {
}
p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #4c4c4c;
	line-height: 180%;
	font-size: 12px;
}

.story {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	overflow: auto;
	padding-top: 5px;
	margin-bottom: 10px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #CCC;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
}
a:link {
	font-weight: bold;
	color: #87C148;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #8FBD50;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.image-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
.image {
	padding-top: 5px;
	padding-bottom: 5px;
}
#column-left {
	width: 240px;
	float: left;
	margin-right: 20px;
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 10px;
	background-color: #F4F4F4;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #606060;
}
#column-right {
	width: 240px;
	float: right;
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 10px;
	background-color: #F4F4F4;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #606060;
	margin-left: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}
.photos {
	margin: 5px;
	float: left;
}
.main-wrap {
}

