body
{
   font-family: "Tahoma", sans-serif;
   font-size: .8em;
   margin: 0;
   background: #000;
   color: #fff;
}

.right
{
   float: right;
   margin-left: 1em;
}

#canvas
{
   position: relative;
   width: 710px;
   height: 600px;
   margin: .5em;
   margin-top: 0;
   padding: .5em;
   padding-top: 0;
   background-image: url('images/Boards.jpg');
   xborder: solid 1px yellow;
}

#content
{
   position: absolute;
   top: 160px;
   left: 150px;
   width: 480px;
   xborder: solid 1px red;
}

#content a
{
   color: white;
   text-decoration: none;
}

#title
{
   position: absolute;
   top: 70px;
   left: 20px;
   line-height: 1em;
   font-size: 1.2em;
   text-align: center;
}

#nav
{
   position: absolute;
   top: 170px;
   left: 0px;
   xborder: solid 1px green;
}

#nav a
{
   color: #FFF;
   text-decoration: none;
}

#nav a:hover
{
   text-decoration: underline;
}

#nav ul
{
   text-align: left;
}

#nav li
{
   list-style: none;
   margin-bottom: 1.5em;
}

.current
{
   color: #000;
}

#CDbuy
{
   padding-top: 50px;
   padding-left: 25px;
   width: 100px;
   text-align: center;
   xborder: solid 1px blue;
}

#CDbuy a
{
   text-decoration: none;
   color: #FFF;
   border: none;
}

#CDbuy a:hover
{
   text-decoration: underline;
}

#CDbuy img
{
   border: none;
}

#radio
{
   position: absolute;
   top: 155px;
   left: 0px;
}

.red
{
   color: red;
}

.i1, .i2, .i3
{
	margin: .7em;
}

.i1
{
   margin-left: 2em;
}

.i2
{
   margin-left: 4em;
   font-style: italic;
}

.i3
{
   margin-left: 6em;
}

.bold
{
   font-weight: bold;
}

.hidden
{
	display: none;
}

.italics
{
   font-style: italic;
}

.normal
{
   font-weight: normal;
   font-style: normal;
}

.special
{
   font-family: "Curlz MT", sans-serif;
   font-size: 1.4em;
   font-weight: bold;
   xborder: solid 1px red;
   margin-top: 0px;
   margin-bottom: 0px;
}

table#songs
{
   width: 500px;
}

#tipArea
{
   height: 217px;
   width: 450px;
   padding-left: .5em;
   border: solid 2px black;
   background: transparent;
   color: white;
   overflow: auto;
   font-size: .75em;
}

#footer
{
   position: absolute;
   top: 570px;
   left: 200px;
   font-size: .7em;
}

#directions
{
  font-style: italic;
  position: absolute;
  top: 520px;
  left: 250px;
}


