/*
  CSS for sloandrums.com site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: rgb(51, 153, 255);
/*  alink: #000099;
  link: #000099;
  vlink: #990099;
*/}

.bigbrand {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: rgb(255, 255, 255);
  font-style: italic;
  font-weight: normal;
  font-size: 675%;
}

.bigbrand-black {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: rgb(1, 1, 1);
  font-style: italic;
  font-weight: normal;
  font-size: 300%;
}

.smallbrand {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: rgb(255, 255, 255);
  font-style: italic;
  font-weight: normal;
  font-size: 200%;
}

.smallbrand-black {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: rgb(1, 1, 1);
  font-style: italic;
  font-weight: normal;
  font-size: 200%;
}


#navigation table {
  text-align: left; 
  width: 100%; 
  height: 28px;
  border: 1px solid black;
  border-collapse: collapse;
  background-color: white;
}

#navigation td {
  border: 1px solid black;
  padding: 0.3em;
}

#sub-navigation table {
  text-align: left; 
  width: 100%; 
  height: 28px;
  border: 1px solid black;
  border-collapse: collapse;
  background-color: white;
}

#sub-navigation td {
  border: 1px solid black;
  padding: 0.3em;
}


#bodycontent {
  margin-left: 5%;
  margin-right: 5%;
  font-weight: normal;
}

#courses table {
  text-align: left; 
  width: 100%; 
  height: 28px;
  border: 1px solid black;
  border-collapse: collapse;
  background-color: white;
}

#courses td {
  border: 1px solid black;
  padding: 0.3em;
}

#header {
  background-image: url(drumpic-small-1.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
