#mainImage {
background-image: url(images/mainImgHome.jpg);
}

#leftContentBlock {
width: 325px;
float: left;
}

/* code for IE only */
* html #leftContentBlock {
margin-top: 7px;
}
/*********************/

#rightContentBlock {
float: right;
width: 325px;
}

/* code for IE only */
* html #rightContentBlock {
margin-top: 7px;
}
/*********************/

.strongText {
display: block;
font-weight: bold;
font-size: 14px;
margin-top: 7px;
margin-bottom: 7px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}

ul li {
margin-left: -25px;
margin-bottom: 2px;
}

/* code for IE only */
* html ul li {
margin-left: -22px;
}
/*********************/
