#wrapper {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

#header {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	background-image: url('images/header.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	height: 321px;
	text-align: left;
	z-index: 4;
}

#bg_content {
	position: relative;
	width: 100%;
	background: #F1F1F1;
	background-image: url('images/bg_content.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 300px;
	text-align: left;
	padding-top: 20px;
	z-index: 4;
}

#content {
	width: 960px;
	margin: 0 auto;
	line-height: 150%;
	text-align: left;
	z-index: 7;
}

.column_left {
	float: left;
	width: 600px;
	padding: 30px 30px 30px 0px;
	min-height: 250px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	text-align: left;
}

.column_right {
	float: left;
	width: 300px;
	padding: 70px 0px 30px 30px;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	line-height: 150%;
	text-align: left;
}

