@charset "UTF-8";
#banner {
	height: 100px;
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navbar {
	height: 38px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
#container {
	height: 618px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	height: 41px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}
#leftcolumn {
	float: left;
	height: 603px;
	width: 225px;
}
#centercolumn {
	height: 603px;
	width: 500px;
	float: left;
}
#rightcolumn {
	float: right;
	height: 603px;
	width: 225px;
}
#containertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 13.5px;
	font-variant: normal;
	color: #333333;
	letter-spacing: normal;
	text-align: left;
	vertical-align: text-top;
	word-spacing: normal;
	float: left;
	height: 584px;
	width: 671px;
	position: relative;
}

