/* Based on a css from MaxDesign www.maxdesign.com.au */
body {
  margin: 0;
  padding: 0;
  font-family: arial,hevetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 85%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
  color: #333333;
  background-color: #d6d6d6;
  background-image: url(../at40/images/bg_2.gif);
}
a:link {
  color: yellow;
}
a:visited {
  color: yellow;
}
a:hover, a:active {
  color: #ffffff;
  background-color: #b52c07;
}
h2 {
  margin: 0 0 2px;
  color: #b52c07;
  font-family: georgia,times,"times new roman",serif;
  font-style: normal;
  font-variant: normal;
  font-size: 120%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
}
h2 a {
  text-decoration: none;
}
h3 {
  color: #fff;
  font-family: pristina,courier,times,"times new roman",serif;
  font-style: normal;
  font-variant: normal;
  font-size: 200%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  margin-top: 0;
}
#container {
  border:  none;
  margin: 2em auto;
  width: 960px;
  text-align: left;
  background-color: #003366;
}
#header {
  border-style: none none solid;
  border-color: #ffffff;
  border-width: 1px;
  height: 200px;
  width: 100%;
  background-image: url(./images/annivheader1.png);
  background-repeat: no-repeat;
  background-position:  center center;
  position: relative;
}
#header h1 {
  margin: 0;
  padding: 0;
  font-size: 1px;
  text-align: right;
  color: #ffffff;
}
#menu h3 {
  color: #fff;
  font-family: georgia,courier,times,"times new roman",serif;
  font-style: normal;
  font-variant: normal;
  font-size: 125%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  margin-top: 0;
}

#mainnav ul {
  list-style-type: url(./images/lilstar.gif);
}
#mainnav li {
  display: inline;
  align: center;
}
#menu {
  border-left: 1px solid #c5c877;
  float: right;
  width: 160px;
  padding-left: 15px;
  color: #fff
}
#contents {
  margin: 0 200px 40px 20px;
  color: #ffffff;
}
#contents p {
  line-height: 165%;
}
#contents ul {
  list-style-image: url(./images/lilstar.gif);
 }
#updates {
  color: #ffffff;
  position: float;
  width: 525px;
  background-color: rgb(159, 31, 50)
}

#info {
   color: #fff;
   
   width: 550px;
   background-color: rgb(159, 31, 50);
 }

.blogentry {
  border-bottom: 1px solid #c5c877;
}
.imagefloat {
  float: right;
}
#footer {
  clear: both;
  text-align: justified;
  font-size: 90%;
}
#skipmenu {
  position: absolute;
  left: 0;
  top: 5px;
  width: 645px;
  text-align: right;
}
#skipmenu a {
  color: #666666;
  text-decoration: none;
}
#skipmenu a:hover {
  color: #ffffff;
  background-color: #666666;
  text-decoration: none;
}

