@charset "utf-8";
#top_text {
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../images/top_bg.gif);
}
#header {
	margin: 0px auto;
	margin-bottom: 5px;
	width: 900px;
}
#global_navi {
	background-image: url(../images/nv_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 42px;
}
#main_container {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 50px;
}
#main_content {
	width: 900px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	width: 870px;
	background-color: #E7E7E7;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 10px 15px;
	padding-bottom: 0px;
}
#copy {
	background-color: #0099FF;
}
