/*------------
 Global Reset
------------*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 1em;
		font-family: inherit;
		vertical-align: baseline;
	}
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: #333;
		background: white;
		font-family: "Century Schoolbook", Century, Georgia, serif;
		text-shadow: 0 0 1px #fff;
	}
	ol, ul {
		list-style: none;
	}
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	
/*-------------
 Shared Styles
-------------*/

	a:link,a:visited {
		text-decoration: none;
		color: #666;
	}
	a:hover {
		text-decoration: underline;
	}
	
	.left { float: left; }
	.right { float: right; }
	
	.alignleft { text-align: left; }
	.alignright { text-align: right; }
	.aligncenter { text-align: center; }
	
	.clear { clear: both; }
	
	strong { font-weight: bold; }
	em { font-style: italic; }
	
	.caps {
	 text-transform: uppercase;
	 font-size: .8em;
	 margin: 0 .15em;
	}

/*------
 Layout
------*/

  #container {
    width: 420px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  h1 {
    font-size: 4em;
    margin: 1em 0 .5em;
    letter-spacing: -3px;
  }
  p {
    line-height: 1.5;
    margin: 1.5em 0;
  }
  p.directive {
    font-style: italic;
    text-indent: -.5em;
  }
  h2 {
    font-size: 1.25em;
    margin: 2em 0;
  }
  h3 {
    text-transform: uppercase;
    font-size: .75em;
    letter-spacing: 2px;
  }
  h3 a {
    margin: 0 .25em 0 .35em;
  }
  h3 a:hover {
    text-decoration: none;
  }
  h3 a:hover span {
    text-decoration: underline;
  }
  h3 img {
    position: relative;
    bottom: -4px;
  }