html, body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px/14px;
	margin: 0px auto;
	padding: 0px auto;
	height: 100%;
	background-color: #979D8F;
}
#main {
	position:relative;
	width: 800px;
	margin: 0px auto;
	padding-top: 0px;
	background: transparent;
}
#l-sidebar {
	float: left;
	height: 500px;
	width: 150px;
	background: transparent;
}
#m-content {
	float: left;
	margin-left: 0px auto;
	margin-top: 0px auto;
	height: 100%;
	width: 800px;
	overflow: hidden;
	background: lightyellow;
}
img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px auto;
}
a,a:link,a:hover,a:visited {
	border: none;
	color: black;
	text-decoration: none;
}