/*
CSS theme authored by Bill Fuller for JHU Throatculture (jhuthroatculture.com)
Feel free to take and tweak for your own use
*/

/* overall stuff */

img { border: 0; }
br { clear: both; }

/* overall structure */
body {
  background-color: #000066;
  color: #ffffff;
  font-family: Tahoma;
  font-size: 16pt;
  margin: 0;
  padding: 17px 0 0 0;
}

/* image positioning */
img.banner {
position:absolute;
left:173px;
top:8px;
}

img.menu {
position:absolute;
left:8px;
top:125px;
}

/* main text positioning */
table.mainbody {
position:absolute;
left:188px;
top:122px;
font-family: Tahoma;
font-size: 16pt;
}