html {
font-family: Garamond, Georgia, serif;
background-color: #FFF666;
color: #BC0980;
text-align: center;
background-image: url('../images/background.gif');
background-repeat: repeat-x;
background-attachment: fixed;
}

#wrap {
width: 875px;
margin: 0 auto;
background-color: #FFFFFF;
color: #BC0980;
text-align: left;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #007360;

}

.menubar, .menubar a, .menubar a:visited, .menubar a:active, .menubar a:link {
text-align: center;
font-size: 20px;
font-weight: bold;
text-decoration: none;
color: #BC0980;
}
.menubar p {
font-size: 18px;
}
.menubar a:hover {
color: #007360;
}

.left .selected  {
color: #BC0980;
}

#content {
width: 870px;
}

.left {
float: left;
width:200px;
position: fixed;
}

.left a, .left a:visited, .left a:active, .left a:link{
font-size: 18px;
font-weight: bold;
text-decoration: none;
color: #007360;
}

.left a:hover{
color: #BC0980;
}


.right {
float: right;
width: 600px;
}

.right ul, .right li {
list-style: none;
}


.left2 {
float: left;
width:350px;
}

.right2 {
float: right;
width: 450px;
}

.highlight {
border-style: double;
border-width: 3px;
border-color: #BC0980;
margin: 2px;
padding: 3px;



}
