@charset "utf-8";
#header {
	height: 111px;
	width: 800px;
}
#botan {
	height: 40px;
	width: 800px;
}
#middle {
	width: 800px;
}
#left {
	float: left;
	width: 250px;
}
#right {
	float: right;
	width: 510px;
	padding: 20px;
}
#footer {
	clear: both;
	height: 53px;
	width: 800px;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1{
	font-size:10px;
	padding: 0px;
	text-align: right;
	font-family: "Arial";
	font-weight: bold;
	background: #ffffff;
	width: 800px;
    }
