html, body {

margin: 0px;
padding: 0px;
font-family: arial;
color: #660000;

}

.left {
float: left;
}

.right {
float: right;
}

#background {

background-image: url('images/bg.jpg'); background-repeat: repeat-y; background-position: top left;

}

.piece {

border-bottom: 1px solid #560000;
margin: 25px;
margin-bottom: 0px;
margin-top: 0px;
padding: 10px;

}

.piece a img {

border: none;

}

#logo {

width: 60px;
height: 59px;
background: url('images/logo.jpg');
float: left;

}


#heading {
font-size: 40px;
color: #660000;
font-weight: bold;
}

.navLinks {
font-size: 20px;
color: #660000;
}

a:link { 
color: #660000;
text-decoration:none;
}

a:visited { 
color: #660000;
text-decoration:none;
}

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

a:active { 
color: #660000;
text-decoration:none;
}


#dropmenudiv{
position:absolute;
border:1px solid #C0C0C0;
border-bottom-width: 1px;
font:normal 8pt arial;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0pt;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #503D1A;
}


.main {
width: 300px;
border: none;
}

.month {
background-color: FFFFFF;
font:bold 8pt arial;
color: 666666;
border: none;
}

.daysofweek {
background-color: F2F2F2;
font:8pt arial ;
color: 666666;
border: none;
}

.days {
font-size: 8pt;
font-family:arial;
color: C0C0C0;
background-color: FFFFFF;
border: none;
}

.days #today{
font-weight: bold;
color: 666666;
}

/*========================*/

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color: #2C2416;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 97694F;
}
