@charset "utf-8";
body {
	background: url(../images/framework/bg.jpg) no-repeat #26393d top center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Header {
	position: relative;
	height: 100px;
}
#Logo {
	display: block;
	width: 320px;
	height: 80px;
	position: absolute;
	top: 16px;
	left: 0px;
}
#Logo a {
	display: block;
	width: 320px;
	height: 80px;
}
#Search {
	width: 74px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#Menu {
	position: absolute;
	right: 0px;
	top: 59px;
}