@import url("blue-header.css");

/*	====	LAYOUT		====	*/

#main {
	position: relative;
	padding: 3em 0 1.5em 0;
	height: 100%;
	width: 820px;
    margin: 0 auto;
}

#content {
	position: relative;
	float: right;
	width: 640px;
}

#col2 {
	position: relative;
	float: right;
	width: 200px;
	margin-bottom: 1.5em;
	margin-left: 20px;
}

#col1 {
	position: relative;
	width: 160px;
	float: left;
	margin-top: -1.7em;
	margin-bottom: 1.5em;
}

#footer_inner_wrap {
    width: 640px;
    padding: 0 0 0 180px;
}
