@charset "utf-8";
body {
	background-color: #67bc45;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#toprunner {
	position: absolute;
	left: 833px;
	top: 0px;
	height: 96px;
	width: 100%;
	background-image: url(top_run.jpg);
	background-repeat: repeat;
}
#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 852px;
	height: 234px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}
#main2 h1 {
	font-weight: 900;
	font-size: 2.1em;
}
#main2 h3 {
	margin-top: -22px;
	font-size: 1.3em;
}
#main2 p {
	font-weight: normal;
}

#top2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 852px;
	height: 234px;
	background-image: url(top_2.jpg);
	background-repeat: no-repeat;
	background-color: #cf167b;
}
#left {
	position: absolute;
	left: 0px;
	top: 234px;
	width: 173px;
	height: 100%;
	background-image: url(bg_left.jpg);
	background-repeat: repeat;
	padding-top: 25px;
	padding-left: 7px;
}
#arms {
	position: absolute;
	left: 217px;
	top: 234px;
	width: 635px;
	height:78px;
	background-image: url(arms.jpg);
	background-repeat: repeat;
}
#head {
	position: absolute;
	left: 217px;
	top: 236px;
	width: 635px;
	height:45px;
	text-align: right;
}
#main {
	position: absolute;
	left: 219px;
	top: 280px;
	width: 633px;
}
#main2 {
	position: absolute;
	left: 210px;
	top: 280px;
	width: 642px;
	padding-bottom: 50px;
}

/* Newsbox */
#newsbox {
	width: 588px;
	margin-bottom: 30px;
}
#nbtop {
	width: 588px;
	height: 74px;
	background-image: url(images/nb_top.jpg);
}
#nbmid {
	width: 548px;
	background-image: url(images/nb_mid.jpg);
	background-repeat: repeat;
	padding-right: 20px;
	padding-left: 20px;
}
#nbbot {
	width: 588px;
	height: 23px;
	background-image: url(images/nb_bot.jpg);
}
/* End Newsbox */

/* Regular Box */
#regbox {
	width: 588px;
}
#navbox {
	width: 588px;
	margin-left: 54px;
	margin-bottom: 25px;
	text-align: center;
}

#rbtop {
	width: 588px;
	height: 22px;
	background-image: url(images/rb_top.jpg);
}
#rbmid {
	width: 548px;
	background-image: url(images/rb_mid.jpg);
	background-repeat: repeat;
	padding-right: 20px;
	padding-left: 20px;
}
#rbbot {
	width: 588px;
	height: 23px;
	background-image: url(images/rb_bot.jpg);
}
/* End Regular Box */

/* Nav Box */
#nvbox {
	width: 588px;
}
#nvtop {
	width: 588px;
	height: 10px;
	background-image: url(images/nav_top.jpg);
}
#nvmid {
	width: 558px;
	height: 31px;
	background-image: url(images/nav_mid.jpg);
	background-repeat: repeat;
	padding-left: 15px;
	padding-right: 15px;
}
#nvbot {
	width: 588px;
	height: 11px;
	background-image: url(images/nav_bot.jpg);
}
/* End Nav Box */
.fltr {
	vertical-align: top;
	float: right;
	padding-left: 20px;
}
#footer {
	background-color: #99FF00;
}
