.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.top {
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bot {

	background-image: url(images/bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #89494D;
}
.subheader2 {
	color: #89494D;
	font: italic bold 18px Arial, Helvetica, sans-serif;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.navlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
.buttons {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	color: #FF3333;
	text-decoration:none;
}
a:active {
	color: #FF3333;
	text-decoration:none;
}
.rightbar_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330000;
}

