#container {
	background-image: url(Images/container.jpg);
	background-repeat: repeat-y;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: medium ridge #006;
}
#header {
	background-image: url(Images/header_swatch.jpg);
	background-repeat: repeat-x;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #006;
}
#container #sidenav {
	float: left;
	width: 193px;
}
body {
	background-color: #042c81;
}
#container #content {
	background-color: #ffffff;
	margin-left: 193px;
	padding: 2px;
	width: auto;
}
h1 {
	font-family: "Copperplate Gothic Bold";
	font-size: 24px;
	color: #042c81;
	line-height: 130%;
	padding: 5px;
}
#container #footer {
	font-family: "Times New Roman";
	font-size: 14px;
	background-color: #ffc220;
	clear: both;
	color: #042c81;
	line-height: 130%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #042c81;
	margin: 1px;
}
