body, html {
margin: 0px;
padding: 0px;
height: 100%;
}
body {
background: #c5c5c5 url('./images/background.png') repeat-x;
text-align: center;
font-family: Gill Sans, Tahoma, sans-serif;
}
#header {
background: url('./images/header_span.png') repeat-x;
height: 242px;
width: 100%;
text-align: center;
}
#menu {
border: 5px solid #000000;
width: 700px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
background-color: #444444;
}
#menu a {
width: 75px;
background-color: #ffffff;
color: #000000;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #000000;
width: 100px;
display: block;
margin: 7px;
}
#menu a:hover {
color: #ffffff;
background-color: #000000;
}
#menu ul {
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#content {
border: 4px solid #000000;
background: #929292 url('./images/background_content.png') repeat-x;
width: 800px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
padding-top: 12px;
padding-bottom: 12px;
color: #ffffff;
}


.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: #ffffff;
vertical-align: top;
text-align: left;
}
.cal-day {
font-family: Tahoma, Arial, sans-serif;
font-size: 9pt;
border: 1px #666666 solid;
color: #ffffff;
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: #ffffff;
height: 75px;
width: 75px;
vertical-align: top;
text-align: left;
}




a {
color: #882222;
}
a:hover {
text-decoration: none;
}
#thefirehorn img {
border: 0px;
}
#holder { height: auto; min-height: 100%; }
#footer {
position: absolute; right: 0px;
}
#thefirehorn {
clear: both;
position: relative; margin-top: -60px; z-index: 10;
height: 60px;
width: 200px;
text-align: right;
padding-right: 20px;
}
