a {
 text-decoration: none;
 color: inherit;
}

a:hover {
 color: blue;
 text-decoration: underline;
}

body {
 background-color: white;
 font-family: sans-serif;
}

#page {
 background-color: #585858;
 margin: 30px;
 min-width: 1000px;
 padding-top: 20px;
 padding-bottom: 10px;
}

#header {
 width: 980px;
 height: 90px;
 background: center no-repeat url('header.png');
 position: relative;
 margin: auto;
}

#header h2 {
 margin: 0px;
 padding: 0px;
 line-height: default;
 font-size: 20px;
 width: 950px;
 height: 140px;
 overflow: hidden;
 position: relative;
 top: -50px;
 left: 0px;
 background-repeat: no-repeat;
 background-position: right top;
 background-image: url('sunburst.gif');
}
#header > h2 {
 background-image: url('sunburst.png');
}

#header h2 a {
 display: block;
 margin-top: 50px;
 margin-left: 25px;
 width: 630px;
 padding-top: 90px;
}

#menu {
  width: 980px;
  height: 30px;
  margin: auto;
  margin-top: 20px;
  padding: 0px;
  background: no-repeat url('yellowcolorbar.png');
  text-align: center;
}

#menu li {
 list-style: none;
 display: block;
 float: left;
 width: 20%;
 height: 30px;
 text-align: center;
 line-height: 30px;
 font-weight: bold;
}

#content {
 width: 400px;
 min-height: 540px;
 height: 540px;
 margin: auto;
 margin-top: 20px;
 background: white no-repeat bottom left url('backgrounds/rooster.png');
 padding: 20px 20px 20px 400px;
 border: solid 4px #808080;
}

#content p {
 font-size: 40px;
 text-align: center;
 margin: auto;
 margin-top: 40px;
 font-weight: bold;
}

#content p.citizen {
 height: 192px;
 width: 350px;
 line-height: 1000px;
 overflow: hidden;
 background: center no-repeat url('logo.png');
}

#content p.date {
 margin-top: 0px;
}

#musketeers {
 width: 820px;
 margin: auto;
 margin-top: 10px;
 list-style: none;
 padding: 0px;
}

#musketeers li {
 display: block;
 float: left;
 background-color: #FFFFCC;
 text-align: center;
 width: 220px;
 margin: 0px 26px;
 padding: 0px;
 font-weight: bold;
 font-size: 22px;
 font-variant: small-caps;
}

#musketeers,
#musketeers li {  height: 120px; line-height: 120px;}

#footer {
 text-align: center;
 color: white;
 margin-top: 30px;
}

#faqcontent {
 width: 800px;
 min-height: 540px;
 margin: auto;
 margin-top: 20px;
 padding: 20px;
 border: solid 4px #808080;
 background: white;
}

dl dt {
 font-weight: bold;
 margin-top: 1em;
}

dl dd {
 margin-top: 0.5em;
}