#layout{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #912228;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#header{
	float: center;
	width: 100%;
}
#top-navi{
	float: center;
	width: 100%;
}
#main{
	float: center;
	width: 100%;
}
#side-navi{
	float: center;
	width: 180px;
}
#footer {
	clear: both;
	float: left;
	width: 780px;
	margin-top: 20px;

}
#footer-text{
	text-align: center;
	clear: both;
	width: 740px;
	white-space: nowrap;
	float: left;
	background-color:#FFFF00;
}
#copyright {
	background-color: #6e6e6e;
	color: #FFFFFF;
	clear: both;
	width: 780px;
	line-height: 120%;
	white-space: nowrap;
	float: left;
	text-align: center;
}