



#mainContent {
	background: url(/site/images/main_background_home.gif) top left no-repeat;
}


#content {
	width: 469px;
	height: 469px;
	overflow: hidden;
	padding: 0;
	right: 1px;
}


	#contentLeftInner {
		width: 237px;
		height: 153px;
		overflow: auto;
		padding: 20px;
	}
	#contentLeftInner2 {
		width: 277px;
		height: 191px; /* modified by Peter from: 153px */
		overflow: hidden; /* modified by Peter from: auto */
		padding: 1px; /* modified by Peter from: 20px */
		position: absolute;
		left: 0;
		bottom: 30px;
	}
	
	
	#title1 {
		font-size: 15px;
		padding: 5px 7px 5px 3px;
		margin: 0;
		position: absolute;
		text-transform: lowercase;
		top: 195px;
		left: 0;
		background: #FFF;
		font-weight: normal;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		font-family: "helvetica neue light", "segoe UI", arial, sans-serif;
		z-index: 2000;
	}
		*html #title1 { top: 196px; }
	#title2 {
		font-size: 15px;
		padding: 5px 7px 5px 3px;
		margin: 0;
		position: absolute;
		text-transform: lowercase;
		bottom: -2px;
		left: 0;
		background: #FFF;
		font-weight: normal;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		font-family: "helvetica neue light", "segoe UI", arial, sans-serif;
		z-index: 2000;
	}