/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
*/

#content {
	width: 650px;
	float: left;
	padding-bottom: 20px;
}
#sidebar {
	width: 250px;
	float: right;
	padding-top: 20px;
}
.leftsidebar {
	width: 235px;
	float: left;
	padding: 20px 15px 0 0;
}
.center {
	width: 390px;
	float: right;
	background-color: #6acb4e;
	margin-top: 15px;
}
.center .top {
	height: 10px;
	background: url(../img/center_top.gif) no-repeat top;
	margin: 0 0 10px 0;
}
.center .mid {
	height: 52px;
	background: url(../img/center_mid.gif) no-repeat center;
	margin: 0 0 10px;
}
.center .bottom {
	height: 20px;
	background: url(../img/center_bottom.gif) no-repeat bottom;
	margin-top: 10px;
	clear: both;
}
