* {
	margin: 0;
	padding: 0; 
}

#wrapper {
width: 842px;
margin: 0 auto;
min-height: 100%;
}
* html #wrapper {
height: 100%;
}

body, html 
{
	height: 100%;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	COLOR: #00137F; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Tahoma, Arial, Helveticca;
	background-color: White;/* #A6A6A6;*/
}

#header {
	background: url(header.jpg) ;
	background-repeat:no-repeat;
	height: 82px;
}

#content {
	z-index: 100;
	width: 820px;
	padding: 10px;
	background-color:#E0E0E0;
	overflow:auto;
	min-height:470px;

}

#footer {
	padding-left: 175px;
	background: url(footer.jpg) ;
	background-repeat:no-repeat;
	height: 29px;
	padding-top: 10px;
	color: #FFFFFF;
	clear:both;
}
#left {
	top:0px;
	left: 0px;
	float:left;
}
#centreposition 
{
	/* must set left and right margins in code, using style */
	top:0px;
	padding-right: 0px;
	padding-left: 0px;
	float:none;
}
#right {
	top:0px;
	float:right;
	right: 0px;
}

#menu {
	FONT-FAMILY: Tahoma, Arial, Helveticca;
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	background: url(menuback.jpg);
	background-repeat:no-repeat;
	height: 23px;
	padding-right: 15px;
}

#menu ul 
{ 
}

#menu ul a {
	text-decoration: none;
	color: #8B0000; 
	padding-left: 20px;
}

#menu ul a:hover 
{
	text-decoration: underline;
}

.no_decoration 
{
	text-decoration: none;
}

.no_visithistory_red
{
	color: #8B0000; 
}
.no_visithistory_red a:visited
{
	color: #8B0000; 
}
.no_visithistory_red a:link
{
	color: #8B0000; 
}


.auction_title
{
	color: #8B0000; 
	font-size:13px;
	font-weight:bold;
}

.popup-help 
{
	/*height:100px;*/
	background-color:#FFFFFF;
	border-style:solid;
	border-width:5px;
	border-color:Gray;
	padding: 5px;
}

.section_heading
{
	font-weight:bold;
	color: #8B0000; 
	
}

.lot_title
{
	color: #8B0000; 
	font-size:13px;
	font-weight:bold;
}


.font_small
{
	text-decoration: none;
	font-size:11px;
	letter-spacing: 1px;
}

.adsense_header_matching
{
	font-family:Verdana; 
	color: #8B0000; 
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
	}
.adsense_body_matching
{
	font-family:Verdana; 
	color: #00137F; 
	font-weight:normal;
	font-size:11px;
}
.pageCurrentNumber
{
	border: solid 1px #00137F;
	text-decoration:none;
}



.action_button
{	
	text-decoration: none;
	cursor:pointer;
	font-size: 11px;
	font-weight:bold;
	color: #8B0000; 
	background-color:Transparent;
	background-image:URL(ACTION_BUTTON_ARROW.GIF);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 4px;
	margin-right: 0px;
	text-indent:1em;
}

 .action_button:hover
{
	text-decoration: underline;

} 

.action_button_simplelink_style
{	
	text-decoration: none;
	cursor:pointer;
	font-size: 11px;
	font-weight:bold;
	color: #8B0000; 
	background-color:Transparent;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 4px;
	margin-right: 0px;
	text-indent:1em;
}

.rounded-container 
{
	background-color: White;
	margin:0px;
	overflow:auto;
}
* html .rounded-container {
 height: 1%; 
 }
.rounded-container-content
{
	padding-left:5px;
	padding-right: 5px;
	padding-top: 5px;
	overflow:auto;
}

.rounded-tl {
background-image: url(circle.gif);
background-position: 0px 0px;
width: 10px;
height: 10px;
float:left;
font-size: 0;
}
.rounded-tr {
background-image: url(circle.gif);
background-position: 10px 0px;
width: 10px;
height: 10px;
float: right;
font-size: 0;
}
.rounded-bl {
background-image: url(circle.gif);
background-position: 0px 10px;
width: 10px;
height: 10px;
float: left;
font-size: 0;
}
.rounded-br {
background-image: url(circle.gif);
background-position: 10px 10px;
width: 10px;
height: 10px;
float: right;
font-size: 0;
}

