#pagewrapper {
	position: relative;
	float: left;
	width: 90%;
	height: auto;
	
}
#content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	
}
#leftcol {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 0;
	color: #000;
	position: relative;
	float: left;
}

#rightcol {
	position: relative;
	padding-left: 10px;
	float: left;
	width: 80%;
	margin-bottom: 0;
	background-color: #FFFFFF;
	height: auto;
	
}

#footer{
	width:100%;
	height: auto;
	float: left;
	background-color : #FFF;
	border-top:1px solid #999;
	text-align:center;
}
