@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DCB24E;
	text-align: center;
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.header {
	text-align: center;
	height: 240px;
	width: 925px;
}
.header img {
	margin-top: 35px;
}
.footer {
	color: #333333;
	background-color: #DCB24E;
	text-align: center;
	font-family: "Comic Sans MS";
}
.footer a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}
.footer a:hover {
	color: #0099CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099CC;
}


a:link {
	color: #0099FF;
}
a:hover {
	color: #666666;
}
.container {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.r_box {
	text-align: center;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.r_top {
	background-image: url(images/r_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 925px;
}
.r_mid {
	background-image: url(images/r_mid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	width: 925px;
}
.r_bot {
	background-image: url(images/r_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 25px;
	width: 925px;
}
.t_box {
	text-align: center;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.t_top {
	text-align: center;
	height: 80px;
	width: 925px;
}
.t_mid {
	background-image: url(images/r_mid.jpg);
	background-repeat: repeat-y;
	text-align: center;
	width: 925px;
}
.t_bot {
	background-image: url(images/r_bot.jpg);
	text-align: center;
	height: 25px;
	width: 925px;
}

