* { margin: 0; padding: 0; }

BODY, TABLE
{
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  color: black;
  background-color: #F9F3DF;
  scrollbar-face-color: #F9F3DF;
}

BODY
{
  margin: 20px;
}

TABLE { border: solid 1px black; }

TH
{
  font-weight: bold;
  text-align: left;
  background: url(Bitmaps/TableEffect.gif) no-repeat right;
  color: #000000;
  background-color: #FDC362;
  padding: 6px;
}

TD { vertical-align: top; padding: 6px; }

TD.firstCol { width: 140px; }

P { margin-bottom: 14px; }

OL, UL { padding-left: 30px; }

IMG { border: none; }
IMG.floatLeft { float: left; margin-right: 16px; margin-bottom: 16px; }
IMG.floatRight { float: right; margin-left: 16px; margin-bottom: 16px; }

A:link, A:visited, A:active, A:hover
{
  border-bottom: 1px dotted black;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
A:hover { color: #FF0000; border-bottom: 1px dotted #FF0000; }

A.arrow
{
  border: none;
  background: url(Bitmaps/MainRight.gif) no-repeat;
  position: relative;
  padding-left: 30px;
  padding-top:6px;
  padding-bottom:6px;
  padding-right: 20px;
}

A.menuArrow
{
  border: none;
  background: url(Bitmaps/MainRight.gif) no-repeat;
  padding-left: 30px;
  padding-top:6px;
  padding-bottom:6px;
}

H1
{
  font-size : 26px;
  font-weight : bold;
  padding-bottom: 10px;
  background: url(Bitmaps/Line.gif) no-repeat scroll 40px 27px;
}

H2
{
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 6px;
}

H3
{
  font-size: 20px;
  font-weight: bold;
  margin-top: 22px;
  padding-bottom: 4px;
}

.footer
{
  margin-top: 20px;
  font-size: 10px;
  font-style: italic;
}

TABLE.mainGigs
{
  margin-top: 0;
  margin-bottom: 0;
}

BR.clear
{
  clear: both;
}

HR
{
  color: Black;
  height: 1px;
  border-style: solid;
}

LI
{
  margin-bottom: 10px;
}

.important
{
  color: Red;
}


#content { margin-left: 40px;	width: 800px; }

/* Navigation */

#navigation
{
  background: #000305;
  font-size: 16px;
  height: 34px;
  line-height: 24px;
  margin: 16px 0 2em 0;
  padding: 0;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#navigation ul { list-style: none; margin: 0 auto; padding: 0; }
#navigation ul li { float: left; display: inline; margin: 0; }

#navigation a:link, #navigation a:visited
{
  color: #fff;
  display: inline-block;
  height: 24px;
  padding: 5px 1.5em;
  text-decoration: none;
  border: 0;
}

#navigation a:hover, #navigation a:active, #navigation .active a:link, #navigation .active a:visited
{
  background: #FDC362;
  color: #000;
  text-shadow: none !important;
}

#navigation li:first-child a
{
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;

  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

/* Sidebar */

#sidebar
{
  margin-left: 16px;
  float: right;
  width: 230px;
}
#sidebar, #sidebar TABLE
{
  font-size: 12px;
}

/* News table */

#news { clear: left; font-size: 12px; }
