@charset "utf-8";
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	text-align: center;
	float: left;
	height: 70px;
	width: 200px;
	border: thin solid #960;
	box-shadow: 6px 6px 10px #036;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #030;
	text-align: center;
	word-spacing: 15pt;
	float: left;
	height: 50px;
	width: 590px;
	padding-top: 25px;
	font-weight: bold;
}
.sidebar {
	background-color: #ffc;
	height: 233px;
}
.content {
	background-color: #ffc;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #360;
	border-radius: 15px;
}
.sidebar {
	background-color: #fff;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16pt;
	font-style: italic;
	color: #000;
	float: right;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFF;
	background-color: #060;
	float: left;
	width: 795px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000;
	border-radius: 20px;
}

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