/* One + Two column pixel-widths
left & centre equal, rightmost column for images 360px wide
*/

/* column container */
.colmask {
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
background-image: url(/Bulgaria/hotel/seaview-resort-960x600.jpg);
background-repeat: no-repeat;
height: 610px;
}

.colwrap{
width:590px;
}

.topcol {
float:left;
width:575px;
background-image: url(/Bulgaria/images/hg_grey1x70.png);
background-repeat: repeat-x;
padding: 10px 5px 0 10px;
}

.leftcol {
float:left;
width:275px;
padding: 10px 5px 0 10px;
clear:left;
background-image: url(/Bulgaria/images/hg_grey1x333.png);
background-repeat: repeat-x;
}

.rightcol {
float:right;
width:275px;
padding: 10px 5px 0 10px;
background-image: url(/Bulgaria/images/hg_grey1x333.png);
background-repeat: repeat-x;
}
