html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr{border:0;}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}
html{height:100%;}


body {
  background-color: #fff;
  font-size: 1.0em;
  font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
  color: #564b47;
}

a {
  color: #564b47;
  text-decoration: none;
}

body > header,
body > section#content,
body > footer {
  margin: 0 auto;
  width: 1000px;
  -moz-box-sizing: border-box;
}

body > header > nav,
body > section#content {
  border: 1px solid #aaa;
  -moz-border-radius: 0.5em;
  -moz-box-shadow: 0px 0px 3px #aaa;
}

body > header > nav,
body > section#content {
  padding: 0.5em;
}

body > header {
  margin-bottom: 2.0em;
}

body > header > nav {
  border-top: none;
  margin-bottom: 2.0em;
  -moz-border-radius: 0 0 0.5em 0.5em;
}

body > header > nav h1,
body > header > nav ul,
body > header > nav li {
  display: inline-block;
}

body > header > nav > .account {
  float: right;
  font-size: 0.8em;
}

body > header > h1 {
  font-size: 3.0em;
  font-weight: bold;
}

body > section#content {
  padding-right: 2.5em;
}

body > section#content > footer {
  clear: both;
}

body > section#content > aside {
  border-left: 1px solid #aaa;
  margin: -0.5em;
  margin-right: -2.5em;
  text-align: center;
  float: right;
  display: block;
  width: 30px;
} 

body > footer {
  margin-top: 2.0em;
  margin-bottom: 2.0em;
  padding-left: 1.0em;
}


