#header {
	height: 44px;
	width: 880px;
	position: relative;
	padding-left: 40px;
	font-size: xx-large;
	padding-top: 6px;
	font-weight: bolder;
	font-style: normal;
	color: #666;
	background-color: #FFF;
}
#footer {
	height: 25px;
	width: 880px;
	text-align: left;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	float: left;
	font-size: 10px;
	color: #999;
	padding-left: 40px;
	background-color: #FFF;
}
#wrapper #sidebar {
	background-color: #EBEBEB;
	width: 140px;
	height: 528px;
	float: left;
	color: #999;
	font-weight: bolder;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content {
	height: 550px;
	width: 770px;
	float: right;
	font-size: 10px;
	color: #999;
	background-color: #FFF;
}

#wrapper {
	height: 650px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBEBEB;
	padding: 10px;
	margin-top: 40px;
}

