#main {width:988px; margin:0 auto; }

#header {
	height:450px;
	background:url(../gfx/header-bg.jpg) no-repeat left 87px;
	position:relative;
}
#header, #content, #footer { font-size:0.8125em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {
	width:390px;
	margin-right:15px;
}
#page1 #content .col-2 {
	width:269px;
	margin-right:15px;
}
#page1 #content .col-3 { width:231px;}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:231px; margin-right:21px;}
#page2 #content .col-2 { width:269px; margin-right:23px;}
#page2 #content .col-3 {width:386px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:394px; margin-right:15px;}
#page3 #content .col-2 { width:269px; margin-right:23px;}
#page3 #content .col-3 { width:231px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:231px; margin-right:21px;}
#page4 #content .col-2 { width:269px; margin-right:23px;}
#page4 #content .col-3 {width:386px;}
#page4 #content .col-3 .col-1 { width:162px; margin-right:40px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:394px; margin-right:15px;}
#page5 #content .col-2 { width:269px; margin-right:23px;}
#page5 #content .col-3 { width:231px;}
#page5 #content .col-1 .col-1 { width:183px; margin:0;}
#page5 #content .col-1 .col-2 { width:190px; margin:0;}


/*=========================*/


#footer {height:85px;}

 #tabs5 {
	position:absolute;
	bottom:30px;
	left:10px;
	width:100%;
	font-size:93%;
	line-height:normal;

      }
    #tabs5 ul {
          margin:0;
          padding:10px 10px 0 0;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background:url("tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 6px 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }
#thumbBox	{ /*Outermost DIV for thumbnail viewer*/
			position: absolute;
			left: 0;
			top: 0;
			margin-top: 110px;
			width: auto;
			padding: 10px;
			padding-bottom: 0;
			background: #313131;
			visibility: hidden;
			z-index: 500;
			cursor: hand;
			cursor: pointer;
			}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
			font: bold 10px Tahoma;
			letter-spacing: 2px;
			line-height: 1.1em;
			color: white;
			padding: 5px 0;
			text-align: right;
			}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
			background-color: black;
			}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
			position: absolute;
			visibility: hidden;
			border: 1px solid black;
			background-color: #EFEFEF;
			padding: 5px;
			z-index: 50;
			}
