#boardList {
	width: 400px;
	float: left;
	margin: 0 0 20px 0;
	}
	
	.bListLf {
		margin: 0 15px 0 0;
		width: 185px;
		float: left;
		text-align: right;
		}
		
	.bListRt {
		margin: 0;
		width: 200px;
		float: right;
		text-align: left;
		}

#boardPic {
	margin: 10px 0 20px 50px;
	}
	
#boardDetails {
	width: 400px;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	float: left;
	}

	#boardCol1 {
		float: left;
		width: 150px;
		}
		
	#boardCol1 img {
	margin: 0 0 10px 0;
	border: 1px solid #36508B;
	}
		
	#boardCol2 {
		float: right;
		width: 250px;
		}
	
#Commit {
	width: 400px;
	float: left;
	border-top: 1px solid #36508B;
	border-bottom: 1px solid #36508B;
	margin: 0;
	}
	
#Commit .title {
	font-weight: bold;
	font-size: 11px;
	color: #36508B;
}