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

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

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

#content {
	float: left;
	display: inline;
	width: 640px;
}
#wide #content {
	width: 800px;
}

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

#wide #userbar, #wide #dropdown ul, #wide #header-main { width: 980px; }
#wide #footer_inner_wrap { width: 800px; }

/*	====	TEXT		====	*/

div.timeline {width: 520px;}
div.timeline div {
	margin-right: 0;
	width: 200px;
}
