@charset "utf-8";
#top-text {
	width: 900px;
	font-size: 0.875em;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0px auto;
	color: #333333;
}
#header {
	width: 860px;
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 15px;
	margin: 0px auto;
}
#sub-header {
	background-image: url(../images/sub-bg.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin: 0px auto;
}

#global-navi {
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}
#main-container {
	width: 900px;
	margin: 0px auto;
	margin-bottom: 60px;
	color: #333333;
}
#left-container {
	float: left;
	width: 510px;
	padding-left: 30px;
	line-height: 170%;
	padding-top: 50px;
}
#right-container {
	float: right;
	width: 300px;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 150%;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	line-height: 150%;
}
#footer div {
	width: 840px;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 15px 0px;
	padding-top: 10px;
}
