@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	margin: 0px;
	padding: 0px;
	position: relative;
}

a {
	margin: 0px;
	padding: 0px;
	color: #000;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0 none;
}

h2 {
	color: #000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	font-weight: normal;
	text-shadow: 0 0 4px #FFF;
}

.baseup {
	vertical-align: 22%;
}

#wrap {
	padding: 0px;
	margin: 0px auto 0px;
	/*width: 800px;*/
	text-align: center;
}

/* Header */

#head {
	padding: 0px;
	margin: 0px auto;
/*	background: url(../images/head_y.jpg); /* or head_g,b,p,o */
	/*width: 800px;*/
	height: 158px;
	text-align: left;
}

#head img{
	left: 0px;
}

#search {
	position: relative;
	float: right;
	top: 121px;
}

/* Links */

#links {
	padding: 0px;
	margin: 10px auto 0px;
	background: url(../images/hr.jpg) bottom no-repeat;
	width: 800px;
	text-align: center;
	display: none;
}

#links a {
	text-decoration: none;
}

a#home_btn img {
	background: url(../images/home_btn.jpg) no-repeat left 50%;
	height: 33px;
	width: 130px;
	overflow: visible;
}

a#home_btn:hover img {
	background-position: -134px 50%;
}

a#who_btn img {
	background: url(../images/who_btn.jpg) no-repeat left 50%;
	height: 33px;
	width: 130px;
	overflow: visible;
}

a#who_btn:hover img {
	background-position: -134px 50%;
}

a#what_btn img {
	background: url(../images/what_btn.jpg) no-repeat left 50%;
	height: 33px;
	width: 130px;
	overflow: visible;
}

a#what_btn:hover img {
	background-position: -134px 50%;
}

a#member_btn img {
	background: url(../images/member_btn.jpg) no-repeat left 50%;
	height: 33px;
	width: 130px;
	overflow: visible;
}

a#member_btn:hover img {
	background-position: -134px 50%;
}

a#contact_btn img {
	background: url(../images/contact_btn.jpg) no-repeat left 50%;
	height: 33px;
	width: 130px;
	overflow: visible;
}

a#contact_btn:hover img {
	background-position: -134px 50%;
}

/* sub-links */

#sub {
	padding: 0px;
	margin: 0px auto 10px;
	width: 500px;
	color: #FAE442;
	font-weight: bold;
	text-align: left;
	display: none;
}

#sub a {
	color: #FAE442;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}

#sub a:hover {
	text-decoration: underline;
}

/* body */

#body {
	margin: 0px auto;
	position: relative;
	padding: 0px;
	/*width: 800px;*/
	min-height: 200px;
	height: auto;
	height: 100%;
	text-align: left;
	/*background-image: url(body_bg.jpg);*/
}

#body img {
	position: relative;
	top: 0px;
	left: 0px;
}

#body_head {
	padding: 0px;
	margin: 0px auto;
	width: 800px;
	min-height: 90px;
	background: url(../images/body_head.jpg);
}

#body_foot {
	position: absolute;
	bottom: 0px;
	width: 800px;
	min-height: 74px;
	background: url(../images/body_foot.jpg) bottom;
	display: none;
}

#body .left {
	margin: 0px auto 50px;
	padding-left: 45px;
	padding-right: 248px;
	position: relative;
	/*float: left;*/
	top: -35px;
	/*width: 507px;*/
	display: block;
}

#body .right {
	margin: 0px auto 50px;
	/*padding-left: 595px;
	padding-right: 40px;*/
	/*position: absolute;*/
	top: 55px;
	float: right;
	/*width: 165px;*/
	display: block;
}

/* footer */

#foot {
	background-image: url(../images/foot_bg.jpg);
	height: 150px;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
}

#foot p {
	position: relative;
	top: 90px;
}

#foot a {
	color: #000;
}

#foot a:hover {
	text-decoration: none;
}

/* Newsboard ?? */

#newsboard {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	border: 1px solid #fff000;
	padding: 5px;
}

#newsboard .title {
	background-color: #CCCCCC;
	color: #000000;
	font-size: large;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	text-indent: 0px;
}

#newsboard .heading {
	background-color: #999999;
	color: #000000;
	font-size: small;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	text-indent: 0px;
}

#newsboard .sub-head {
	background-color: #666666;
	color: #fff;
	font-size: small;
	padding: 2px;
	margin: 0px;
	font-style: italic;
	text-indent: 0px;
}

#newsboard p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 2px;
	text-indent: 8px;
	font-size: small;
}