@charset "utf-8";
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}#banner {
	background-color: #000;
	background-image: url(../images/Logo_Headline_black4.jpg);
	height: 141px;
	width: 968px;
	background-repeat: no-repeat;
}
#left_column {
	width: 130px;
	float: left;
	height: 1300px;
}
#main_column {
	float: left;
	height: 1300px;
	width: 700px;
}
#right_column {
	float: right;
	height: 1300px;
	width: 130px;
}
