a:link,a:visited,a:hover,a:active {text-decoration: none;}

body {
  font-size: 1em;
  font-family: sans-serif;
  margin:0;
  padding:0;
  background-image:url(../images/panel.png);
  background-repeat: repeat-y;
}

#sloganPanel{
  border-bottom:1px solid #fff;
  height:80px;
  background-image:url(../images/slogan.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#logoPanel{
  background-color:#000;
  height:130px;
  background-image:url(../images/bg_image.png);
  background-repeat: no-repeat;
  background-position: top right;
}

#logoPanel #logo{
  height:130px;
  background-image:url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: top left;
}


#menuPanel, #bottomPanel{
  font-size:75%;
  background-color:#C9A5A5;
  border-bottom:1px solid #fff;
  border-top:1px solid #fff;
  color:#975252;
  background-image:url(../images/menuPanel.png);
  background-repeat: repeat-y;
  height:30px;
}

#menuPanel{
  padding:5px;
}



#menuPanel a:link, #menuPanel a:visited{
  color: #000;
}

#menuPanel a:hover, #menuPanel a:active{
  color: #975252;
}

#menuPanel a{
  padding:0px 2px;
}

.menu{
  margin-left:270px;
}

#bottomPanel{
  text-align:right;
  font-size:8pt;
  padding:8px;
}

#bottomPanel a{
  color: #975252;
  font-weight:bold;
}

#contentPanel{
  font-size:82%;
}

#contentPanel a:link, #contentPanel a:visited{
  color: #975252;
}

#contentPanel a:hover, #contentPanel a:active{
  color:#C9A5A5;
}

#contentPanel table{
  text-align:left;
  font-size:100%;
  vertical-align:top;
}

table td, table th{
  vertical-align:top;
}

#contentPanel #photos td{
  text-align:center;
  color:#B68585;
}

#contentPanel h1, #contentPanel th{
  color:#975252;
  text-transform: uppercase;
}

#contentPanel h1, #contentPanel h2{
  font-size:90%;
  font-weight:bold;
}

#contentPanel ul{
  list-style-type: square;
  margin:0;
  padding:0 15px;
}

#contentPanel #imagePanel ul{
  list-style-image: none;
  margin:0;
  padding:25px 5px 0px 10px;
  color:#C9A5A5;
}

#contentPanel #imagePanel ul li{
  padding-left:5px;
}

#textPanel{
  padding:20px;
}

.dateCalender {
  width:8em;
}
