body {		
	background-color: #000000;
	margin-top: 0px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
a:link {
	text-decoration: none;
	color: #f7941d;
}
a:visited {
	text-decoration: none;
	color: #f7941d;
}
a:hover {
	text-decoration: underline;
	color: #f7941d;
}
a:active {
	text-decoration: none;
	color: #f7941d;
} 
hr {border: none 0; 
border-top: 1px dashed #ff0000;/*the border*/
width: 500;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
div.background
  {
  width: 500px;
  height: 250px;
  background: url(home/transbg.jpg) repeat;
  border: 2px solid black;
  }
.heading {
	font-size: 22px;
	font-family: "Times", Times New Roman, serif;
}
.heading2 {
	font-size: 20px;
	font-family: "Times", Times New Roman, serif;
}
.copyright {font-size: 10px};
.listingheader {	
font-family: Geneva, Arial, Helvetica, sans-serif;	
font-size: 14px;
font-weight: bold; 
color: #000000; 
}
page {
text-align: center;
} 
.image-borderR{
	border-style:solid;
	border-color: #81755d;
	border-width:1px;
	float:right;
	padding: 4px 4px 4px 4px ;	 
    margin: 8px;
}
.image-borderL{
	border-style:solid;
	border-color: #666666;
	border-width:1px;	
	padding: 4px 4px 4px 4px ;
}
#centered
{
width:1306px;
left:50%;top:50%;
margin:-200px 0 0 -450px;
border:1px solid #000;
position:fixed;
}
.PGHeading{
 font-size:20px;
 text-transform:uppercase;
 font-weight:bold;
 font-family: Arial Black, Arial, Helvetica, sans-serif;
 color:#89d861;
}
.headerPadding {
padding-bottom: 20px;
}
.footerPadding {
padding-top: 40px;
}