body {
	margin-top: 0px;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.container {
	float: none;
	height: 405px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 4px;
	border-bottom-style: solid;
	border-top-color: #006ab2;
	border-right-color: #006ab2;
	border-bottom-color: #006ab2;
	border-left-color: #006ab2;
}
.header {
	background-image: url(../images/header.jpg);
	float: none;
	height: 244px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	float: none;
	height: 41px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.text {
	font-family: Georgia, "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
}
.footer {
	float: none;
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-family: Georgia, "Trebuchet MS";
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}

