body {
	margin:0px;
	border:0px;
	padding:0px;
	height:100%;
	max-height:100%;
	/*text-align:center;*/
	font-family:arial, verdana, sans-serif;
	font-size:90%;
	overflow: hidden;
	background-image: url(../graphics_main/background.jpg);
  }

/* for internet explorer */
* html body {
	padding:0px 0px;
	/*text-align: center;*/
  }
  
#wrapper {
	position:fixed;
	height:100%;
	width:990px;
	top: 0px;
	/*left:0px;*/
	bottom: 0px;
	/*right:0px;*/
	padding:0px;
	background-image: url(../graphics_main/background-shadow.jpg);
	background-color: #fff;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	/*text-align: center;*/
  }
* html #wrapper {
  height:100%; 
  width:990px;
  }

#header {
	position:absolute;
	top:0px;
/*	left:-34px;*/
	/*right:0px;*/
	width:950px;
	height:140px;
	margin:0px auto;
	overflow:hidden;
/*	text-align:left;*/
  }
* html #header {height:140px;}

#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position:absolute;
	top:140px;
	left: 40px;
	bottom:105px;
	width:910px;
	overflow:auto;
	margin:0px auto;
	/*text-align:center;*/
  }
* html #container {
/*  height:100%-110px; */
  width:910px; 
  }

#footer {
	position:absolute;
	bottom:0px;
	/*right:0px;*/
	width:950px;
	height:105px;
	margin:0px auto;
	overflow:hidden;/*	text-align:center;*/
  }
* html #footer {height:105px;}

#apLogo {
	position: relative;
	height: 140px;
	width: 130px;
	left: 0px;
	top: 0px;
	z-index: 1400;
}
#apTitle {
	position: absolute;
	height: 97px;
	width: 797px;
	left: 98px;
	top: 27px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.spaceFix {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
/* end of bit that does the work*/


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	left: 10px;
	top: 0px;
	right: 20px;
	bottom: 10px;
}
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	left: 10px;
	top: 0px;
	right: 20px;
	bottom: 10px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	top: -30px;
	font-weight: bold;
	color: #000000;
}
.paragName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	margin-bottom: 12px;
}
.tableAuction {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a, a:visited {
	text-decoration:none;
	color: #990000;
  }
a:hover {
	color:#000066;
	text-decoration:none;
  }
.auctionNav {
	font-size: 10px;
	color: #000033;
}
.auctionRules {
	font-size: 10px;
	color: #333333;
}

#rules{
	position:absolute;
	top:90px;
	right:30px;
	width:500px;
	padding:15px;
	background-color:#fff;
	border:1px solid #000;
	font-size: .75em;
	text-align: left;
}

.close{text-align:center;font-size:10px;}

