img, div { /* png transparency fix */
	behavior: url(/iepngfix.htc)
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0 auto;	
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #d9d9d9;
}

.wrap {
	margin: 0 auto;
	width: 915px;
}

.container {
	width: 915px;
	text-align: center;
	background-color: #FFF;
	padding: 0 1px;
	float: right;
}

.logo {
	width: 524px;
	height: 92px;
	margin-left: 18px;
	margin-top: 15px;
	float: left;
}

.logoTest {
	width: 524px;
	height: 92px;
	margin-left: 18px;
	margin-top: 14px;
	float: left;
}

.headerText {
	width: 300px;
	float: right;
	margin-right: 18px;
	margin-top: 30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #000;
}

.header {
	width: 915px;
	height: 152px;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;

}

.guts {
	width: 915px;
	height: 437px;
	background-image: url(images/photos.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;

}

.navBox {
	width: 915px;
	height: auto;
	text-align: center;
	margin-top: 12px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.navBox a {
	color: #5189AF;
	text-decoration: none;
}

.navBox a:hover {
	color: #666;
	text-decoration: none;
}

.columnLeft {
	width: 504px;
	height: 437px;
	float: left;
	*padding-top: 7px;
}

.columnRight {
	width: 389px;
	height: 428px;
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
	margin-top: 10px;
	background-image: url(images/bg-specials.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	*padding-top: 7px;
}

.specialsText {
	width: 350px;
	height: 150px;
	margin: 225px 20px 20px 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.boxOne {
	width: 340px;
	min-height:200px;
	height:auto !important;
	height:200px;
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 12px 5px 5px 18px;
	_margin-left: 10px;
	padding: 15px;
	background-image: url(images/bg-edge.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.boxTwo {
	width: 480px;
	min-height:200px;
	height:auto !important;
	height:200px;
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 12px 0px 9px 10px;
	padding: 15px;
	background-image: url(images/bg-edge.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.contentBack {
	width: 855px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 12px 5px 5px 18px;
	padding: 15px;
	_margin-left: 10px;
	background-image: url(images/bg-edge.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


.footer {
	width: 915px;
	height: 106px;
	font-size: 9pt;
	color: #FFF;
	text-align: center;
	background-color: #d9d9d9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	background-image: url(images/bg-bott.gif);
	background-repeat: no-repeat;
	clear: both;

}

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

.footer a:hover {
	color: #CCC;
	text-decoration: none;
}

a {
	color: #316AC5;
	text-decoration: underline
}

a:hover {  
	color: #666; 
	text-decoration: none
}

/*- Menu Tabs H--------------------------- */

    #tabsH {
	width: 915px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto;
	float: right;
      }
    #tabsH ul {
	margin: 0;
	padding: 10px 10px 0 74px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
