body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.25em;
	background-color: #80A1BB;
	background-image: url(../images/230.gif);
}
#container {
	width: 50em;
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	padding: 1em;
	border: 2px solid #000000;
	background-color: #EFF2F5;
}
#container #header p {
	font-size: .9em;
	font-weight: bold;
	color: #A08A5E;
	letter-spacing: .3em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5em;
}
#container #nav {
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #606060;
	padding: 7px 0;
}
#container #nav a:hover {
	color: #FFCC66;
	background-color: #407299;
	background-image: url(../images/230.gif);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#container #content h1 {
	font-size: 1.65em;
	color: #407299;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: .15em;
}
#container #content p {
	text-indent: 1.2em;
	padding-left: .85em;
}
#container #footer {
	font-size: .8em;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #606060;
}

#container #nav a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em;
	padding: .2em;
	border: 2px dashed #FFCC66;
	color: #407299;
}
.imgRt {
	float: right;
	margin-left: 1.5em;
}
