#blog {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #828282;
}

#banner {
	background-color: #FDB404;
	color: #fff;
}

#contents {
	padding-left: 30px;
	padding-right: 20px;
	float: left;
	width: 350px;
	border-right: thin solid #828282;
	color: black;
	font-family: georgia;
	font-size: 12px;
	line-height: 18px;
	min-height: 1200px;
}

#contents h1 {
	font-family: georgia;
	font-size: 18px;
	line-height: 33px;
	font-weight: normal;
	color: black;
}

#contents .date {
	font-size: 14px;
	font-weight: bolder;
	line-height: 18px;
}

a {
	color: #828282;
}

#sidebar {
	float: right;
	width: 170px;
	color: #828282;
	font-size: 15px;
	line-height: 20px;
	margin-top: 10pt;
}

#sidebar a {
	color: #828282;
	text-decoration: none;
}
