body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #ECFFF9;
}
html>body {
	margin: 0;
}
#whole {
	position:relative;
	width:745px;
	text-align: left;
	margin: 0 auto;
	padding-right: 111px;
	padding-bottom: 25px;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(images/strip.jpg);
	background-color: #DEFFF4;
}
html>body #whole {
	width:800px;
}
.top {
	background: url(images/header.jpg) no-repeat;
	width:800px;
	height:104px;
	border-bottom: 1px solid #AF9FA2;
}
#navigation {
	font-weight: bold;
	width: 789px;
	height: 33px;
	background-color: #DEFFF4;
	border-bottom: solid #AF9FA2 1px;
	padding-top: 8px;
}
#navigation a {
	text-decoration: underline;
}
#navigation a:active {
	text-decoration: none;
}
#navigation span#active a {
	text-decoration: none;
	color: #008080;
}
.layer1 {
	padding: 0;
	margin: 5px;
}
html>body .layer1 {
	padding: 5px;
	margin: 0;
}
.layer1 li {
	list-style: none;
	display: inline;
}
.youthline {
	color: #473D38;
	font-size: 80%;
	width: 766px;
	padding-left: 10px;
}
a:link {
	color: #604C4B;
	}
a:visited {
	color: #604C4B;
}
a:hover {
	color: #008080;
	text-decoration: underline;
}
a {
}
h1, h2 {
	font-size: 100%
}
.links {
	font-weight: bold;
	color: #008080;
	margin-left: 10px;
}
.linklist {
	font-weight: normal;
}
#footer {
	font-size: 70%;
	font-weight: bold;
	color: #473D38;
	background-color: #DEFFF4;
	border-top: 1px solid #AD9DA0;
	border-bottom: 1px solid #AD9DA0;
	width: 789px;
	padding: 5px;
	position: absolute;
	bottom: 0;
}

#secure {
	float: right;
}

blockquote {
	font-weight: bold;
	font-style: italic;
	margin: 1em 3em; }
blockquote p:before {
	content: '“'; }
blockquote p:after {
	content: '”'; }
