body {
    background: #fff;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #310000;
}
.oneColLiqCtr #container {
    width: 756px;  /* this will create a container 80% of the browser width */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
    padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
height:72px;
background:url(/media/images/header.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
}

#header p {
padding-top:35px;
padding-left:445px;
}

td.nav {
width:227px;
}

td.nav img {
border:none;
}

td.sidebar {
background:url(/media/images/sidebar.jpg);
background-repeat:no-repeat;
width:207px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

td.sidebar p {
padding-left:21px;
}


p.contact {
padding-top:9px;
line-height:20pt;
}

p.hours {
padding-top:21px;
line-height:20pt;
}

#strip {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
}

table.content {
/* background:url(/media/images/repeat.gif) #ece6cb repeat-y; */
background: #ece6cb;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.main_table_left {
   background: #88a191;
}

#events {
background: #88a191;
padding-left:33px;
vertical-align:text-top;
line-height:17px;
}

#welcome {
padding-left:26px;
padding-right:30px;
line-height:17pt;
}

td.logo {
padding-right:20px;
}

p.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:9.5px;
text-transform:uppercase;
}

.calender_div
{
   width:380px;
}

.clear {
  clear: both;
}

.gallery-album-list,
.gallery-photo-list {
    margin:0px;
    padding:0px;
    list-style:none;
/*     border: 1px solid #0f0; */
}

.gallery-album-list li,
.gallery-photo-list li {
  width: 225px;
  height: 270px;
  display: block;
  float: left;
  text-align: center;
  margin-left:0px;
/*   border: 1px solid #f00; */
}
.gallery-album-list li img,
.gallery-photo-list li img,
.photo img {
  border: 1px solid #555;
  padding: 5px;
}

.album-pages,
.photo-pages {
  text-align: center;
  clear: both;
  padding-bottom:20px;
}

.photo-pages
{
    padding-top:20px;
}

#slide_show_div
{
    width:600px;
    margin-left:50px;
    border:solid 1px #dbd5a9;
}