.bg {
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.subleft {
	background-image: url(images/sub_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.subright {
	background-image: url(images/sub_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.subnav-top {
	background-image: url(images/subnav_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main_font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

