* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #ADD8E6;
}
#wrapper {
	height: 100%;
	width: 1000px;
	background-color: #fff;
	padding:0px;
	margin:0px auto;
	position: relative;
	display: block;
	padding: 0px;
}
#header {
	height: 55px;
	width: 1000px;
	background-color: #66FF99;
	padding:0px;
}
#body{
	float:left;
	clear:both;
	height: 100%;
	width: 1000px;
	background-color: #fff;
}
#sidebar{
	float:left;
	height:100%;
	width: 160px;
	background-color: #fff;
}
#content{
	float:left;
	height:100%;
	background-color: #fff;
	width: 828px;
	font-size: 12px; 
	border: 0px;
	margin: 5px;
}
#footer{
	float:left;
	clear:both;
	height: 67px;
	width: 1000px;
	background-image: url(../Images/footer_bg.gif);
}
#footerleft{
	float:left;
	padding:16px;
	width: 40%;
}
#footerright{
	float:right;
	padding:12px;
	width: 40%;
}