﻿
#container {
	margin:0 auto;
	height:500px
}

#left-colum {
	float:left;
	width:140px; 
	height: 200px;
	margin-left:10px
} 

#content {
	float:left; 
	width: 640px;
	background-color:white 

}