body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("/layout/wood.jpg");
	background-color: #FFFFFF
}

a:link {text-decoration: none; color: #330000;}
a:visited {text-decoration: none; color: #330000;}
a:hover {text-decoration: underline; color: #0000FF;}
a:active {text-decoration: none; color: #FFFF00;}

.page_title {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #330000;
}
.title {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #330000;
}
.justified {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: justify;
}
.centered {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
.text_left {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
}
.text_right {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
}
.navlinks {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.list {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}
#frame-left {
	background-image: url("/layout/left.jpg");
	background-repeat: repeat-y;
	width: 84px;
}
#frame-right {
	background-image: url("/layout/right.jpg");
	background-repeat: repeat-y;
	width: 84px;
}
#body {
	background-image: url("/layout/body.jpg");
	background-repeat: repeat;
	width: 782px;
}
#copyright {
	background-image: url("/layout/copyright.jpg");
	height: 134px;
	width: 950px;
}
.banner_code {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}