
#subContentBlock {
	background-image:url(contentbg_top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:790px; /* DO NOT REMOVE. THIS FIXES PEEK-A-BOO BUG ON IE*/
}
#contentBlock {
	background-image:url(contentbg_middle.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	width:790px;
}
#bucketsFooter {
	background-image:url(contentbg_bottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:790px;
	margin-bottom:10px;
}

.col2{
	float:left;
	width:540px;
	padding-left:15px;
}

.col1{
	float:left;
	margin-left:7px;
	width:190px;
}


/* this style hidden from IE */
#subContentBlock > .col1{
	margin-left:15px;
}

