@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#wrapper {
	width: 871px;
	margin:auto;
}

#logo {
	float: right;
	width: 510px;
}

#navi{
	float:left;
	width:358px;
	margin-top:58px;
}

#content {
	clear:both;
}

#footer {
}
			

