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

#container {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
	}
#banner {
	width: 970px;
	height: 160px;
	font-family: helvetica;
	font-size: 14px;
	color: #fff;
	text-align: left;
}
#menu {
	height: 160px;
	float: left;
	width: 240px;
}
#logo {
	width: 700px;
	height: 160px;
	font-family: georgia;
	font-style:italic;
	font-size: 11px;
	letter-spacing: 5px;
	color: #333;
	text-align: right;
	float: right;
}
#column_container {
	width: 970px;
	float: left;
}
#left_column {
	float: left;
	width: 240px;
	height: 145px;
	background-color: #333;
}
#right_column {
	float: right;
	width: 700px;
	background-color: #fff;
}
body {
	background-color: #EFE9E5;
}
#left_text {
	font-family: helvetica;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	letter-spacing: 3px;
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
#center_text {
	font-family: georgia;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	float: left;
	width: 440px;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#right_text {
	width: 180px;
	font-family: georgia;
	font-size: 13px;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-right: 30px;
	color: #333;
	float: right;
	line-height: 20px;
}
