@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
	font: normal 12px Verdana, Geneva, sans-serif;
} 

.twoColFixLtHdr #header {
	height: auto;
	background-color: #003;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(banner/image1.jpg);
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 1px 15px 20px;
	color: #039;
	font-size: 10px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent {
	margin: 15px 15px 0 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	;
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #000;
	background: #FFF;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EBEBEB;
	list-style: disc inside;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.buttonscontainer {
	width: 200px;
	font: normal 10px Verdana, Geneva, sans-serif;
	color: #000;
	background: #EBEBEB;
}

.buttons a {
	color: #000;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #069;
	font: normal11px Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	background: #EBEBEB;
}

.buttons a:hover {
	border-left: 10px solid #EEFDFF;
	text-decoration: none;
	color: #900;
	background-color: #EBEBEB;
}




/* Center image between margins */
div.center{
   width: 100%;
   text-align: center
}
.twoColFixLtHdr #container #footer p {
	text-align: center;
	font-size: 9px;
}
.twoColFixLtHdr #container #footer table tr td {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}
/* Style for tables of thumbnail images */
table.thumbs{
	text-align: center;
	font: 18px Verdana, Geneva, sans-serif;
}   

/* Style for table cells that contain thumbnails */
td.thumbs{
	border: 0px solid #00bfff;
	padding: 10px;
	font: 9px Verdana, Geneva, sans-serif;
}
/* Style for thumbnail images */
img.thumbs{
   width:142px;height:110px
}
/* Paragraphs styled as selling */
p.selling {
	background-color:#E6FBFD;
	margin-left:2px;
	margin-right:12px;
	padding:10px;
	border:thin solid #009;
	font: italic bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;text-align:center;

}
/* Paragraphs styled as buying */
p.buying {
	background-color:#E6FBFD;
	margin-left:2px;
	margin-right:12px;
	padding:10px;
	border:thin solid #009;
	font: italic bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;text-align:center;

}

p.click {
	font: bold normal 12px Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
	background: #EBEBEB;
}
#centeredmenu {
	float:left;
	width:100%;
	background:#fff;
	border-bottom:4px solid #000;
	overflow:hidden;
	position:relative;
	color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}

.twoColFixLtHdr #container #header {
	text-decoration: none;
	color: #FFF;
	background-repeat: no-repeat;
	height: 223px;
	width: 780px;
	background-color: #003;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	background-image: url(banner/image1.jpg);
	padding: 0px;
	margin-bottom: 0px;
	position: relative;
}
 hr {
  border: 0;
  width: 90%;
}
h1 {
	font-size: 1.3em;
	color: black;
	font-face: verdana;
	text-align: center;
}
h2 {
	font-size: 12px;
	color: #000;
	font-face: verdana;
}
h3 {
	font-size: .85em;
	color: #000;
	font-face: verdana;
}
h4 {
	font-size: 1.2em;
	color: #000;
	font-face: verdana;
}

.twoColFixLtHdr #container #navbar ul li a {
	color: #FFF;
	text-decoration: none;
	font: bold 11px Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container #mainContent {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
div.figure {
	float: right;
	width: 58%;
	border: thin silver solid;
	padding: 0.3px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: 8px;
  text-indent: 0;
}
