﻿#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#header {
	border-style: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height: 75px;
	background-color: #E7E7E7;
	border-width: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url('Images/JFC_Banner.gif');
	padding-right: 5px;
}
#nav {
}
#footer {
	height: 75px;
	clear: both;
	background-color: #E7E7E7;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: medium;
	color: #333333;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
#copyright {
	height: 25px;
}
h4 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-large;
	color: #486289;
	text-align: center;
}
h5 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: x-large;
	color: #466087;
	text-align: center;
}
