.main {
	width:968px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:217px;
}

#slider {
	background:url(images/loading.gif) no-repeat 50% 50%;
	height:531px;
	/*margin-left:485px;*/
	float:right;
	width:433px;
}
#slider img {
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.col-1, .col-2, .col-3, .col-4 {
	float:left;
}
.container {
	width:100%; 
	overflow:hidden;
}

.divider {
	background-color: #000;
	background-image: url(images/divider-bg.gif);
	background-repeat: repeat-y;
	background-position: 322px 0px;
}
.divider1 {
	background:url(images/divider-bg.gif) 645px 0px repeat-y;
}

.col-1 {
	width:322px;
}
.col-2 {
	width:645px;
}
	.col-2 .col-1 {
		width:250px;
	}
	.col-2 .col-2 {
		width:322px;
	}
