
/********************** layout components *********************/

#content {
	padding-top: 358px;
}


#copyArea {
	position: relative;
	left: 290px;
	
	width: 628px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}



#highlightArea {
	position: absolute;
	top: 250px;
	left: 290px;
}

#highlightImage {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 173px;
	height: 98px;
	
	overflow: hidden;
}


#highlightCopy {
	position: absolute;
	top: 0px;
	left: 183px;

	width: 465px;
	height: 76px;
	
	padding: 10px;
	overflow: hidden;
	
	border: 1px;
	border-color: #cccccc;
	border-style: solid;

	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 15px;
}

