/*grid styles*/
body {
	background: #f5f5f5;
}

#site {
	width: 826px;
	padding: 0 49px;
	margin: 0 auto;
	background: url(../pics/bg-shaddow.gif) repeat-y left 0 #f5f5f5;
}

#header {
	padding: 0 0 18px 0;
	background: #fff;
}

#column-wrapper {
	float: left;
	width: 826px;
	margin: 8px 0 0 0;
}

#left-column-wrapper {
	float: left;
	width: 150px;
	padding: 0 8px;
	background: #fff;
	margin-right: 1px;
}

#left-column {
	float: left;
	width: 150px;
	padding: 8px 0 0 0;
	background: #f4f4f4;
}

#right-column-wrapper {
	float: left;
	width: 164px;
	padding: 0 8px 0 8px;
}

#right-column {
	float: left;
	width: 164px;
	padding: 8px 0;
}

#content-center-wrapper {
	float: left;
	width: 462px;
	padding: 0 0 0 8px;
}

#content-center {
	float: left;
	width: 462px;
	color: #333;
	line-height: 1.2em;
	background: #fff !important;
	overflow: hidden;
}

#footer {
	clear: both;
	padding: 3px 4px;
	margin: 0px 8px;
	font-size: 0.9em;
	text-align: center;
	color: #808080;
	background: #f4f4f4;
	border-top: 8px solid #fff;
}