body {font-family: Verdana, Arial, sans-serif; color: #333; background-repeat: no-repeat;}
h1, h2, h3, h4, h5 {letter-spacing: 1.5px;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}

div.TL {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 210px;
  height: 70px;
  padding-top: 17px;
  padding-left: 17px;
  text-align: left;
  background: black;
  z-index: 100;
}

div.TR {
  position: absolute;
  top: 0px;
  left: 209px;
  width: 527px;
  height: 120px;
  background: #000;
  z-index: 101;
}

div.BR {
  position: absolute;
  top: 125px;
  left: 209px;
  width: 475px;  
  font-size: 12px;
  height: auto;
  padding: 40px 25px 10px 25px;
  border: 1px solid #000;
  border-bottom: 0px;
  background: #fff;
  z-index: 102;
 }

/*   Main Nav   *************************************************/

div.menuBar {
  position: relative;
  top: 101px;
  left: 210px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 525px;
  height: auto;
  border: 1px solid #fff;
  padding: 5px 0px 5px 0px;
  text-align: center;
  letter-spacing: 2px;
  background: #000;
  z-index: 110;
}

a.menuItem,a.menuItem:active, a.menuItem:visited  {
  color: #fff;
  padding: 20px 5px 2px 5px;
  text-decoration: none;
  text-transform: lowercase;
  z-index: 111;
}

a.menuItem:hover {
  color: #f90;
}

a#live1  {
  color: #f90;
  padding: 20px 5px 2px 5px;
  text-decoration: none;
  text-transform: lowercase;
  z-index: 112;
}
/*   SUBNAV   *************************************************/

div.subNav {
  position: absolute;
  top: 127px;
  left: 211px;
  width: 513px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #369;
  text-align: center;
  background: #ccd9cc;
  padding: 10px 5px 10px 5px ;
  z-index: 302;
 }
a.subNav,a.subNav:active, a.subNav:visited  {
  font-size: 10px;
  color: #369;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 1.5px;
  padding: 0px 5px 0px 5px;
}

a.subNav:hover {
  text-decoration: underline;
}
a#live2  {
  font-size: 10px;
  color: #336;
  text-decoration: underline;
  text-transform: lowercase;
  letter-spacing: 1.5px;
  padding: 0px 5px 0px 5px;
}
/*   FOOTER   *************************************************/

div.footer {
  font-size: 10px;
  color: #ccc;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
 }
a.footer,a.footer:active, a.footer:visited {
  font-size: 11px;
  color: #f90;
  text-decoration: none;
  letter-spacing: 1.5px;
}

a.footer:hover {
  color: #333;
}

div.thumb {
border: 1px solid #333;
border-bottom: 2px solid #333;
border-right: 2px solid #333;
}

.thumb
{
float: left;
width: auto;
border: 1px solid #999;
border-bottom: 2px solid #999;
border-right: 2px solid #999;
background: #eee;
margin: 0 15px 15px 0;
padding: 5px;
text-align: right;
font-size: 10px;
font-weight: bold;
color: #369;
}

.newLine { clear: both; }
