
body {
background-color: #000000;
margin: 0px;
}

#header {
margin: 0px 0px 0px 136px;
height: 167px;
}

#main {
padding: 15px;
margin: 5px 10px 10px 136px;
width: 750px;

}

#sidebar {
padding: 15px;
margin: 5px 10px 10px 10px;
width: 106px;
float: left;
}

#footer{
text-align: center;
padding: 15px;
margin: 10px:
font-size: 50%;
clear: right;
clear: left;
}

p.content {
padding: 5px;
height: 500px;
overflow: scroll;
background-color: #FFFFFF;
background-image: url(images/dreamcatcher2.gif);
background-repeat: no-repeat;
background-position: center;
}

p.cal {
background-color: #FFFFFF;
background-image: url(images/dreamcatcher2.gif);
background-repeat: no-repeat;
background-position: center;
}

table {
background-color: #FFFFFF;
border: thin solid black;
}

td {
padding: 5px;
border: thin solid black;
width: 14%;
}

th {
padding: 5px;
border: thin solid black;
width: 14%;
font-size: 125%;
}
a:link {
  color: #CC0000;
  text-decoration: none;
}
a:visited {
  color: #CC0000;
  text-decoration: none;
}
a:active {
  color: #CC0000;
  text-decoration: none;
}
a:hover {
  color: #CC0000;
  text-decoration: none;
}
