@charset "utf-8";

#wrapper{
	width:940px;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
	padding: 0px;
}
/*container is around content only*/
#container{
	float:left;
	width:auto;
	position: relative;
}
#colleft{
	height: 1%;
	position: relative;
}
#colright{
	position: relative;
	height: 1%;
}
#content {
	height: 1%;
	position: relative;
}
