@charset "utf-8";
#hp_banner {
	width: 820px;
	height: 238px;
	background-image: url(../images/hp_banner.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	width: 48px;
	float: left;
}
#content {
	width: 720px;
	float: left;
}
#content h1 {
	font-size: 120%;
	color: #FFFFFF;
	line-height: 120%;
	margin-bottom: 16px;
	margin-right: 30px;
	margin-left: 20px;
}
#content h2 {
	font-size: 110%;
	color: #FFFFFF;
	line-height: 120%;
	margin-bottom: 12px;
	margin-right: 30px;
	margin-left: 20px;
}
#content p {
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 120%;
	margin-right: 30px;
	margin-left: 20px;
}

