﻿#mainImage
{
    min-height: 0;
    height: auto;
    overflow:hidden;
}
#leftCol
{
    min-height: 315px;
}
#mainContentSection
{
    clear:right;
}

#contentContainer { background: url(../image/contentContainer_bg.png) top left repeat-y; }

#leftCol { 
	margin-right: 1px;
	background: url(../image/colLeft_bg.png) top left repeat-x;
	color: #e3e3e3;
}

#mainContent { 
	min-height: 319px;
	background: url(../image/mainContent_bg.png) top left repeat-x;
	color: #3c3c3c;
}

#moduleContent h2 {
	margin: 3px 0 21px;
	color: #f2f2f2;
	font-weight: normal;
}