/* ____ Structure _________ */
* {margin:0;padding:0}
body{text-align:center;margin:1.5em;}
#wrap {text-align:left; margin: 0 3em;  position:relative;} /* 0 auto for center  60em for sub column*/
#main_col {width:28em;}

/* ____ Background _________ */
body {background-color: #fff;} /*#eee*/


h1 {font-size:3em;margin:36px 0 36px 0;line-height:45px} /* 36px */

a:link, a:visited, a:hover {font-weight:bold;text-decoration: none}
.big_link {font-size:1.5em;}

/* ____ Typography _________ */
/* __________see: 24ways.org/2006/compose-to-a-vertical-rhythm */
body {
	font-family:arial,helvetica,sans-serif;color:#111;
	font-size: 14px;  line-height:1.5em;
} 

p {line-height: 1.5em;margin-bottom:1em;}
h1, h2, h3, h4, h5, h6 {color:#000;font-family:arial,georgia,times,arial,helvetica,serif;font-weight: normal;} 
h1 {font-weight:bold;font-size:5em;color:#555;letter-spacing: -0.05em; }
h3 {}
blockquote {margin:1.5em 3em 1.5em 3em}
.quote_source {font-size:12px;}
li {margin-left:1.5em;}
hr {color:#333;}

#background_img { position: fixed; z-index: -1; top: 0%;left: 0%;width: 100%;}
#background_img_stretch { position: fixed; z-index: -1; top: 0%;left: 0%;width: 100%;height:100%;}
* html #background_image {position: absolute;}
