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

#Container {
	width: 968px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-color: #999;
	background-repeat: no-repeat;
}


	#main_image {
		background-repeat: no-repeat;
		margin: 0 auto;
		position: static;
		width: 968px;
}

		#left_column {
			width: 200px;
			float:left;
			margin-left: 0px;
			padding-left: 0px;
			padding-right: 10px;
}
		#center_column {
			width: 720px;
			margin-left: 0px;
			float: left;
			position: relative;
			padding-right: 10px;
			padding-left: 10px;
			padding-top: 5px;
			color: #000;
			background-color: #999;
}	
		#right_column {
			width: 220px;
			float:right;
			margin-left: 10px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;

}
