﻿.navigation {
	float: left;
	margin-left: 8px;
	margin-top: 15px;
}
/* a:link {
	color: #000000;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #000000;
}
*/
a:hover {
	color: #003300;
}
.main_container {
	margin: 0px auto 0px auto;
	border-style: none;
	border-width: thin;
	padding: 0px;
	width: 790px;
}
.navigation a {
	padding: 3px;
	display: block;
	text-decoration: none;
	border-style: solid;
	border-width: thin;
	width: 11em;
	background-color: #B7B8B4;
	font-size: small;
	font-weight: bold;
}
.image {
	border-style: solid;
	border-width: thin;
	float: right;
	margin-right: 12px;
	margin-top: 40px;
}
.content {
	padding: 10px;
	background-color: #F4F4F4;
}
.footer {
	font-size: medium;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	margin-top: 20px;
}
.footer ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
/* .footer li {
	display: inline-block;
} */
.footer a {
	width: 280px;
	height: 40px;
	line-height: 40px;
	display: block;
}
.footer li {
	float: left;	
}
.content {
	margin-right: auto;
	margin-left: auto;
}
.imagenumber p {
	margin: 2px;
	text-align: center;
 font-size: large;
 font-weight: bold;
}
.header {
	border-style: double;
	border-color: #000000;
	padding: 15px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: xx-large;
	color: #000000;
	background-color: #FFFFFF;
	width: 790px;
	margin: 0px auto 0px auto;
}
.style1 {
	border-width: 2px;
}
.style2 {
	border: 3px solid;
}
