@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 766px;
}
#footer {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 766px;
}

#header {
	margin: auto;
	padding: 0px;
	width: 766px;
	float: none;
	height: auto;
	text-align: center;
}
#Nav Bar {
	width: 766px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
