#three-col-main {
width:100%;
height:100%;
}

#three-col-one {
width:15%;
height:100%;
float:left;
}

.three_col_one_content { }

#three-col-two {
width:70%;
float:left;
}

.three_col_two_content { background-image:url(trans_back6.png); color:#e5e3e3; font-weight:bold; border:1px solid #e5e3e3; padding:0px; }

.three_col_two_content a { }



#three-col-three {
width:15%;
float:right;
}

.three_col_three_content { }

