body  {background-color:#525c7f;
      margin:0;}

@font-face {font-family: "Eye glass";
      src:url(EYEGLAS0.eot)}

div.price {text-align:right;
      display:inline;}

h1 {font-family:WISHINGTYPE, sans-serif;
      font-size: 48px;
      color:black;}

h2 {font-family:"Eye glass"; 
      font-size: 14px;
      font-weight:bold;
      letter-spacing: 5px;
      color:black;}
h2.top {text-align:center;}
      
h3 {font-family:"Eye glass"; 
      font-size: 14px;
      letter-spacing: 3px;
      color:#c0c0c0;
      line-height:14px;
      text-align:center;
}
h3.submenu {position:absolute;
      top:170px;
      text-align:center;}
div.submenu {width:800px;
      position:absolute;
      top:170px;}

h4 {font-family: "Eye glass", sans-serif;
      font-size:18px;
      letter-spacing: 2px;
      color:#c0c0c0;
      line-height: 26px;
      text-align:center;}

h5 {font-family: "ZapfHumnst BT", sans-serif;
      font-size:14px;
      letter-spacing: 2px;
      color:#c0c0c0;
      line-height:18px;}

div.container {width:800px;
      margin: 0 auto;
      text-align:left;
      background-color: #648142;
      border: thin solid black;}

div.blackbar {width:100%;
      border-top: thick solid #c0c0c0;
      background-color:black;
      height:100px;}

div.blackbarwo {background-color:black;
      height:83px;
      width:800px;}
  
img {border:0;}

img.photoup {position:relative;
      left:600px;
      top:15px;
      z-index:1}

img.quote2 {position:relative;
      left:138px;
      top:200px;}

#shadow, #content {width:37em;}

#shadow {background:#888;
      border:2px solid #bbb;
      position:relative;
      left:50px;
      top:50px;}
 
#content {position:relative;
      left:50px;
      top:-155px;
      background:#ffd;
      border:1px solid #000;}

p {margin:0px 6px 2px 6px;}
p.floater {margin:0px 50px 2px 6px;
      text-indent:15px;}
p.indent {text-indent:15px;}

a:link {color:#c0c0c0;
      text-decoration:none;}
a:visited {color:#c0c0c0;
      text-decoration:none;}
a:hover {color:#c0c0c0;
      text-decoration:underline;} 


a.dark:link {color:black;
      text-decoration:underline;}
a.dark:visited {color:black;
      text-decoration:underline;}
a.dark:hover {color:black;
      text-decoration:none;} 



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: -2px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	vertical-align: top;
	width: 100px;
	height: 72px;
}

.hoverbox li
{
	background: black;
	display: inline;
	float: left;
	position: relative;
        top:-35px;
        left:50px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 104px;
	height: 72px;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 100%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: 0px;
	left: -2px;
}

* html .hoverbox li
{
	position: relative;
        top:-25px;
        left:50px;
}