html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(images/gradient-background.jpg) #481818;
}

img { behavior: url(iepngfix.htc); }

a {
	text-decoration: none;
	color: black;
	}

#layoutTable {
	width: 900px;
}

#headerLinkTable {
	width: 900px;
	height: 25px;
	text-align: center;
	vertical-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

#headerLinkTable a {
	color: white;
	text-decoration: none;
}

#leftBar {
	width: 155px;
	text-align: center;
	vertical-align: top;
	color: white;
	font-family: sans-serif;
	font-size: 0.75em;
}

#leftBarImage {
	border: none;
}

#news {
	width: 372px;
	background-color: #EDEDED;
	vertical-align: top;
	text-align: center;
}

#footer {
	color: white;
	font-size: 0.9em;
	text-align: center;
	padding: 2px;
}

#weekly {
	width: 372px;
	background-color: #EDEDED;
	vertical-align: top;
	text-align: center;
}

#previous {
	width: 372px;
	background-color: #EDEDED;
	text-align: center;
	vertical-align: top;
}

.weeklyDivMouseOut {
	width: 352px;
	border-left: 10px solid #EDEDED;
	border-right: 10px solid #EDEDED;
	background-color:#EDEDED;
	padding: 10px;
}

.weeklyDivMouseOver {
	width: 352px;
	border-left: 10px solid #EDEDED;
	border-right: 10px solid #EDEDED;
	background-color:#EDEDED;
	padding: 10px;
	cursor: pointer;
}

.auctionListingMouseOut {
	width: 352px;
}

.auctionListingMouseOver {
	width: 352px;
	background-color: #EDEDED;
	cursor: pointer;
}

.upcomingDiv {
	width: 352px;
}

.newsDivMouseOut {
	font-family: sans-serif;
	width: 332px;
	text-align: left;
	padding:5px;
	background-color:#EDEDED;
}

.newsDivMouseOver {
	font-family: sans-serif;
	width: 332px;
	text-align: left;
	padding:5px;
	background-color:#EDEDED;
	cursor: pointer;
}