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

#header {
	width:953px;
	height:auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

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

/* ============================= page1 ===========================*/
#page1 .column-1{ width:312px;}
#page1 .column-2{ width:632px;}
#page1 .line{ background:url(images/line.gif) repeat-y 310px 0;}

#page1 .col-1{ width:140px;}
#page1 .col-2{ width:140px;}

/* ============================= page2 ===========================*/
#page2 .column-1{ width:623px;}
#page2 .column-2{ width:321px;}
#sidebar {
	width:321px;
	height: auto;
	float: right;
}
#page2 .line{ background:url(images/line.gif) repeat-y 623px 0;}

#page2 .col-1{ width:170px;}
#page2 .col-2{ width:170px;}
#page2 .col-2{ width:170px;}

/* ============================= page3 ===========================*/
#page3 .column-1{ width:312px;}
#page3 .column-2{ width:311px;}
#page3 .column-3{ width:321px;}

#page3 .line{ background:url(images/line.gif) repeat-y 310px 0;}
#page3 .line2{ background:url(images/line.gif) repeat-y 623px 0;}

/* ============================= page4 ===========================*/
#page4 .column-1{ width:312px;}
#page4 .column-2{ width:632px;}
#page4 .line{ background:url(images/line.gif) repeat-y 310px 0;}

#page4 .col-1{ width:140px;}
#page4 .col-2{ width:140px;}

/* ============================= page5 ===========================*/
#page5 .column-1{ width:623px;}
#page5 .column-2{ width:321px;}
#page5 .line{ background:url(images/line.gif) repeat-y 623px 0;}

#page5 .col-1{ width:170px;}
#page5 .col-2{ width:170px;}
#page5 .col-2{ width:170px;}

/* ============================= page6 ===========================*/
#page6 .column-1{ width:312px;}
#page6 .column-2{ width:311px;}
#page6 .column-3{ width:321px;}

#page6 .line{ background:url(images/line.gif) repeat-y 310px 0;}
#page6 .line2{ background:url(images/line.gif) repeat-y 623px 0;}

/* ============================= page7 ===========================*/
#page7 .column-1{ width:312px;}
#page7 .column-2{ width:632px;}
#page7 .line{ background:url(images/line.gif) repeat-y 310px 0;}
#page7 .steel-content{
	width:625px;
	float: left;
}
#page7 .sidebar{
	width:312px;
	float: left;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px solid #000;
	visibility: hidden;
	color: black;
	text-decoration: none;
	right: -1000px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
	overflow: hidden;
	height: 375px;
	width: 500px;
}
