#main { width:1200px; margin:0 auto; text-align:left;}

#header {height:206px;}

#footer { height:76px;}

.col-1, .col-2, .col-3 {float:left;}
.container {width:100%; overflow:hidden;}


.col-1 { width:435px;}
.col-2 {width:308px; padding-left:74px;}

.col-1 .col-1 { width:187px;}
.col-1 .col-2 {width:177px; padding-left:24px;}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 270px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 260px;
	height: 345px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
