/*--------------------------------------
   HOME
--------------------------------------- */
#homeContent                            { height: 100%; overflow: hidden; margin-bottom: 30px; }
#homeLeftCol                            { display: inline; float: left; width: 325px; }
#homeRightCol                           { display: inline; float: right; width: 325px; }
	
.home #mainContainer h2                 {
	font: normal 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0 0 30px 0;
	padding: 5px 0;
	border-bottom: 1px solid #cfcfcf;
}
.home #mainContainer h3                 { margin-top: 30px; }

/*--------------------------------------
   HOME - RightCol Spec.
--------------------------------------- */
#mainContainer #homeRightCol h3         { margin-top: 20px; color: #825e4c; }
#mainContainer #homeRightCol a          { color: #825e4c; text-decoration: underline; }
#mainContainer #homeRightCol a:hover    { color: #666; text-decoration: underline; }
.home #mainContainer span.date          { font-weight: normal; color: #825e4c; }
#mainContainer #homeRightCol img        { float: left; margin: 0 10px 0 0; border: 1px solid #cfcfcf; }