html{height: 100%;}

body
{ background: #E3D0EC;
  color: #D9C1E3;
}

blockquote
{ background: transparent;
  color: #4F124A;
  border-color: #4F124A;
}

#main
{ background: #AA81BC url(back.png) repeat-y;
  color: #CAA5C6;
}

#links, #footer, #menu, #menu li a
{ background: #D9C1E3 url(menu.png);
  color: #D9C1E3;
  border-color: #D9C1E3;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D9C1E3;
}

#logo
{ background: #D9C1E3 url(logo.jpg) no-repeat;
  color: #4F124A;
}

#logo h1
{ background: transparent;
  color: #4F124A;
}

h1, #column2 h1
{ background: transparent;
  color: #4F124A;
  border-color: #CAA5C6;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #4F124A url(menu_hover.png);
  color: #4F124A;
} 

#content, #column2 a, #column2 a:hover
{ background: transparent;
  color: #4F124A;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #E3D0EC;
}

.sbihead
{ background: #4F124A url(sbi_header.png);
  color: #E3D0EC;
}

.sbihead h1
{ background: transparent;
  color: #4F124A;
}

.sbilinks li a
{ background: #4F124A url(link.png);
  color: #E3D0EC;
} 

.sbilinks li a:hover
{ background: #E3D0EC;
  color: #4F124A;
} 

input, textarea
{ background: #CAA5C6;
  color: #4F124A;
  border-color: #4F124A;
}

