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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
  margin:0;
  padding:0;
}

/*---------------------------------------------------------------------------------------- Styles */

body {
  margin: 0;
  padding: 0;
  font-size: 75%;
  font-family: Cambria, Georgia, Times, "Times New Roman", serif;
  background: url('../images/background.png') repeat-x;
  color: #333;
  width: 100%;
}
#content {
  width: 820px;
  margin: 0 auto;
  border-bottom: 3px solid #333;
}
#header img {
  border-bottom: 1px solid #999;
  display: block;
}
#nav {
  font-size: 1.1em;
  color: #666;
  padding: 0.75em 0;
  border-bottom: 1px solid #999;
}
#nav a {
  color: #369;
  text-decoration: none;
  font-style: italic;
  padding: 0.75em 3px ;
}
#nav a.residents {
  color: #900;
}
#nav a:hover,#nav a:hover.residents {
  color: #999;
}
#nav a .quiet, #nav .quiet {
  color: #ccc;
}
#nav a.current {
  color: #666;
}
#notice {
  display: block;
  font-size: 1.1em;
  background: #c33;
  color: #fff;
  padding: 0.6em 10px;
  margin: 1em 0;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#notice .title {
  color: #f66;
}
a#notice strong {
  font-weight: normal;
  text-decoration: underline;
}
a#notice:hover strong {
  text-decoration: none;
}
#content_container {
  position: relative;
}
#content #left {
  float: left;
  top: 0;
  left: 0;
  color: #aaa;
  border-top: 1px solid #999;
  width: 240px;
  padding-top: 0.5em;
}
#content #right {
  padding: 1em 90px 1em 280px;
  margin-bottom: 1px;
  border-top: 1px solid #ccc;
}
#welcome {
  background: url('../images/welcome_left.png') no-repeat;
  border-bottom: 1px solid #999;
  min-height: inherit;
}

#content #left ul {
  margin-left: 1.5em;
  color: #aaa;
}
a {
  color: #369;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-weight: normal;
  margin-bottom: 0.5em;
}
h2 {
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0.5em;
  font-size: 2.5em;
}

p {
  margin-bottom: 1em;
  line-height: 1.4em;
}

ol {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

strong.question {
  font-size: 1.15em;
  margin-bottom: 0.25em;
  display: block;
}