@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}
.wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-image: url(img/header.jpg);
	margin: 0px;
	height: 245px;
	width: 900px;
}
.menu {
	margin: 0px;
	height: 65px;
	width: 900px;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin: 10px;
}
.content p {
	margin: 0px;
}
.content a:link, a:visited, a:active, a:hover {
	color: #4295D7;
	text-decoration: underline;
	font-weight: bold;
}
.content h1 {
	font-size: 18px;
	font-style: italic;
	color: #539BD6;
	margin: 0px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #C3D0E0;
}
.footer {
	background-image: url(img/footer.jpg);
	width: 900px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	height: 40px;
}

