#Wrapper4 {
	width: 800px;
	margin: 0;
	float: right;
	background: #ffffff url(../images/backgrounds/blue800.jpg) repeat-y;
		}

#Wrapper4b {
	width: 800px;
	margin: 0;
	float: right;
	background: #ffffff url(../images/backgrounds/leftColumn-blue.jpg) repeat-y;
		}

#leftContentBlue {
	width:180px;
	float: left;
	overflow: hidden;/*Pay attention here. We need this to fix problems with the IE browser error in reading the css.*/
	margin: 0;
	padding: 10px;
	background: url(../images/backgrounds/leftColumn-blue.jpg) repeat-y left;
	}

#leftcontentBlue h1{
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#leftcontentBlue li{
	font-size: 110%;
	font-weight: bold;
	}

#rightContent {
	width:170px;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	background: url(../images/backgrounds/leftColumn-blue.jpg) repeat-y right;
	border-left: 1px solid #67907b;
	}

