body {

  background-color:#000000;

}



a img {

	border: none;

}



#main {

  text-align: center;

	background-color:#000000;

}



#frame {

	width: 865px;

	height: 578px;

	margin: 0 auto;

	z-index: 1;

	background-color:#999967;

}



/* 3 COLUMNS */

#leftcolumn {

  width: 105px;

	float: left;

	padding: 0px;

	background-color:#999967;

}



#centercolumn {

  position: relative;
  
	display: block;
  
	height: 470px;

  width: 450px;

	float: left;

	padding: 0px;

	z-index: 20;

	background-color:#FFFFFF;

}




#rightcolumn {

  width: 310px;

	float: right;

	padding: 0px;

	background-color:#999967;

}





/* COLUMN 1 */

#logo {

  float: left;

	height: 105px;

}



#navframe {

  float: left;

	text-align: left;

	width: 105px;

  padding-left: 10;

	/*min-height: 340px;

	height: 340px;*/

}







/* COLUMN 2 */


#centerbn {

  position: absolute;

	top: 0px;

  left: 0px;
  
	background-color: #FFFFFF;

	z-index: 999;
  
  height: 55px;
  
  width: 450px;
  
}


#slideshow {

  position: absolute;

  top: 55px;

  left: 0px;
  
  float: top;
  
  z-index: 10;  
  
  height: 410px;
  
  width: 450px;
  
}

#slideshow img {

  position: relative;
  
  height: 410px;
  
  width: 450px;
  
}

/*

  #flash {

  position: relative;

	top: 35px;

  float: top;

	height: 320px;

  z-index: 10;

}

*/




#endmid {

  position: relative;

	background-color:#FFFFFF;

	vertical-align: bottom;

}



/* COLUMN 3 */

#rightbn {

	float: right;

	display: block;

}



/* TEXT and SCROLLBAR */



#rightcontent-home {

	position: relative;

	width: 258px;

	/*height: 338px;*/  

  float: left;

}







/* End TEXT and SCROLLBAR */





/* CLASSES */

.navstyle {

  text-align: left;

	font-family:Arial, sans-serif;

	font-size:12px;

	font-style:normal;

	font-weight:550;

	color: #FFFFFF;

	background-color:#999967;

	list-style: none;



}



.navspacer {

	width: 87px;

  height: 3px;					 

}





/* DROPLIST */

ul {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 105px;

}



ul li {

	position: relative;

	z-index: 9999;

}



li ul {

	position: absolute;

	left: 105px;

	width: 105px;

	top: 0;

	display: none;

	z-index: 9999;

}



ul li a {

	display: block;

	text-decoration: none;

	color: #FFFFFF;

	background: #999967;

	z-index: 9999;

}



/*.submenuselected ul li a {

	display: block;

	text-decoration: none;

	color: #FFFFFF;

	background: #000000;

	z-index: 9999;

}*/



#submenuhead {

  width: 105px;

  background: #000000;

	color: #FFFFFF;

	letter-spacing: 1px;

}



.submenu  {

	font-size: 9px;

}



.submenuselected {

	font-size: 9px;

	background: #000000;

}



/* Fix IE. Hide from IE Mac \*/

* html ul li { float: left; height: 1%; }

* html ul li a { height: 1%; }

/* End */



ul li a:hover { color: #FFFFFF; background: #000000; }







li ul li a { padding: 2px 5px; } /* sub-menu styles */

		

li:hover ul, li.over ul { display: block; } /* Display hidden sub-menus */

/* end DROPLIST */



ul.submenu li { margin: 4px 0px; }



li.mainmenu { margin: 4px 0px; }



#endbanner {

  position: relative;

	bottom: 4px;

  float: left;

  /*height: 94px;*/

	width: 720px;

}