/*
 * Style sheet for Townley Hall
 * Golf Club
 *
 * (c) 2005 Alex McAllister
 *
 */

/* #rightcontainer ul { margin-left: 0; }
#rightcontainer li { list-style-type: none; margin-bottom: 0.1em; } */

.dlcontainer { float: left; }

dl {
   border-left: 1px dashed silver;
   padding: 1em;
   margin-left: auto;
   margin-right: auto;
}

/* This is pretty nifty, thanks to the brilliant
   http://www.positioniseverything.net/easyclearing.html */
dl:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}