
#global {
	position: relative;
	margin: 0 auto;
	width: 990px;
	}
	
/* header*/	
#header {
	position:absolute;
	width: 990px;
	/*background-color:#00CCFF;*/

}
	
	
#breadcrumbs {
	position: absolute;
	width: 970px;
	margin-left: 10px;
	margin-top: 15px;/* 20 px between the bread and search bar*/
}
	

	
/* CONTAINER FLOAT BLOCKS ------------------------------------------------------- */	
	
#container { /* contains #float1, #float2 and #footer*/
	top: 235px;
	position: absolute;
	width: 970px;
	margin-left: 10px;
	border-bottom: solid 20px #ffffff;
}



#container-bg { /* for the 2 columns background, does not contain the #footer div */
	width: 970px;
	background: url(http://images1.avanquest.com/USA/images/bg_columns_tcm8-5440.gif) repeat-y center;
	/*background-color: #000000;*/
	}

/* #float1 contains #banner1 and list */
#float1 {
	float: left;
	width: 720px;
	/*background-color: #FFCC00;*/

}

#banner1 {
	float: left;
	/*height: 155px;
	width: 720px;*/
	border-bottom: 20px solid #FFFFFF; /* makes the space between the banner and the list + 
	hides the background of the 2 columns in container-bg*/
	/*background-color: #FFCCFF;*/
}


#list {
	float: left;
	width: 720px;
	/*background-color:#CCCCCC;*/
}


#alpha {
	float: left;
	width: 720px;
	border-bottom:20px solid #FFFFFF;  
}


/* #float2 contains #banner2 and #right_column */
#float2 {
	float: right;
	width: 230px;
	/*background-color:#66CC33;*/
}


#review_box {
	float: left;
	width: 230px;
	top: 0;
	/*background-color:#CCFFFF;*/
}

#specials {
	float: left;
	border-bottom: 20px solid #FFF; /* cf comment #banner2 */
	/*background-color: #FFCCFF;*/
}



/* footer for list navigation*/
#columns-footer{
	clear: both;
	height: 30px;
	/*margin: 0 auto;
	bottom:0;
	width: 970px;*/
	background: url(http://images1.avanquest.com/USA/images/bottom_columns_tcm8-5441.gif) no-repeat center bottom;
	/*background: #999999;*/
}

#list-navig {
	width: 720px;
	margin-left: 0;
}


/* footer  */
#footer{ 
	/*clear: both;*/
	margin: 20px auto;
	bottom:0;
	width: 970px;
	/*background-color:#CCFF00;*/
}