body {
	background: #96a4b3;
	font: 12px Arial, serif;
	color: #0d566c;
	margin: 5px;
}
a:link, a:visited {
	color: #0d566c;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}
h1 {
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #0d566c;
	color: #0d566c;
}
h2 {
	font-size: 13px;
	text-transform: uppercase;
	width: 110px;
	border-bottom: 1px solid #0d566c;
	color: #0d566c;
	text-align: left;
	padding: 30px 0 0 20px;
}
.main {
	width: 800px;
	background-color: #cbd1d8;
	border: 8px solid #ffffff;
}
.cat-menu {
	padding-left: 35px;
	text-align: left;
	font-size: 13px;
}
.main-content {
	width: 600px;
	text-align: left;
	padding: 50px 0 30px 0;
}
.menu {
	padding: 20px 0 30px 0;
}
.bottom {
	background-color: #ffffff;
	border: 8px solid #ffffff;
	padding-top: 10px;
	height: 50px;
	width: 800px;
	font-size: 11px;
}
.left {
	padding-left: 10px;
}
.right {
	padding-right: 10px;
}
.border {
	border: 8px solid #ffffff;
}
.postscript {
	font-size: 10px;
	font-style: italic;
}