@charset "utf-8";

a:link {
	color: #c30;
	text-decoration: none;
}
a:visited {
	color: #c30;
	text-decoration: none;
}
a:hover {
	color: #690;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #c30;
	width: 800px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333;
	float: left;
	width: 100px;
	margin-right: 10px;
	padding-left: 10px;
	background-image: url(../images/navigation_background.jpg);
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #630;
	border-bottom-color: #630;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 5px;
	float: left;
	height: 400px;
	width: 650px;
	margin-left: 10px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	float: left;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
}
