/* CSS by Jonathan B. Morgan, 2007 */

div#container {
	position: relative;
	padding-top: 20px;
	display: block;
	clear: both;
}

div#center {
	margin: 0px;
	float:left;
	position: relative;
	width: 545px;
	padding: 0px 20px;       /* CC padding */
	border-right: 1px solid #DEDEDE;
	border-left: 0px solid #DEDEDE;
}

div#right {
	position: relative;
	float:right;
	width: 174px;             /* RC width */
	padding: 0px 10px 0px 0px;         /* RC padding */
}

	
/*For Equal-height columns*/

div#container {
	overflow: hidden;
}

/*\*/ html*#container {   
	overflow: visible;  /*seen only by netscape 6-7.1*/ 
	[overflow: hidden; overflow: hidden;/*these are seen by IE6 and Safari but hidden from Netscape 6-7*/ 
	]overflow: hidden; /*for IE 6*/ }/*end*/ 
	.dummy[id]{clear: both/*end hack using dummy attribute selector for IE5 mac*/} 	

#container .column {
  padding-bottom: 20010px;    
  margin-bottom: -20000px; 
}

/*\*/ html*#container .column {   
	padding-bottom: 30px;    
	margin-bottom: 0px; /*seen only by netscape*/ 
	[padding-bottom: 20010px;  /*required by Safari so that [] is correctly begun. associated with the property, yet hiding it. seen by IE6*/  
  	padding-bottom: 20010px; /*these are seen by IE6 and Safari but hidden from Netscape6-7*/
	margin-bottom: -20000px; /*these are seen by IE6 and Safari but hidden from Netscape6-7*/

  	]padding-bottom: 20010px; /*Reset IE6 properties and hide from Safari. required by Safari so that [] is correctly ended. associated with the property, yet hiding it. seen by IE6*/
	
	_margin-bottom: -20000px;/*all additional rules hidden from Safari and Netscape and reapplied to IE6*/	
} /*end*/ 
.dummy[id]{clear: both/*end hack using dummy attribute selector for IE5 mac*/} 		


/* end For Equal-height columns*/


