@charset "utf-8";
/* CSS Document */

#container {
width: 900px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}



#column_container {
	width: 900px;
}

#left_column {
	float: left;
	width: 150px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
#right_column {
	background-image: url(main_website.jpg);
	float: right;
	height: 851px;
	width: 700px;
}
#banner {
	background-image: url(beamish-banner.jpg);
	height: 89px;
	width: 900px;
}
