@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;

	height: 450px
	width: 768px;
}

	#left_column {
	width: 200px;
	float:left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 10px;
}	

	#center_column {
	width: 495px;
	margin-left: 0px;
	float: left;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	color: #000;
	background-color: #999;
}	

	#right_column {
	width: 230px;
	float:right;
	margin-left: 10px;
}
#Container #main_image #right_column img {
	border: thin solid #FFF;
}
