.main {
	background-attachment: fixed;
	background-image: url(third/main_bg.jpg);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	background-position: center;
}
.header {
	background-image: url(third/header_bg.jpg);
	padding: 5;
}
.footer {
	background-color: #5F411F;
	padding: 5;
}
.bodytext {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 20px;
	color: #FFCC66;
}
.blend {
	filter: Alpha(Opacity=50, FinishOpacity=50);
}
.title {
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-weight: bold;
	color: #CBAD2E;
	background-color: #785D3F;
}
.highlight {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 18px;
	font-style: italic;
	color: #DEDAD6;
	font-weight: bold;
}
ul {
	font-size: 14px;
	color: #5E3F1E;
	padding-top: 5px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-weight: bold;
	font-style: italic;
}
