html, body{ 
 margin:0; 
 padding:0; 
 font-family: georgia, "trebuchet ms", verdana;
 color: #563434;
 background: #280606;
 font-size:88%;
 }
 
#header {
	background: #FFCC00 url(/css/logo-small.gif) no-repeat top left;
  border-bottom: 3px solid #FFB200;
  border-top: 6px solid #FFB200;
  padding-left: 6px;
  height:84px;
}
#header h1 {color: #330099;letter-spacing: .3em; margin: 0px; padding: 10px;}

#outer_wrapper {
	background: #fff url(background_3.gif) repeat-y left;
}
#wrapper {
	background: #FFFAE6;;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	/*background:#FFFAE6 url(/css/bg.gif) repeat-y right;*/
 	background:#FFFAE6;
}
#content {
	background: #FFFAE6  url(/css/contentbg.gif) repeat-y left ;
  
}
#main {
	margin-left: 150px;
  padding: 20px;
  padding-top:4px;
}
#main a {text-decoration:underline;}

#main img {margin-bottom:10px; margin-top:0; padding: 3px; border:0px solid #CCC;}
#main img.noBorder { padding: 3px; border:none;}

#left {
	width: 150px;
	float: left;
  padding:0 6px 0 0;
  text-align: left;
}
#sidebar {
	width: 200px;
	float: right;
}
#sidebar p, #sidebar a, #sidebar h1 {padding-left: 4px;}
#footer {
	background: #FFCC00;
  padding:10px;
  border-top: 2px solid #FFB200;
  text-align: center;
}
#footer a {text-decoration: underline;}
h1, h2, h3 {
  padding: 2px;
  font-family:"trebuchet ms", arial;
  color: #800000; 
  margin-top:0;
}
h1 {font-size: 18pt;}
h3 {font-size: 13px;}
#left h3 { margin-bottom:4px; margin-top: 14px; background: #FFE066; padding: 2px; color: #333; padding-left:0; margin-left:0;}

a {
  color: #330099;
  text-decoration:none;
  font-weight:bold;
}
a#selected {color:maroon;}
a#subselected, a#subselected:visited {font-weight:bold;}
a:hover {color: blue;}

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
#content .floatLeft{float:left; margin-right:10px;}
#content .floatRight{float:right;margin-left:10px;}
#content .floatLeftNoBorder {float:left;border:none; }
#content .floatRightNoBorder {float:right; border:none;}
.clearBoth {clear: both;}
td {vertical-align:top;}

 li {list-style-type:none;  }
 ul {list-style-type:none; }
 li {list-style-image: url(/images/square.gif);}
 
.graybox 
{ 
  float:left;
  background: #F6F6F6; 
  background-image: url(/images/grayboxbg.jpg);
  background-repeat: repeat-x;  
  border: 1px solid #DDD;
  padding: 4px;
  margin: 20px;
  margin-top: 4px;
  width: 200px;
}
#nav {padding:6px; background:#EEE url(/css/navbg.gif) no-repeat top left;margin-top:10px; border:3px solid #FFF;}
#nav h4 {color: #987987; border-bottom:1px dashed; font-family:tahoma; font-weight:normal; font-size:130%; margin:8px;}
#nav ul {list-style-type:none; margin: 0;	padding: 0;}
#nav ul li 
{  background:url(/css/bullet_design.gif) no-repeat 2px 3px;
  	margin: 0;
	padding: 0 0 8px 18px;
	line-height: 12px;
  list-style-type:none; list-style-image:none;
  }
 
div.message {padding: 10px; background: #F8F8F8; border: 1px solid #CCC;}
div.message h2 {color: #003366;}
div.message p.sentmessage {border: 1px solid #ccc; background: #EEE; padding: 10px;}  
#container img {border:1px solid #999;}
table.antiques
{
  border-collapse:collapse;
}
table.antiques td 
{
  padding:0;
  font-weight:bold;
}

#left_pics {
 float: left;
 margin: 10px;
 height: 500px;
 overflow: auto;
 display: inline;
}

#right_pics {
 position: absolute;
 top: 70px;
 left: 320px;
}

#bumper {
 position: relative;
 float: left;
 width: 100%;
 height: 600px;
 }