@charset "UTF-8";
#header {
	height: 100px;
	width: 770px;
	padding-top: 20px;
}
#boarder {
	height: 10px;
	width: 770px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
#middle {
	height: 480px;
	width: 770px;
}
#footer {
	height: 100px;
	width: 770px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#header_inside_right {
	height: 100px;
	width: 400px;
	float: right;
}
#header_inside_left {
	float: left;
	height: 100px;
	width: 200px;
}
#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

