/** Basic Layout **/

/* To stretch the shadow on the right hand column to the bottom */
div#twoColRight{
float:left;
width:562px;
padding:30px 15px;
min-height:500px;
}* html div#twoColRight {height:500px;}
div#twoColInvertedRight{
width:287px;
background:url(../images/inverted_shadow_bg.jpg) repeat-y;
min-height:500px;
float:left;
margin-top:30px;
position:relative;
padding:10px;
padding-left:12px;
}* html div#twoColInvertedRight{height:500px;}
img#invertedFade{
position:absolute;
left:0;
top:0;
}
div#twoColLeft{
width:440px;
float:left;
margin-top:30px;
padding:0 15px 0 28px;
}

/** Basic Layout **/

/** Region specific style **/
div#twoColRight h2{
font-size:12px;
font-style: italic;
color:#6b6b6b;
position:relative;
font-family: Georgia, "Times New Roman", Times, serif;
}
div#twoColLeft h2{
border:none;
font-size:20px;
font-weight:normal;
color:#6b6b6b;
font-style:normal;
font-family:Georgia, "Times New Roman", Times, serif;
}
/** Region specific style **/