body {
	font-family:"Courier New",Courier, mono;
	background:white;
	min-width:600px;
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:0px auto;
}

td {
	font-family: Courier, mono;
}

th {
	font-family: Courier, mono;
}
ul, li {
	list-style:none;
	list-style-type:none;
}

h1 {
	color:grey;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	

}
h2 {
	color:grey;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	

}
#menu {
	float:left;
	background:white;
	width:230px;
	height:600px;
	padding:3px;
}
#content {
	text-align:center;
	background:black;
	width:650px;
	height:570px;
	padding:3px;
	overflow:auto;
	
	
	font-family:"Courier New", Courier, mono;
}
#contact {
	text-align:center;
	background:white;
	padding:3px;
	
}
#container{
}
