@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(images/background1.jpg);
	background-color: #8E8E8E;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#container {
	width: 780px;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	margin-right: auto;
	margin-left: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}
#footer {
	clear: both;
	height: 150px;
}

#navigation {
	float: right;
	width: 300px;
}
#content {
	margin-right: 310px;
	margin-left: 5px;
}
