/* YUI Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { */
  margin:0;
  padding:0;
  -webkit-font-smoothing: antialiased;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}

/* Pretty CSS by Cameron Daigle (camerondaigle.com) */

body {
  background: #fff;
  color: #000;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

header {
  display: block;
  position: fixed;
  padding: 0 0 0 20px;
  background: #fff;
  width: 220px;
  z-index: 100;
  height: 650px;
  top: 50px;
  left:0;
}

header h1 a {
  display: block;
  background: url(bradleyspitzer.png);
  height: 59px;
  width: 164px;
  text-indent: -6000px;
  margin: 0 0 20px 0;
}

header nav {
  display: block;
  margin: 0 0 20px 0;
}

header nav h2 {
  font-weight: bold;
}

header nav ul li a {
  color: #000;
  text-decoration: none;
}

header nav ul li a:hover {
  background: #FFFF33;
}

section {
  display: block;
  position: relative;
  top: 50px;
  padding: 0 0 100px 240px;
  z-index: 99;
  float: left;
}

section#content {
  width: 700px;
  float: left;
}

section article {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

section article p {
  margin: 10px 0 70px 0;
}

section article p b {
  font-weight: bold;
  display: block;
}

section article#content p {
  margin: 0 0 20px 0;
}

section a,
section a:hover {
  color: #000;
}
