body {
  font: 14px/20px verdana;
  background: url(images/slice-noise.jpg);
}

p {
  margin: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}

h1 {
  margin: 10px;
	padding: 10px;
	font: 23px verdana;
}

h2 {
  margin: 10px;
	padding: 10px;
	font: 16px verdana;
}

#Header {
  height: 100px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #222;
}

#HeaderLogo {
  margin: 0;
	padding: 0;
	padding-top: 23px;
  text-indent:-10000px;
}

#HeaderLogo a {
  background: url(header.jpg) no-repeat;
  height: 49px;
	width: 749px;
	display: block;
}

#TopNav {
  width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #222;
}

  #skyline {
    width: 300px; height: 70px;
    background: url(images/falcon-nav-crop.jpg);
    margin: 0px 0px; padding: 0;
    position: relative; }
  #skyline li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #skyline li, #skyline a {
    height: 70px; display: block;}
		
	#panel1b {left: 0; width: 100px;}
  #panel2b {left: 100px; width: 100px;}
	#panel3b {left: 200px; width: 100px;}
	
	#panel1b a:hover {
    background: transparent url(images/falcon-nav-crop.jpg)
    0 -70px no-repeat;}
  #panel2b a:hover {
    background: transparent url(images/falcon-nav-crop.jpg)
    -100px -70px no-repeat;}
	#panel3b a:hover {
    background: transparent url(images/falcon-nav-crop.jpg)
    -200px -70px no-repeat;}
		

#MainWrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-top: 1px solid #777;
	overflow: hidden; /* positioniseverything equal column height fix */
}

#LeftContent {
  width: 607px;
  float: left;
}

#LeftContent img {
  padding: 10px;
}

#RightContent {
  width: 290px;
	float: left;
	border-left: 1px solid gray;
	background: white;
}

#RightContent h2 {
  background: #333;
	color: white;
}

#RightContent a {
  text-decoration: none;
}

#RightContent table {
	font-size: 10px;
}

.ebayFeed {
  padding: 10px;
}

/* pie equal column heights hack */
#LeftContent, #RightContent { 
  padding-bottom: 5000px;
	margin-bottom: -5000px;
}


.amazonLinks {
  padding: 10px;
}

.amazonLinks a {
  display: block;
}

.amazonLinks a img {
  border: none;
}

#FloatFix {
  clear: both;
}

