
* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	margin: 20px;
	line-height: 1.7;
}

.top{
	width: 855px;
	height: 432px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: solid 1px #808080;
	text-align: left;
}
.menu {
	width: 145px;
	height: 432px;
	float: left;
	border-right: 1px dotted black;
	margin-right: 5px;
}

#main {
	width: 700px;
	height: 432px;
	overflow: auto;
	overflow-y: scroll;
	float: left;
}

.clear{
	clear: both;
}

.notfound{
	color:red;
	font-size:large;
}

.jsenabled{
	display: none;
}

