body {
	background: #b09e76;
}

.navigation {
	height: 275px;
	width: 149px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.body1 {
	background-image: url(../../res/layout/bodybackground.gif);
	background-repeat: no-repeat;
	width: 631px;
	height: 275px;
	margin: 0px;
	padding: 0px;
}
.body1 .content {
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 6px;
	width: 605px;
	height: 254px;
	font: 14px/18px Georgia, serif;
	overflow: auto;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}

.body1 .content a:link, a:visited {
	font-weight: bold;
	color: #6699FF;
	text-decoration: underline;
}
.body1 .content a:hover, a:active {
	color: #6666CC;
	text-decoration: none;
}

.body1 .content h1 {
	font: bold 20px Georgia, serif;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	letter-spacing: 3px;
}
.body1 .content h2 {
	font: bold 15px Georgia, serif;
	font-variant: small-caps;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	letter-spacing: 3px;
}
.body1 .content p {
	margin: 0px;
	padding: 0px;
}
.body1 .content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

.body1 .content .block {
	background: #dbcc00;
	padding: 5px;
	border: 1px solid Black;
	font: 13px Georgia, serif;
	font-variant: small-caps;
	letter-spacing: 2px;
}
.body1 .content .block a:link, .body1 .content .block a:visited {
	color: White;
	text-decoration: none;
}
.body1 .content .block a:hover, .body1 .content .block a:active {
	color: Black;
	text-decoration: none;
}

.footer {
	font: normal 10px Verdana;
	color: black;
}
.footer a:link, .footer a:visited {
	font: bold 10px Verdana;
	color: White;
	text-decoration: none;
}
.footer a:visited, .footer a:active {
	font: bold 10px Verdana;
	color: White;
	text-decoration: none;
}