.background
	{ 
		background-color: #220804;//#492332;
		xxxbackground:url(img-bin/background.jpg);
		width:100%;
		height:100%;
	}

.display
	{
		visibility: visible;
		position:relative;
		width: 800px;
		height: 565px; /* 540, 100%; */
		margin: 20px;
		padding:0px;
		background:url(img-bin/background.jpg);
		xxxtext-align: center;	
		border: 1px solid #dfb511;
		overflow: hidden;
	}

#banner
	{	
		border: 0px solid #dfb511;
		position: relative; 
		top: 0px; 
		width: 100%;
		text-align: center; 
		//background-color: #70181a; //#492332;
		background:url(img-bin/background.jpg) ;
		overflow: hidden;
	}

#logoLHS
	{	
		position: absolute; 
		top: 10px; 
		left: 5px;
		width: 200px;
		height: 100px;
		background:url(img-bin/eagle_lhs.gif) no-repeat;
		overflow: hidden; 	
	}

#logoRHS
	{	
		position: absolute; 
		top: 10px; 
		left: 668px;
		width: 200px;
		height: 100px;
		background:url(img-bin/eagle_rhs.gif) no-repeat;
		overflow: hidden; 	
	}
		
#menu
	{	
		position: relative;
		border: 0px solid #dfb511;
		text-align: left; 
		vertical-align: bottom;
		xxxbackground-color: #70181a; //#492332;
		text-align: center; 
		height: 30px;
		top: -5px;
	}

#content
	{
		visibility: inherit;
		position: relative;
		xxxborder: 1px solid #dfb511;
		width: 100%;
		height: 100%;
		text-align: left;
	}

#contentPromotionPanel
	{
		visibility: inherit;
		xxxborder: 1px solid #dfb511;
		position: absolute;
		top: 0px;
		left: 0px; 
		width: 70%;
		height: 100%;
		text-align: left;
		xxxoverflow: hidden; 	
		margin-left: 25px; 	
		color: #D6C384;
		background-color: red;
	}
			
#contentMainPanel
	{
		visibility: inherit;
		xxxborder: 1px solid #dfb511;
		position: absolute;
		top: 0px;
		left: 0px; 
		width: 70%;
		height: 100%;
		text-align: left;
		xxxoverflow: hidden; 	
		margin-left: 25px; 	
		color: #D6C384;
	}

#contentInfoPanel
	{
		visibility: inherit;
		xxxborder: 1px solid #dfb511;
		position: relative; 
		top: 0px;
		left: 598px;
		width: 25%;
		text-align: center; 
		xxxbackground-color: #492332;
		background:url(img-bin/background.jpg) ;
		height: 100%;
		overflow: hidden;	
	}

.infoPanelObject
	{
		visibility: inherit;
		position:relative;
		top: 20px; 
		width:100%;
		height:160px; 
		overflow: hidden;
	}

.infoPanelSlideShow
	{
			
	}

#infoPanelAddress
	{
		top: -20px;
	}

#infoPanelScrollerTitle
{
	position:relative; 
	top:0px;
	margin:0px;
	height:20px;
	line-height:20px;
	width:100%;
	background:url(img-bin/background.jpg);
}

#infoPanelScroller
	{
		top: -50px;
		margin: 15px;
		border: 1px solid #723018;
		height: 150px;
		width: 170px;
		cursor: wait;
	}
			
#footer
	{	
		visibility: hidden;
		position: relative;
		left: 0px;
		xxxborder: 1px solid #dfb511;
		width: 100%;
		text-align: right; 
		vertical-align: bottom;
		overflow: hidden;
		margin: 0px; 
	}
		
.text
	{
		color: #B99610;
		font-family: Tahoma, MS Sans Serif, MSSansSerif8, Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
	}
	
.header
	{
		xxxcolor: #deb411; //#492332;
		font-family: Times New Roman, Tahoma, MS Sans Serif, MSSansSerif8, Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt; // 12pt
		font-weight: bold;
		margin-bottom: 15px;
		text-align: center;
	}
	
.smallButton A  
	{
		position: relative;
		text-decoration : none;
		color: #deb411;
		font-family: Tahoma, MS Sans Serif, MSSansSerif8, Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		border: 0px solid transparent;
		padding: 10px;
	}

.smallButton A:hover
	{
		color: #D6C384;
		outline-offset: -30px;
	}

.smallButton A:focus
	{
		border: 0px solid transparent;
		outline-offset: -30px;
	}
		
.smallButton A:active
	{
		border: 0px solid transparent;
		outline-offset: -30px;
	}
	
.mainImageFrame
	{
		border: 1px solid black;
		xxxcursor: pointer;
	}

.link A
	{
		color: #deb411;//#492332;
		text-decoration : underline;
		font-size: 8pt;
		font-family: Tahoma, MS Sans Serif, MSSansSerif8, Verdana, Arial, Helvetica, sans-serif;
		xxxfont-weight: bold;
	}

.link A:hover
	{
		color: #D6C384;//#dfb511;
	}
	
.floatLeft
	{
		xxxposition: relative;
		float: left;
		margin: 0px 20px 20px 0px;
	}

.floatLeftWithTopMargin
	{
		xxxposition: relative;
		float: left;
		margin: 20px 20px 20px 0px;
	}

.floatLeftWithLeftMargin
	{
		xxxposition: relative;
		float: left;
		margin: 20px 20px 20px 20px;
	}
		
.floatRight
	{
		xxxposition: relative;
		float: right;
		margin: 0px 0px 20px 20px;
	}

.floatRightWithTopMargin
	{
		xxxposition: relative;
		float: right;
		margin: 20px 0px 20px 20px;
	}

.floatRightWithRightMargin
	{
		xxxposition: relative;
		float: right;
		margin: 20px 20px 20px 20px;
	}

.floatRightWithLargeRightMargin
	{
		xxxposition: relative;
		float: right;
		margin: 20px 75px 20px 20px;
	}
					
.clearContents
	{
		position:absolute;
		top: 80px;
		left: 0px;
		width: 800px;
		height: 365px;
		background:url(img-bin/background.jpg) ;
	}
		

.innerContent
	{
		position: absolute;	
		left: 40px; 
		top: 110px; // 80px;
		width:720px;
		height: 335px;//365px;
		text-align: center;
		background:url(img-bin/background.jpg) ;
	}
		
	
	.imageDetails
	{
		visibility: hidden;
		position: absolute;
		left: 585px;
		top: 80px;
		width: 170px;
		height: 365px;
		text-align: left;	
	}
	
.contactDetailsHeader
	{
		position: absolute;	
		left: 215px; 
		top: 80px; 
		width:380px;
		height:75px;
		text-align: center;
	}
		
.contactDetailsFrame
	{
		position: absolute;	
		left: 220px; 
		top: 165px; 
		width:380px;
		height:290px;
		text-align: center;
	}
		

	
.navigationMenu						
	{	
		position: absolute;	
		left: 40px; 
		top: 508px; 
		height: 20px; 
	}

.textHeader
	{
		color:black; 
		font-size: 14px;
		xxx-font-family: Tahoma, MS Sans Serif, MSSansSerif8, Verdana, Arial, Helvetica, sans-serif;
		font-family: Times New Roman;
		font-weight: normal;
		text-decoration: none;
		letter-Spacing: 2px;
	}
	

.musicBarButton
	{
		position: absolute;	
		left: 345px; // 267px;
		top: 508px; 
		height: 20px; 
	}
				
.contactButton
	{
		position: absolute;	
		left: 370px; 
		top: 508px; 
		height: 20px; 
	}
	
.homeButton
	{
		position: absolute;	
		left: 410px; 
		top: 508px; 
		height: 20px; 
	}
		
.thumbnail A:link
	{
		font-size: 74px;
		text-decoration : none;
		border: 1px solid black;
	}

.thumbnail A:visted
	{
		text-decoration : none;
		border: 1px solid black;
	}
	
.thumbnail A:hover
	{
		text-decoration : none;
		border: 1px solid #BF9A32;
	}
	

