@import url("../css/screen_globals.css");
@import url("../css/screen_navigation.css");
@import url("../css/screen_interior.css");

#board_header {
	background: transparent url("../images/bg_board_title.jpg") no-repeat top;
	width: 640px;
	height: 76px;
	border-bottom: 8px solid #FFF;
}

#board_content {
	position: relative;
	width: 478px;
	float: left;
	margin: 8px 0 0 0;
}

#board_content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #006685;
	margin-bottom: 8px;
	padding: 0 0 0 8px;
}

#board_content p {
	padding: 0 0 0 8px;
	line-height: 16px;
	margin: 0 8px 16px 0;
}

img {
	position: relative;
	float: left;
	border: 2px solid #E6E6E6;
}

.board_list {
	width: 470px;
}

.board_list_img {
	position: relative;
	width: 104px;
	padding-bottom: 16px;
	float: left;
}
				
.board_list_desc {
	position: relative;
	width: 366px;
	padding: 0;
	float: right;
}

.border_clear {
	clear: both;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 8px;
	width: 470px;
}

#board_content strong {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006685;
	margin: 0;
	padding: 0;
}

#board_content a {
	text-decoration: underline;
	color: #E27C00;
}

#board_content a:hover {
	text-decoration: none;
}