body {
	background-color: 000000;
}

#PageContent {
	left: 50%;
	position: absolute;
	width: 870px;
	margin-left: -435px;
}

#pageBody {
  float: left;
  width: 100%;
  background: #000000;
}
#header {
  background: #000000;
  width: 100%;
  height: 184px;
  position: relative;
}
#navLeft {
  background: #CC0000;
  float: left;
  width: 150px;
}
#HomeButton, #ProfileButton, #CatalogsButton, #SpecialsButton, 
#ServicesButton, #ContactButton, #EbayButton {
  position: relative;
  float: left;
  border: 0px;
  width: 150px;
  height: 60px;
}

#content {
  background: #CC0000;
  margin-left: 150px;
  width: 720px;
}
#footer {
  clear: both;
  width: 720px;
  background: #000000;
  height: 115px;
}
p.footer{
  text-align: center;
  color: white;
  font-family: verdana;
}
body{
  background: #000000;
}
#wideText {
  float: left;
  width: 720px;
  background: #CC0000;
  text-align: center;
  color: #ffffff;
}  

#slimText{
	float: left;
	color: #ffffff;
	width: 660px; 
	text-align: justify; 
	margin-left: 30px;
}

