@charset "UTF-8";
/* CSS Document */

body {
	font: 100% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 15px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border:0;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 500px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr {
	padding: 20px;
	background: #fff;
}
#mainContent {
	background:#fff;
	padding: 0px;
	margin: 0px;
}
#navigation {
	background:#fff;
	width: 165px;
	padding: 0px;
	margin: 0px;
	float:left;
}
#navigation ul {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	vertical-align:top;
}
#navigation li {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation .line {
	height:1px;
	margin:0;
	padding:0;
	background-image:url(../images/nav-line.jpg);
}
#page-info {
	background:#fff;
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	width: 600px;
	height:340px;
	padding: 0px;
	margin: 0px;
	float:left;
}
#content {
	width: 520px;
	height:300px;
	padding: 30px;
	margin: 0px;
}
#content.text {
	font-family:"Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	line-height: 18px;
}
#content h1 {
	color:#900d84;
	padding: 0px;
	margin: 0 0 15px 0;
	line-height: 25px;
}
#footer {
	background:#fff;
	width: 600px;
	height: 35px;
	padding: 0px;
	margin: 0 0 0 165px;
}
.pboard {
	padding: 0;
	margin: 0;
}
.board {
	padding: 0 0 2px 0;
	margin: 0;
	list-style:none;
}
.boardmember {
	list-style:none;
	text-decoration:underline;
	color:#900d84;
}
.boardmember:hover {
	list-style:none;
	text-decoration:none;
	color:#444;
}

