#container {
	width:  980px;
	overflow: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/*generic css for all elements*/
img {
	display: block; /*needed to avoid alignment with baseline of text*/
}

.line {
	float: left;
	width: 100%;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
}

.item {
	position: relative;
	float: left;
	overflow: hidden;
	left: 100%;
}

.fap-content {
	overflow: hidden;
}

/*item specific css*/
#header {
	height: 300px;
}

#content {
	background-color: #d1a412;
	padding-top: 5px;
}

#content-item1 {
	margin-left: -960px;
	width: 450px;
	
	/*background: #9F3B57;*/
}

#content-item2 {
	margin-left: -495px;
	width: 220px;
	border-left: 1px dotted #000;

	/*background: #9F3B57;*/
	padding-left: 15px;
}

#content-item3 {
	margin-left: -245px;
	width: 210px;
	border-left: 1px dotted #000;

	/*background: #ACA42E;*/
	padding-left: 15px;
}

#footer {
	padding-top: 10px;
	background-color: #d1a412;
	height: 50px;
}

