@charset "utf-8";
/* CSS Document */

#container {width: 988px;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow:hidden;
background-color:#FFF;
}

#left_column_top {
	width: 958px;
	height: 100px;
	float:left bottom;
	text-align: center;
	line-height:22px;
	font-size:20px;
}

#left_column {
	width: 236px;
	height: 2400px;
	float:left;
	margin-right: 20px;
	text-align: left;
	font-size:14px;
}

#right_column {
	width: 642px;
	height: 2400px;
	float:left;
	text-align: center;
	line-height:24px;
	font-size:18px;
}

#footer {
	width: 500px;
	height: 120px;
	float:left;
}