#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	border-top-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#wrapper #banner {
	width: 800px;
}
#wrapper #border {
	height: 10px;
	width: 800px;
	background-color: #606;
}

#wrapper #leftSidebar {
	width: 10.5em;
	float: left;
	text-align: center;
}
#wrapper #footer {
	clear: both;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFF;
}
#wrapper #leftSidebar #MenuBar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ui, li, ol, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	background-color: #333;
}
