@charset "UTF-8";
.navtable {
	background-image: url(Images/content_bg.png);
}
.title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #000;
}
.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/new_bg.jpg);
	background-repeat: repeat;
	background-attachment:fixed
}
.bodytext {
	font-family: 'Dancing Script', cursive;
	font-size: 13px;
	color: #000;
}
.header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
}
.subnav {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	color: #1794d7;
	background-image: url(Images/subnav_bg.jpg);
}
.subnavtext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	color: #1794d7;
}
