html, body, div, table {
	padding: 0px;
	margin: 0px;
}

div#container {
	width: 1210px;
}

#Display {
	float: left;
	border: none;
	display:block;
	width: 1000px!important;
	height: 6000px;
}
div#menu {
	float: left;
	width: 200px;
	border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: 1px black solid;
}
#header {
	border-bottom: 1px black solid;
	min-height: 55px;
}
#header h1 {
	padding: 0;
	margin: 20px;
}

