body {
	margin: 0;
	padding: 0;
	text-align:center;
	clear: both;
	height: 100%;
	width: 100%;
}

#mainDiv {
	margin: auto;
	width: 1024px;
	clear: both;
	text-align:center;
}

#leftGutter {
	width: 100px;
	height: 827px;
	background: url('/images/leftGutter.jpg') repeat-y;
	float: left;
}

#middleDiv {
	width: 800px;
	float: left;
}

#rightGutter {
	width: 100px;
	height: 827px;
	background: url('/images/rightGutter.jpg') repeat-y;
	float: left;
}

#middleHeader {
	width: 800px;
	height: 51px;
	clear: both;
	background: url('/images/header.jpg') no-repeat;
}

#logoEtc {
	clear:both;
	margin: auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#logoDiv {
	float: left;
	width: 220px;
	margin-right: 70px;
}

#logoDiv a img {
	text-decoration: none;
	border: 0;
}

#searchBoxDiv {
	float: left;
	width: 307px;
	height: 76px;
	background: url('/images/searchBox.jpg') no-repeat;
}

#ebayLogoDiv {
	margin-top: 8px;
	float: right;
	width: 113px;
}

#searchQuery {
	width: 155px;
	height: 25px;
	position:relative;
	left: 33px;
	top: 25px;
}

#catEtcDiv {
	clear:both;
	padding-top: 20px;
}

#shopByCat {
	width: 421px;
	float:left;
	padding-left: 15px;
}

#shopByCatHeader {
	width: 421px;
	height: 22px;
	background: url('/images/shopByCat.jpg') no-repeat;
}

#shopByCatContent {
	width: 421px;
	height: 192px;
	background: url('/images/shopByCatBG.jpg') repeat-x;
}

#shopByCatContent a {
	color: #000000;
	text-decoration: none;
	font-size: 9px;
}

#shopByCatContent a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 9px;
}

#shopByCatContent a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 9px;
}

#whatIsOn {
	margin-left: 5px;
	float:left;
	border: 1px solid #000000;
	padding-bottom: 7px;
}

#whatIsOnImg {
	height: 230px;
	width: 339px;
	background: url('/images/whatIsOn.jpg') no-repeat center center;
}

#whatIsOnSearch {
	clear:both;
	padding-left: 10px;
}

#whatOnEbayLogo {
	float:left;
}

#whatOnSearchBox {
	padding-top: 10px;
	float:left;
}

#whatOnSearchButton {
	padding-top: 10px;
	float:left;
}

#resultsBannerDiv {
	clear:both;
}

#results {
	width: 640px;
	height: 100px;
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
}

#resultsBanner {
	width: 120px;
	height: 100px;
	float: left;
	margin-top: 20px;
}

#resultsHeader {
	height: 20px;
	clear:both;
	background-color: #FCCD03;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #FF0000;
}

#resultsHeader div{
	background-color: #FCCD03;
	font-weight: bold;
}

.resultsDG {
	background-color: #CCCCCC;
	height: 40px;
	clear:both;
}

.resultsLG {
	background-color: #DDDDDD;
	height: 40px;
	clear:both;
}

.dottedLine {
	height:1px;
	border-top: 1px dashed #000000;
	background-color: #FFFFFF;
	clear:both;
}