﻿/* CSS layout */
#masthead {
	text-align: center;
}
#top_nav {
	text-align: left;
	width: 100%;
}
#page_content {
}
#footer {
}
#copyright {
	border-style: double none none none;
	border-width: thin;
	border-color: #BFBFBF;
	width: 375px;
	text-align: center;
	text-indent: inherit;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 700;
}
#contactinfo {
	border-style: double none none none;
	border-width: thin;
	border-color: #BFBFBF;
	width: 375px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 700;
	text-decoration: none;
}
#container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	right: 5%;
	left: 5%;
	background-image: url('images/Background-Blue.jpg');
}
