/* Styles for Divs and Layout Elements */

  body {
    background: #000 url('/images/layout/page-background.jpg') no-repeat top left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
    padding:0;
  }

  body * { font-size: 100%; }

  .clearfix { display: inline; }

  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }

  h2 {
	margin: 10px 0;
  }

  p, label, td {
	font-size: 0.85em;
  }

  * html .clearfix { height: 1%; }
  .clearfix { display: block; }

/* TITLE BAR + MENU */

  #title {
    height: 99px;
    padding-left: 103px;
    width: auto;
  }

  #title img {
    border: 0 none #000;
    float: left;
    margin-right: 94px;
    outline: none;
  }

  #menu {
    background-image: url('/images/layout/main-menu.jpg');
    display: table-cell;
    height: 99px;
    list-style: none;
    width: 398px;
  }
  
  #menu a {
    color: #F00;
  }

/* MENU ITEMS */

  #mainMenu {
    display: inline;
    height: 99px;
    margin: 0px;
    padding: 0px;
    width: 398px;
  }
	
  #mainMenu li {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
  }

  #mainMenu span { display: none }

  #mainMenu a {
    background-image: url('/images/layout/main-menu.jpg');
    display: block;
    float: left
  }

  #menuHome a {
    background-position: -11px -24px;
    height: 21px;
    margin-left: 11px;
    margin-top: 24px;
    width: 50px;
  }

  #menuHome a:hover, #menuHome a:active {
    background-position: -11px -120px;
    height: 21px;
    margin-left: 11px;
    margin-top: 24px;
    width: 50px;
  }

  #menuNews a {
    background-position: -77px -24px;
    height: 21px;
    margin-left: 16px;
    margin-top: 24px;
    width: 45px;
  }

  #menuNews a:hover, #menuNews a:active {
    background-position: -77px -120px;
    height: 21px;
    margin-left: 16px;
    margin-top: 24px;
    width: 45px;
  }

  #menuAbout a {
    background-position: -66px -48px;
    height: 16px;
    margin-left: -56px;
    margin-top: 48px;
    width: 100px;
  }

  #menuAbout a:hover, #menuAbout a:active {
    background-position: -66px -144px;
    height: 16px;
    margin-left: -56px;
    margin-top: 48px;
    width: 100px;
  }

  #menuBands a {
    background-position: -66px -70px;
    height: 18px;
    margin-left: -100px;
    margin-top: 70px;
    width: 47px;
  }

  #menuBands a:hover, #menuBands a:active {
    background-position: -66px -166px;
    height: 18px;
    margin-left: -100px;
    margin-top: 70px;
    width: 47px;
  }

  #menuTours a {
    background-position: -221px -70px;
    height: 18px;
    margin-left: 55px;
    margin-top: 70px;
    width: 66px;
  }

  #menuTours a:hover, #menuTours a:active {
    background-position: -221px -166px;
    height: 18px;
    margin-left: 55px;
    margin-top: 70px;
    width: 66px;
  }

  #menuContact a {
    background-position: -327px -70px;
    height: 18px;
    margin-left: 40px;
    margin-top: 70px;
    width: 64px;
  }

  #menuContact a:hover, #menuContact a:active {
    background-position: -327px -166px;
    height: 18px;
    margin-left: 40px;
    margin-top: 70px;
    width: 64px;
  }

/* CONTENT SECTIONS */

  #pagewidth {
    margin-left: 176px;
    width: 765px;
  }

  #wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  #banner {
    background-image: url(/images/layout/header-background.jpg);
    background-repeat: no-repeat;
    height: 159px;
    margin-bottom: 8px;
    width: 765px;  
  }

  #onecol {
    background-image: url(/images/layout/col-1-of-1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    display:inline;
    float: left;
    height: 327px;
    position: relative;
	width: 765px;
  }

  #maincol {
    background-image: url(/images/layout/col-1-of-2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    display:inline;
    float: left;
    height: 327px;
    position: relative;
	width: 535px;
  }

  #textwrapper {
    height: 96%;
    margin-top: 10px;
    overflow: auto;
    margin-left: 40px;
    padding-right: 10px;
  }

  #rightcol {
    background-image: url(/images/layout/col-2-of-2.jpg);
    float: right;
    height: 327px;
    width: 222px;
  }

  #righttextwrapper {
    height: 96%;
    margin-top: 10px;
    overflow: auto;
    margin-left: 10px;
    padding-right: 10px;
  }
  
  #maincol, #rightcol, #onecol { overflow: auto; }

/* FOOTER */

  #footer {
    clear:both;
    color: #666;
	font-style: italic;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
	text-align: center;
  }

  #footer img {
    border: 0 none #000;
  }

  #footer p { font-size: 0.65em; }


  #footerNav {
	font-size: 0.75em;
    list-style: none;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  
  #footerNav li { 
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
 }

  #footerNav {
    border: none;
    font-style: normal;
  }

  #footerNav a, #footerNav a:hover, #footerNav a:active {
    color: #999;
  }