
#wrapper {
	width:980px;
	height:auto;
	margin:auto;
	background : #ffffff;
}

#content{
	width:100%;
	height:auto;
	background : #ffffff;
	float:left;
/*	border : 1px solid #f00;*/
}
#contentLeft {
	height:auto;
	position : relative; /* IE6 bug */
	background : #fff;
	/*border : 1px solid #0f0;*/
	width:690px;
	float:left;
	padding-left:9px;
	padding-right:9px;
}

#contentRight {
	height:auto;
	position : relative; /* IE6 bug */
	background : #ffffff;
/*	border : 1px solid #0f0;*/
	width:260px;
	float:left;
}

#webboard {
	width:650px;
	float:left;
	margin-left:10px;
}

#webboard .boardlogo {
	width:640px;
	margin-left:0px;
	float:left;
	text-align:left;
}

#webboard  .boardwrap {
	width:630px;
	margin-left:20px;
	float:left;
	text-align:left;
}

.boardwrap .boardlist{
	width:628px;
	margin:2px 0px 2px 0px;
	padding-bottom:2px;
	float:left;
	text-align:left;
	border-bottom:1px dotted #a7a7a7;
}

.graylink {
	font-size:12px;
	color:#333;
	text-decoration:none;
}
.graylink:hover {
	font-size:12px;
	color:#333;
	text-decoration:underline;
}

graylink:visited {
	color:#333;
	text-decoration : none;
}
.thin {color: #663399}
.currpage {
	color:#333;
	font-weight:bold;
	font-size:12px;

}


