#content #highlights {
	width: 800px;
	overflow: hidden;
}

#content #highlights #main {
	border:4px solid #f4f4f4;
	width: 790px;
	height: 330px;
	background: url('../images/tmp/demo01.jpg') no-repeat top left;
}

#content #highlights #main .title {
	margin: 10px 0;
	background-color: #000;
	opacity: .8;
	padding: 6px 20px;
	font-size: 24px;
	color: #fff;
}

#content #highlights .minimal {
	width: 199px;
}

#content #highlights .minimal p { padding: 5px 10px; font-size: 11px; }

#content #highlights .minimal .box { 
	border:4px solid #f4f4f4; 
	width: 195px;
	height: 110px; 
	border-top: 0;
	border-right: 0;
	background: url('../images/tmp/demo01.jpg') no-repeat center center;
	overflow: hidden;
}

#content #highlights .minimal .box .title {
	margin: 75px 0;
	background-color: #000;
	opacity: .8;
	padding: 6px 20px;
	font-size: 16px;
	color: #fff;
}

#content #highlights .minimal .box.last {
	width: 193px;
	border-right: 4px solid #f4f4f4;
}

#content #sideright #highlight_text { font-size: 11px; min-height: 325px; margin-bottom: 10px; }

#content #sideright #highlight_text h1 { margin-bottom: 20px; }
#content #sideright #highlight_text p { text-align: justify; }

#content #sideright h4 { font-size:13px; font-weight: normal; }

#content #sideright #news label { font-size: 11px; }

#content #sideright #helpdesk {
	text-align: center;
	margin-top: 10px;
	display: block;
}

