/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	color: #616467;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img { border: 0; }

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 12px;
}

#main { clear: both; }

#content {
	width: 967px;
	background: url(../Img/bidnow-contentMid.png) repeat-y;
	margin-bottom: 8px;
}

#contentTop {
	background: url(../Img/bidnow-contentTop.png) no-repeat left top;
	padding-top: 14px;
}

#contentBottom {
	background: url(../Img/bidnow-contentBottom.png) no-repeat left bottom;
	padding: 0px 30px 6px 30px;
}

#topBar {
	float: right;
	background: #494949 url(../Img/bidNow-bodyBG.png) repeat-x top;
	width: 100%;
}

#topBarBottom {background: url(../Img/bidNow-bodyBGBot.png) repeat-x bottom;}

#topBarWidth {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#topNav {
	padding-bottom: 4px;
	float: right;
}

#footer {
	clear: both;
	background: url(../Img/bidnow-footerMid.png) repeat-y;
	width: 967px;
}

#footerTop {
    background: url(../Img/bidnow-footerTop.png) no-repeat left top; 
}

#footerBottom {
	background: url(../Img/bidnow-footerBottom.png) no-repeat left bottom;
	padding: 15px 15px 15px 18px;
}

.copyright { text-align: right; }

.homeDashboard { position: relative; background-color: #fff; padding: 10px; }
.homeDashboard table { width: 100%; }
.homeDashboard table table { width: auto; }
.homeDashboard table td { vertical-align: top; }
.homeDashboard td a { text-decoration: none; }
.homeDashboard td a:hover { text-decoration: underline; }
.homeDashboard h3 { font-size: 20px; font-weight: normal; color: #8a8a8a; padding: 5px; }
.homeDashboard h4 { color: #555555; font: 10pt Verdana; letter-spacing: 0px; font-weight: bold; margin-top: 5px; }
.homeDashboard .itemImage
{
    float: left;
}