@charset "utf-8";
#container {
	background-color: #000000;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#container #top {
	text-align: right;
	height: 116px;
	width: auto;
	line-height: normal;
	vertical-align: text-top;
	display: compact;
	font-size: x-small;
	background-image: url(Images/header-final.jpg);
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#container #navbar {
	height: 50px;
	width: 780px;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FF0A0F;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
}
ul {
	margin: 0px;
	padding: 0px;
}

#container #main {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 10px;
	font-size: large;
	font-weight: normal;
	background-color: #000000;
	color: #FFFFFF;
}
#container #footer {
	color: #FFFFFF;
	width: auto;
	clear: both;
	margin-top: 10px;
	height: 36px;
	background-image: url(Images/copyrightfooter.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: no-repeat;
	padding: 0px;
}
