/*
 * (c) Essential Software 2006
 * ------------------------------*/

/*
 * Import common styles
 *-------------------------------*/
@import url("common.css");
@import url("navigation.css");
/*
 * Homepage (t1) specific styles
 *-------------------------------*/
#main-content {
  margin: 0;
  padding: 0;
  width:900px;
  clear:both;
 }
 	
#left-col{
   float: left;
	padding: 0;
	margin: 0;
	height:400px;
}

#right-col{
  margin: 0 10px 0 520px;
  padding 0px;
  border: 1px solid #fff;  /* border used so that bottom footer and nav is flush.  vertical margins collapse against border. */
}	

