/********************
 *  Framework. 
 * 
 ********************/
 
#left_column{
	width:  192px;
	position:  fixed;
	left: 32px; top: 32px;
}

#left_column{	
/* Netscape 4, IE  4.x-5.0/Win and other lesser browsers will use this */  
	position: absolute; 
	left: 32px; top: 32px;
	width:  192px;
}

body > div#left_column{  
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb  4.5+, iCab, ICEbrowser */  
	position: fixed;
	left: 32px; top: 32px;
	width:  192px;
}

#container{
	margin:  0; padding: 0;
}

#container .vertical_column{
	width:  656px;	
	margin:  32px 0 0 256px;
}

#container .horizontal_column{
	height:  536px; 
	margin:  32px 0 0 256px;
}

#container .vertical_column img, #container .horizontal_column img{
	margin: 0 16px 16px 0;
}

.work_list{
	padding: 2.8em 0 0 0;
}

#video{
	width: 626px; height: 500px;
	background: #f4f4f4;
	position: relative;
	margin: 0 16px 16px 0;
}

#video .holder{
	background: transparent;
	position: absolute;
	padding: 0;
}

#video  .holder p{
	margin: 0; padding: 0;
}

#audio{
	width: 192px; height: 45px;
	background: #f4f4f4;
	position: relative;
	margin: 16px 16px 16px 0;
}

#loc_map{
	position:  absolute;
	left: 256px; top: 32px;
	width:  452px;
	min-height: 598px;
	height:  auto !important;
	height:  598px;
	background: #f4f4f4;
}

#home_bg{
	position: fixed;
	left: 0; top: 0;
	width: 1680px; height:  1050px;
}

#home_bg {	/* Netscape 4, IE 
4.x-5.0/Win and other lesser browsers will use this */  
	position: absolute; left: 0; top: 0;
	margin: 0;
}

body > div#home_bg
	{  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 
4.5+, iCab, ICEbrowser */  
	position: fixed;
	left: 0; top: 0;
	margin: 0;
}


/* CONDITIONAL FOR FIXED LEFT COLUMN*/

<!--[if gte IE 5.5]><![if lt IE 7]>
div#left_column {  /* 
IE5.5+/Win - this is more specific than the IE 5.0 version */  
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  }
<![endif]><![endif]-->