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

div#container {/*This container is residual from when I used negative margins to create the columns, but since it didn't work in older browsers I had to float the columns right and left and not have a 3rd margin option.*/
	position: relative;
	padding-top: 15px;
	clear: both;
}


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


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

	
	
/*For Equal-height columns*/

div#container {
	overflow: hidden;
}

/*\*/ html*#container {   
	overflow: visible;  /*seen only by netscape 6-7.1*/ 
	[overflow: hidden;  /*this is 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: 10px;    
	margin-bottom: 0px; /*seen only by netscape*/ 
	[padding-bottom: 20010px;    
	margin-bottom: -20000px; /*these are seen by IE6 and Safari but hidden from Netscape 6-7*/ ]
  	padding-bottom: 20010px;    
  	margin-bottom: -20000px; /*for IE 6*/ }/*end*/ 
	.dummy[id]{clear: both/*end hack using dummy attribute selector for IE5 mac*/} 	



/* end For Equal-height columns*/


div#container .column {/* padding at the top of the columns - needs to be after all the column info or it messes up the display */
	margin-top: .5em; 
}

	
	
	
