

/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";



/* Fixed Footer
-------------------------------------------------------------- */
*, body {margin: 0; padding: 0; position: static;}
body { margin: 20px; }
#content, #maps {display: block; 
	width: 100%; margin: 0 auto;
	}
	#title {
		border-bottom: 2em solid #aaa;
		margin-bottom : 1em;
		}
#maincol {
	width: 100%;
	}
#sidecol {
	float: right; display:inline;
	width: 200px;
	background-color: #fff;
	padding: 10px;
	margin-left: 10px;
	}		
#maps dl div {
	width: 280px;
	float: left;
	}
	#maps dl dd, #maps dl dt {
		margin: 0 padding: 0;
		}
