@charset "utf-8";
/* CSS Document */

#top {
	width: 700px;
	height: 40px;
	margin-right:auto;
	margin-left:150px;
}

#container {
	margin-top: 15px;
	width:700px;
	margin-left:150px;
	margin-right:auto;
}

#menu {
	width: 170px;
	float: left;
}


#box{
	width:500px;
	border-left: 1px solid #b0c4de;
	float: right;
	padding-left: 20px;
}