body, html {
margin: 0px;
padding: 0px;
background: #f3e9e9 url('./images/leftspan.png') repeat-y;
font-family: Gill Sans, sans-serif;
height: 100%;
}
#header {
position: relative;
top: 0px;
width: 100%;
margin: 0px;
padding: 0px;
background: #f3e9e9 url('./images/topspan.png') repeat-x;
height: 159px;
}
.meow br {
clear: both;
}
#menu {
float: left;
position: relative; top: 0px; left: 0px;
width: 185px;
height: 300px;
margin-left: -25px;
}
#menu ul {
list-style-type: none;
}
#content h2 {
margin: 0px;
padding: 0px;
}
#menu li {
color: #f8db5d;
font-family: Gill Sans, sans-serif;
font-size: 10pt;
margin-bottom: 5px;
}
#menu a {
color: #f8db5d;
text-decoration: none;
}
#menu a:hover {
color: #f8db5d;
text-decoration: underline;
}
#content {
position: relative;
font-family: Gill Sans, sans-serif;
font-size: 12pt;
margin-top: 15px;
margin-left: 200px;
margin-right: 25px;
padding-bottom: 100px;
height: auto;
min-height: 100%;
}
.sta {
float: left;
text-align: center;
width: 225px;
border: 1px solid #000000;
}

a {
color: #FF0000;
text-decoration: underline;
}
a:hover {
color: #FF0000;
text-decoration: none;
}

.cal-main {
width: 85%;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.cal-dayn {
font-family: Tahoma, Arial, sans-serif;
font-size: 9pt;
color: #000000;
vertical-align: top;
text-align: left;
}
.cal-day {
font-family: Tahoma, Arial, sans-serif;
font-size: 9pt;
border: 1px #666666 solid;
color: #000000;
height: 75px;
width: 75px;
vertical-align: top;
text-align; left;
}
.cal-day-today {
font-family: Tahoma, Arial, sans-serif;
font-size: 9pt;
border: 1px solid #000000;
background-color: #FFFF00;
color: #000000;
height: 75px;
width: 75px;
vertical-align: top;
text-align: left;
}


#thefirehorn img {
border: 0px;
}
#holder { height: auto; min-height: 100%; }
#thefirehorn {
clear: both;
position: relative; margin-top: -60px; z-index: 10;
background: url("./images/footer_span.png") no-repeat;
height: 60px;
text-align: right;
padding-right: 20px;
}