body {	background: #444444;	color: #eeeeee;	font-family: arial, sans-serif;}#main {	margin: auto;	border: solid black 2px;	width: 900px;	height: 680px;	background: rgb(41,41,41);}#header {	width: 100%;	height: 60px;	text-indent: 45px;	font-size: 160%;	line-height: 60px;}#sidebar {	width: 220px;	height: 520px;	float: left;}.stripe1 {	width: 100%;	height: 46px;	background: black;}.stripe2 {	width: 100%;	height: 16px;	background: rgb(15,15,15);}#content-div {	width: 680px;	height: 600px;	float: left;}#footer {	text-align: right;	width: 100%;	height: 20px;	clear: left;	font-size: 75%;	line-height: 20px;}#content {	width: 100%;	height: 100%;	border: none;}ul {	list-style: none;	text-indent: -20px;}ul li {	margin: 10px;}a, a:visited {	color: #eeeeee;	text-decoration: none;}a:hover, a:active {	color: #eeeeee;	text-decoration: underline;}.submenu {	display: none;}