/* Hanyi Istok */

/* --- 3 Column Layout --- */

#col_1 {
position: relative;
float: left;
top: 0;
left: 0; 
width: 180px;
}

#col_2 {
position: relative;
float: left;
top: 0;
left: 0;
width: 527px;
}

#col_3 {
position: relative;
float: left;
top: 0;
left: 0; 
width: 180px;
overflow: hidden;
}

