
/********************** layout components *********************/

/* ovwerwriting global */
#content {
	padding-top: 448px;
	overflow: hidden;
}

#banner, #bannerContainer {
	height: 325px;
}


#breadCrumb {
	display: none;
}

#copyArea {
	position: relative;
	overflow: auto;
	padding: 30px;
	left: 290px;
	width: 444px;
	height: auto;
			
	/*
	background-image: url("../images/home_copy_bg.jpg");
	background-repeat: no-repeat;
	*/
}



#highlightImage {
	position: absolute;
	top: 337px;
	left: 290px;

	width: 173px;
	height: 98px;
}

#highlightArea {
	position: absolute;
	top: 337px;
	left: 451px;

	width: 322px;
	height: 78px;
	
	padding: 10px;
	overflow: hidden;
	
	border: 1px;
	border-color: #cccccc;
	border-style: solid;

	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 15px;
}


#middleRight {
	position: absolute;
	top: 230px;
	right: 0px;
	
	width: 154px;
	height: 398px;
}




