body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #FFE3C7;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
.button-links {
	text-decoration: none;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #660033;
	background-color: #FFE2C4;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border: 2px solid #660033;
}
#navigation {
	background-image: url(images/menu-bar.png);
	background-repeat: no-repeat;
	width: 779px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}
#navigation #menu {
	position: relative;
	margin-top: 5px;
}
.menu-buttons {
	position: relative;
	top: 2px;
}
#content {
	background-color: #FFE2C4;
	border: 2px solid #4D0202;
	width: 770px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -10px;
}
.padded-headings {
	padding-left: 15px;
}
.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 15px;
}

