* {
  margin: 0;
  padding: 0;
}
body {
  border-style: none;
  border-width: 1em;
  background: white url(../images/4x4whitegrid.gif) repeat 0 0;
  font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
  font-variant: normal;
  font-size: 15px;
  font-size-adjust: none;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  font-stretch: normal;
}
h1 {
  padding: 10px;
  color: blue;
  text-align: center;
  font-family: "lucida grande",lucida,verdana,sans-serif;
}
h2 {
  padding: 10px;
  color: red;
  background-color: white;
  font-family: "lucida grande",lucida,verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: x-large;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
}
#page-wrap {
  border-color: #000000;
  border-left: 1em solid #000000;
  border-right: 1em solid #000000;
  margin: 0 auto;
  background: white none repeat scroll center;
  overflow: hidden;
  max-width: 960px;
  position: relative;
  min-width: 560px;
}
#page-wrap p {
  padding: 10px;
  color: black;
}
#page-wrap a {
  border-bottom: 1px dotted blue;
  color: blue;
  text-decoration: none;
}
#page-wrap a:hover {
  border-bottom-style: solid;
  font-weight: bold;
  text-decoration: overline;
}
#header {
  border: 1em solid #000000;
  margin: 50px auto 0;
  max-width: 960px;
  min-width: 560px;
  text-align: center;
  background-color: white;
}
#navi p {
  border-style: solid none none;
  border-color: #000000;
  border-width: 1em;
  padding: 2px;
  color: white;
  font-size: 1.1em;
  background-color: #ff0800;
}
#navi a {
  border-bottom: 1px dotted white;
  color: white;
  text-decoration: none;
}
#navi a:hover {
  font-weight: bold;
}
#navi a:active {
  font-weight: bold;
  text-decoration: overline;
}
#main-sidebar {
  padding: 0 1%;
  width: 36%;
  float: left;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: medium;
  line-height: 1.5;
  font-size-adjust: none;
  font-stretch: normal;
}
#main-content {
  border-color: #000000;
  border-left: 10px solid #000000;
  padding: 0 1%;
  width: 58%;
  float: right;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: medium;
  line-height: 1.5;
  font-size-adjust: none;
  font-stretch: normal;
}
#footer {
  border: 1em solid #000000;
  margin: 0 auto 50px;
  background: blue none repeat scroll 0% 50%;
  clear: both;
  max-width: 960px;
  min-width: 560px;
  text-align: center;
}
#footer p {
  padding: 10px;
  color: white;
  font-size: 0.9em;
}
#footer a {
  border-bottom: 1px dotted white;
  color: white;
  text-decoration: none;
}
#footer a:hover {
  border-bottom-style: solid;
  text-decoration: overline;
  font-weight: bold;
}
