body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
.container {
	width: 800px;
	text-align: center;
	margin: auto;
	background-color: #FFF;
}
.logo {
	width: 585px;
	height: 60px;
	padding-bottom: 15px;
	background-image: url(graphics/logoback.png);
	padding-left: 215px;
	padding-top: 40px;
}
.content {
	padding-left: 14px;
	float: right;
	padding-right: 15px;
	position: static;
	width: 569px;
	padding-top: 5px;
}
.sidebar {
	width: 201px;
	position: static;
	float: left;
	text-align: right;
}
.nav {
	position: static;
	width: 185px;
	padding-right: 16px;
	text-align: right;
	background-image: url(graphics/navback.png);
	background-repeat: repeat-y;
	background-position: right;
	font-weight: bold;
	color: #900;
	float: left;
}
.pic {
	position: static;
	width: 185px;
	padding-right: 16px;
	text-align: right;
	background-image: url(graphics/navback.png);
	background-repeat: repeat-y;
	background-position: right;
	font-weight: bold;
	color: #900;
	float: left;
}
h1 {
	font-size: 20pt;
	font-weight: bold;
	color: #900;
	text-align: left;
}
h2 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #900;
}
p {
	font-size: 12px;
	text-align: left;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 30px;
}
.footer {
	font-size: 10px;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
