@charset "utf-8";
/* ---------------------------------------------------------------------- Grid */
html  {
	padding: 0px;
}
body  {
	text-align: center;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 900px;
	height: 190px;
}
#leftColumn {
	float: left;
	width: 220px;
}
#centerColumn { 
	float: left;
	width: 440px;
	margin-top: 2px;
	padding: 0px 20px 0px 20px;
}
#rightColumn {
	float: left;
	width: 160px;
	padding: 10px 20px 10px 20px;
}
#footer {
	display: block;
	clear:both;
	width: 900px;
	height: 50px;
}
#seo {
	display: block;
	clear:both;
	width: 900px;
	height: 20px;
}
