.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 600px;
	text-align: justify;
	margin-top: 28px;
}

.buttons a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000CC;
}
.buttons a:hover {
	text-decoration: underline;
	color: #00CC33;
}
a {
	color: #000000;
}

.text-bg {
background-color: #e5a258; padding: 26px 32px 26px 32px; border: 1px solid gray;
	text-align: justify;

}

#sale {
  width: 300px;
  background-color: #F5F5F5;
  border: solid #FF0000 1px;
  font-size: 16px;
  color: #FF0000;
}
#PageContent{ /* actual content area is (140+180)-760=440px*/
	margin: 0px; 
	padding: 20px 140px 20px 180px; 
	width: 660px;
	height: auto !important; height: 344px; min-height: 344px; 
	background-image: none;
}
