@charset "utf-8";
#container {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;;
}
#leftColumn {
	width:325px;
	height:1130px;
/*	text-align:center;*/
/*	background: #0F0;*/
	float:left;
}

#rightColumn {
	width:875px;
/*	background:#9C0;*/
	/*height:900px;*/
/*	margin-left:325px;*/
	float:right;
	height:auto;
	margin-bottom:40px;
}



