#main {
	width:		980px;
}

#main-width {
	width:		100%;
	margin:		0 auto;
}

#header {
	height:		425px;
	background:	url(../images/header-bg2.jpg) no-repeat center bottom;
	position:	relative;
	font-size:	1em;
}

#content, #footer {
	font-size:	0.8em;
}

#header .col-1 {
	width:		67%;
	white-space: nowrap;
}

#header .col-2 {
	width:		32%;
}

#content #left-side {
	float:		left;
	width:		64%;
}

#content #right-side {
	float:		left;
	width:		35%;
}

.col-1, .col-2, .col-3 {
	float:		left;
}

#content .col-1 {
	width:		40%;
}

#content .col-2 {
	width:		49%;
}

#footer {
	height:		39px;
}