@charset "utf-8";

/* CSS Document */
#AreaHead {
	background: #f8f8f8;
	height: 120px;
	margin: 0;
	padding: 0;
	width: 980px;
}

#AreaController {
	background: #f8f8f8;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 210px;
}

#AreaImages {
	float: right;
	position: absolute;
	top: 100px;
	height: 225px;
	margin: 0 0 0 220px;
	padding: 0;
	width: 770px;
	text-align:center;
}

#AreaContent {
	position: relative;
	background: #f8f8f8;
	float: left;
	height: auto;
	margin: 187px 0 0 10px;
	padding: 0px;
	width: 750px;
	zIndex:100;
	background-color:#EEE;
	
	
}

#AreaFooter {
	background: #cccccc;
	height: 20px;
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	width: 980px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
