#header {
  text-align: center;
}

body {
  background: #F7F7F7 url(images/background2004.gif) repeat-y 50% 0;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  width: 692px;
  height: 120px;
  text-indent: -9999px;
  background: url(images/header2004.jpg);
  margin: 0;
  padding: 0;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 692px;
}

#blogcontainer {
   margin: 0px auto;
   text-align: left;
   width: 620px;
}

#left {
  width: 178px;
  float: left;
}

#previous {
  float: left;
  text-align: left;
  font: bold 13px Arial, sans-serif;
  color: #EB7529;
}

#previous a:link, #previous a:hover, #previous a:visited {
  text-align: left;
  font: bold 13px Arial, sans-serif;
  color: #EB7529;
}

#schedule {
  float: none;
  text-align: center;
  font: bold 13px Arial, sans-serif;
  color: #EB7529;
}

#schedule a:link, #schedule a:hover, #schedule a:visited {
  text-align: center;
  font: bold 13px Arial, sans-serif;
  color: #EB7529;
}

#next {
  float: right;
  text-align: right;
  font: bold 13px Arial, sans-serif;
  color: #EB7529;
}

#next a:link, #next a:hover, #next a:visited {
  text-align: right;
  font: bold 13px Arial, sans-serif;
  color: #EB7529;
}

#navcontainer {
  width: 178px;
}

#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
  text-indent: 20px;
  letter-spacing: 1px;
  border-bottom: 1 px solid #fff;
}

#navcontainer a {
  display: block;
  width: 178px;
  height: 22px;
}

#navcontainer a:link, #navcontainer a:visited {
  background: url(images/bg_navbutton.gif);
  color: #5C604D;
  text-decoration: none;
}

#navcontainer a:hover {
  background: url(images/bg_navbutton_over.gif);
  color: #A5003B;
  text-decoration: none;
}

#navcontainer li a#current{
  background: url(images/bg_navbutton_over.gif);
  color: #A5003B;
  text-decoration: none;
}

#content {
  width: 540px;
  float: none;
  margin-left: 75px;
  
}

#content h2 {
  font: bold 13px Arial, sans-serif;
  background: transparent url(images/bullet_title.gif) no-repeat;
  color: #EB7529;
  width: 450px;
  padding: 0 0 0 35px;
}


#blogcontent {
  background: #EDEDED;
  float: left;
  width: 400px;
  margin-top: 15px;

}

#blogcontent h2 {
  font: bold 13px Arial, sans-serif;
  background: transparent url(images/bullet_title.gif) no-repeat;
  color: #EB7529;
  width: 400px;
  padding: 0 0 0 35px;
}
.text {
  font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
  color: #5B604C;
}

table {
  font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
  color: #5B604C;
}


#footer{
  margin: 0px auto;
  position: relative;
  background-color: #454646;
  border-top: 9px solid #454646;
  width: 692px;
  padding: 5px 0;
  clear: both;
}

#footer h2 {
  margin: 0;
  text-align: center;
  font: normal 10px Verdana, Arial, Helvetics, sans-serif;
  color: #D3D8E4;
}

#footer h2 a:visited #footer a:link {
  color: #F7F7F6;
  text-decoration: none;
  border-bottom: none;
  background-color: #A5003B;
}

#footer h2 a:hover {
  color: #F7F7F6;
  text-decoration: none;
  border-bottom: none;
  background-color: #A5003B;
}

.clear {
  clear: both;
}

#menu {
  background: #E3E3E3;
  float: right;
  width: 150px;
  margin-top: 15px;
}

