BODY {
color: #663300;
font-family: Georgia, serif;
font-size: 12px;
margin: 0; padding-top: 15; padding-bottom: 15;
background-image:url(http://buttercreamcosmetics.com/bc_bk2.gif);
background-attachment:fixed;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#663300;
scrollbar-3dlight-color:#663300;
scrollbar-darkshadow-color:#663300;
scrollbar-shadow-color:#663300;
scrollbar-arrow-color:#663300;
scrollbar-track-color:#ffffff; 
} 

A {
  color: #663300;
  text-decoration: none;
}

A:hover {
  color: #9EBEF2;
  text-decoration: none;
}

TD.nav1 {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #663300;
  font-weight: normal;
}

A.nav1 { 
  color: #663300;
  text-decoration: none; 
}

a:hover.nav1 {
  color: #ffffff;
  text-decoration: none;
}

TD.nav2 {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #663300;
  font-weight: normal;
}

A.nav2 { 
  color: #663300;
  text-decoration: none; 
}

a:hover.nav2 {
  color: #663300;
  text-decoration: underline;
}

TD.content {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #663300;
  font-weight: normal;
}

TD.footer {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #663300;
}

A.footer { 
  color: #663300;
  text-decoration: underline; 
}

a:hover.footer {
  color: #663300;
  text-decoration: none;
}

#dropinboxv2cover{
width: 320px; /*change width to desired */
height: 300px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
height: 280px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid #663300; /*Customize box appearance*/
background-color: white;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}