



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

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

	#contentLeftInner {
		width: 277px;
		height: 186px; /* modified by Peter from: 153px */
		overflow: hidden; /* modified by Peter from: auto */
		padding: 1px; /* modified by Peter from: 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;
	}
	#contentLeftInner2 ul {
		display: block;
		clear: both;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#contentLeftInner2 li {
		margin-bottom: 20px;
	}
	
	
	#title1 {
		font-size: 15px;
		padding: 5px 7px 5px 3px;
		margin: 0;
		position: absolute;
		text-transform: lowercase;
		top: 196px;
		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;
	}