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

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

#Container2 {
	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: 600px;
	width: 968px;
	background-image: none;
	background-color: #CCC;
}

#main_image2 {
	background-repeat: no-repeat;
	margin: 0 auto;
	position: static;

	height: 438px
	width: 968px;
}

	#left_column {
	width: 200px;
	float:left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
	#center_column {
	width: 500px;
	margin-left: 0px;
	float: left;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	background-color: #0F0;
}	
	#center_column2 {
	width: 720px;
	margin-left: 0px;
	float: left;
	height: 438px
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	margin-top: 20px;

}
#Container #main_image #right_column h2 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
#Container2 #footer {
	height: 130
	px;
}
