@font-face {
			font-family: "Copperplate Gothic Light";
			font-style:  normal;
			font-weight: normal;
			src: url(COPPERP0.eot); 
			}
			
div.header{
			/* Location of header on page */
			position: absolute;
			width: 980px;
			height: 95px;
			z-index: 1;
			
			/* margin, border, and padding for header */
			margin: 0px;
			padding: 0px;
			
			/* text attributes */
			} 

div.menu{
			/* Location of navigation menu on page */
			position: absolute;
			width: 180px;
			height: 505px;
			z-index: 2;
			
			/* margin, border, and padding for navigation menu */
			margin: 130px 0px 0px 0px;
			padding-left: 15px;
			padding-right: 0px;
			padding-top: 15px;
			padding-bottom: 0px;
			
			/* text attributes */
			font-size: 1.25em;
			} 

div.content{
			/* Location of content on page */
			position: absolute;
			width: 780px;
			height: 520px;
			z-index: 3;
			
			/* margin, border, and padding for content pane */
			margin: 130px 0px 0px 200px;
			padding: 0px;
			
			/* text attributes */
			}
			
div.footer{

			/* Location of footer on page */
			position: absolute;
			height: 25px;
			z-index: 4;
			display: none;
			
			/* margin, border, and padding for header */
			margin: 10px 0px 0px 130px;
			padding: 0px;
			
			/* text attributes */
			font-family: Times, serif;
			font-size: 8pt;
			font-style: italic;
			color: gray;
			}

div.price{
			/* Location of price on page (replaces content for this section) */
			position: absolute;
			width: 760px;
			height: 480px;
			z-index: 3;
			
			/* margin, border, and padding for content pane */
			padding: 10px;
			
			/* text attributes */
			font-size: 12pt;
			font-family: Times, serif;
			
			/* scrollbars */
			overflow: auto;
			scrollbar-3dlight-color:;
			scrollbar-arrow-color:gray;
			scrollbar-base-color:black;
			scrollbar-darkshadow-color:;
			scrollbar-face-color:#333333;
			scrollbar-highlight-color:;
			scrollbar-shadow-color:;
			}
		   
div.image{
			/* centers image in content pane */
			display: block;
			line-height: 500px;
			text-align: center;
			
			/* margin, border, and padding for main image display */
			margin-left: 260px;
			margin-top: 10px;
			margin-right: 0px;
			margin-bottom: 0px;
			padding: 0px;
			
			/* image size limits */
			max-height: 500px;
			max-width: 500px;
			}
						
div.table{
			display: block;
			line-height: 500px;
			float: left;
			
			/* margin, border, and padding for main image display */
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			padding: 0px;
			}
			
div.links{
			/* Location of links on the page */
			position: absolute;
			width: 760px;
			height: 480px;
			z-index: 3;
			
			/* margin, border, and padding for content pane */
			margin-left: 150px;
			padding: 50px;
			
			/* text attributes */
			font-size: 14pt;
			font-family: Times, serif;
			}
			
div.index{
			display: block;
			width: 580px;
			height: 500px;
			position: absolute;
			text-align: center;
			margin: 0px 0px 0px 0px;
			
			/* text attributes */
			font-size: 8pt;
			font-family: Arial, serif;
			font-style: italic;
			color: gray;
			}
			
#thumb{
			/* centers image in cell */
			display: none;
			line-height: 50px;
			text-align: center;
			
			/* margin, border, and padding for thumbnails */
			padding: 9px;
			
			/* image size limits */
			width: 50px; 
			height: 50px;
			}
						
.centerText{
			display: inline;
			text-align: center;
			}
		   
H1{
			font-size: 44px;
			margin-top: -5px;
			margin-bottom: 0px;
			}
			
BODY{
			/* general page layout */
			background-color: black;
			color: ghost white;
			font-family: Copperplate Gothic Light, Times, serif;
			}
		   
A{
			text-decoration: underline;
			color: ghost white;
			cursor: pointer;
			cursor: hand;
			}

A:hover{
			color: grey;
			}
