body{
	background: black;
	margin: 0;
	padding: 0;
}

body, td, p{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #f3cd35;
}

#header, #footer{
	margin: 0;
	padding: 0;
	clear:both;
	text-align:center;
}

#header{
	border-bottom: solid 2px #f3cd35;
	height:170px;
	background:url(/graphics/logo.png) 50% 50% no-repeat;
}

#footer{
	font-size:80%;
	padding: .5em 2em;
	background:#f3cd35;
	color: black;
	position:fixed;
	bottom:0px;
	width:100%;
}

#menu{
	margin:0;
	background-color:#87868a;
	width:100%;
	clear:both;
	text-align:center;
	border-bottom: solid 2px #f3cd35;
}

ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
}

ul.menu li{
        margin: 0;
        padding: 0;
        display: inline;
	list-style-type: none;
}

ul.menu li a:link, ul.menu li a:visited {
        padding: 0px 10px;
        text-decoration: none;
        color: white;
        background: #87868a;
}

ul.menu li a:link:hover, ul.menu li a:visited:hover {
        background: #f3cd35;
        color:black;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }

/* === main elements === */

#main{
	margin: 0 auto;
	padding: .5em .5em 4em;
	width:800px;
	text-align:center;
}

#main a:link, #main a:visited{
	background-color:#567eb9;
	color:white;
}

#main a:link:hover, #main a:visited:hover{
	background:#434343;
}

#main h1 a:link,#main h1 a:visited{
	color: white;
	text-decoration:none;
	background-color:#434343;
	display:block;
}

#leftbar, #rightbar{
	height:400em;
	width:210px;
	float:left;
	padding:5px;
	margin:5px;
}

#rightbar{
	float:right;
}

#content{
	overflow:auto;
}

dd{
	font-style:italic;
}

#thumbs{
	float:left;
	width: 570px;
}

#preview{
	border: solid 4px #ff9900;
	background:#434343;
	z-index: 50;
	position: fixed;
	top: 20px; right: 20px;
	
	text-align: center;
	display: none;
}

#leftbar h1{
	clear:left;
	margin-right:10px;
}


/*===== misc display elements =====*/
.grayborders, .h1ish, h1{
	border: 1px solid #ff9900;
}

h1, h2, h3{
	background:#434343;
	color: #007ec3;
}

.h1ish a:link, .h1ish a:visited, h1 a:link, h1 a:visited{
	color:white;
	text-decoration:none;
	background-color:#434343;
	display:block;
}

h1, .h1ish, h2{
	color: white;
	padding:5px;
	font-size:100%;
	font-weight:normal;
	margin: 0;
	overflow:auto;
}

h2{
	background: #567eb9;
}

input{
	border: 1px solid #666666;
	margin:1px;
	padding:2px;
}

th{
	font-weight:normal;
	text-align:center;
	background-color:#D4E2EF;
	border-bottom:solid 1px #666666;
}

.warning, dt.warning{
	color:red;
}

.numeric{
	text-align:right;
}

.smaller{
	font-size: 80%;
	padding:0 4px;
}

.even{
	background-color:#D4E2EF;
}

.orderftr{
	background-color:#FFFFCC;
}

.imageHolder{
	margin:10px;
}

.closer:link, .closer:link{
	background-color:silver;
	color:black;
}

.closer:hover{
	background-color:white;
	color:black;
}

.shadow1 {
  background:url(/graphics/shadow.gif) right bottom no-repeat;
  }
.shadow2 {
  background:url(/graphics/corner_bl.gif) left bottom no-repeat;
  }
.shadow3 {
  background:url(/graphics/corner_tr.gif) right top no-repeat;
  padding:0 6px 6px 0;
  }
#pics{
  clear:right;
}
#shadow {
  margin: 10px 10px 10px 0;
  float:left;
}

#shadow div {
  float:left;
}  
    
#shadow img{
  float:left;
}

