div#frame {
	min-height: 875px;
}

div#leftCol {
	min-height: 875px;
}

/* Featured Home Page Stuff */
div.homeFeatured {
	margin-bottom: 20px;
	float: left;
}

div.homeFeatured p {
	background-color: #ffffcc;
	float: right;

	width: 207px;

	padding: 5px 18px 5px 18px;
}

h1.featured {
	text-transform: uppercase;
	font-size: 1.3em;

	color: #000033;

	margin-left: 18px;
	float: left;
}

div.homeFeatured .greenStrip {
	height: 6px;
	background-color: #cccc99;
	float: left;
	width: 243px;
}

div.home_images {
	width: 600px;
	height: 400px;
}

div.home_images img {
    top:  0;
    left: 0;
	z-index: 1;
}
