body 
{ 
  position: relative;
  top: 0;
  left: 0;
  font-family:Verdana, Arial, Sans-Serif;
  background: #274976;
  color: white;
  font-size: large;
  /* font-weight: bold; */
  margin: 0;
  padding: 0;
}

a:active, a:link, a:visited, a:hover
{
    color: #b8aa5f;
}
h1#hsound 
{ 
  display: block;
  position: absolute;
  text-indent: -500em;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 450px;
  z-index: 2;
  background: url(images/SoundPodcastLogo.gif) top right no-repeat;
}

div#container
{ 
  position: relative;
  background: #274976;
  margin: auto;
  width: 100%;
  height: 1024px;
}

div#leftbar { 
  position: absolute;
  width: 64px;
  height: 1024px;
  top: 0px;
  left: 0px;
  background: url(images/LeftBar.jpg);
}

div#rightbar { 
  position: absolute;
  width: 64px;
  height: 1024px;
  top: 0px;
  right: 0px;
  background: url(images/RightBar.jpg);
}

div#center { 
  position: absolute;
  width: 672px;
  height: 1024px;
  top: 0px;
  left: 64px;
  background: #274976;
}



div#menu
{ 
  position: relative;
  margin-top: 150px;
}


div#menu ul
{ 
  position: relative;
  background: url(images/BarBG.gif) top left #274976 no-repeat;
  font-weight: bold;
  width: 562px;
  list-style: none;
  border: 1px solid #999;
  padding-top: 0.1em;
  padding-bottom: 0.2em;
}

div#menu ul li
{ 
  color: white;
  display: inline;
  margin: 0;
  padding-right: 2em;
  font-size: 80%;
}

div#menu a:active, div#menu a:link, div#menu a:visited, div#menu a:hover
{
    color: #fff;
}

div#text
{ 
   font-size: smaller;
   padding: 2em;
}

h3.inputtop
{
   padding-left: 2em;
}

div.inputline 
{
   width: 22em;
   display: block;
   margin-bottom: 0.4em;
}

div.inputline label 
{
   display: block;
   float: left;
   width: 8em;
   text-align: right; 
   padding-right: 0.2em;
}
