@charset "UTF-8";
.body {
	background-attachment: scroll;
	background-color: #5f3b01;
	background-image: url(images/background_long.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu div {
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
.header {
	font-size: 18px;
	font-weight: bold;
}
.header2 {
	font-weight: bold;
	color: #660033;
}
.link {
	color: #64003C;
	text-decoration: underline;
}
.link:hover {
	color: #336699;
}
.paragraph {
	padding-left: 10px;
	font-size: 14px;
	padding-right: 10px;
}
