div#homepageOfferings {
    width: 610px; 
	height: 500px;
    position: absolute;
	left: 320;
	top: 0;
	border: 0px dashed red;
}

div#homepageOfferings div.offer {
	width: 196;
	height: 100%;
	float: left;
	
}

div.offer a {
	display:block;
	margin-top: 5px;
}

div.offer {
	border: 1px solid gray;
}


div#homepageOfferings div.header {
	position: relative;
	color: #FFF;
	font-weight:bold;
	font-size: 14px; 
	font-family: 'trebuchet ms', sans-serif;
	padding: 5px;
	padding-left: 15px;
	background: #003;
}


div#videoAudio {
	border: 0px solid red;
}

div.icon {
	width:60;
	height: 60;
	position: absolute;
	left: 110;
	top: 0;
}

div#videoAudio div.header div.icon {
	background: transparent url(../images/clapper-48.png) 0 0 no-repeat;
}

div#internet div.header div.icon {
	background: transparent url(../images/globe.png) 0 0 no-repeat;
}

div#performance div.header div.icon {
	background: transparent url(../images/microphone.png) 0 0 no-repeat;
}

div#internet {
	border: 0px solid blue;
	margin-left: 10px;
}

div#performance {
	border: 0px solid green;
	
	margin-left: 10px;
}


div#content {
	height: 800;
}

div#homepageblurb {
	position:absolute;
	width:280;
	height:300;
	border: 0px solid red;
	top: 0;
	left: 20;
	font-size: 16px;

}

div#homepageblurb p {
	margin-bottom: 16px;
}
div#banner1 {padding-top: 5px;}

div#homepageOfferings h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

div#homepageOfferings ul {
	margin-left: 20;
	margin-top: 8px;
	margin-bottom: 8px;
}

div#homepageOfferings ul li {
	font-size: 12px;
	list-style: none;
	height: 90;
}


div.listing {padding-left: 10px;}

.col3 {background: #E2DFCE;}
.col2 {background: #F0EDDC;}