.container {
	width: 900px;
	background-color: #CC3300;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.navigation {
	float: left;
	width: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #CC3300;
	padding: 5px;
	vertical-align: 10%;
	line-height: 2em;
	font-weight: bold;
	color: #FFFFFF;
	filter: Glow(Color=black, Strength=2);
}
.container .navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

.container .navigation a:hover {
	color: #000099;
	text-decoration: none;
	background-color: #FFFFFF;
}

.maincontent {
	background-color: #000099;
	float: right;
	width: 685px;
	padding: 5px;
	color: #FFFFFF;
	font-size: medium;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #FFFFFF;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #FFFFFF;
}
.contact {
	width: 325px;
	float: left;
}

.header {
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #FFFFFF;
	padding: 5px;
}

.footer {
	clear: both;
	background-color: #000099;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #FFFFFF;
}
.footer a {
	color: #CC3300;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.container .maincontent .category {
	color: #CC3300;
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000099;
	margin: 0px;
}
.maincontent a {
	color: #CC3300;
	text-decoration: underline;
}
.maincontent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

