﻿#leftColumn 
{
	float: left;
	width: 625px;
	height: 100%;
	background: url(../images/global/ui/content_body.jpg) no-repeat;
	padding-left: 5px; 
	padding-top: 18px;
	vertical-align: top !important;
	margin-bottom: 5px;
	position: relative;
}
#leftColumn h2 { padding-left: 45px; }
#leftColumn h2 a {	COLOR: #7f7f7f;	TEXT-DECORATION: none} 
#leftColumn h2 a:link {	COLOR: #7f7f7f;	TEXT-DECORATION: none}
#leftColumn h2 a:visited {	COLOR: #7f7f7f;	TEXT-DECORATION: none}
#leftColumn h2 a:active {	COLOR: #7f7f7f;	TEXT-DECORATION: none}
#leftColumn h2 a:hover {	COLOR: #7f7f7f;	TEXT-DECORATION: underline}

#rightColumn
{
    float: right;
    width: 310px;
}

.clearBackground
{
    background: none !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
}