BODY  {
	background: #FFFFFF url(/images/nav_bg_repeat_y.jpg) repeat-y;
	font-family :  Calibri, Arial, Times New Roman;
	font-size : 12pt;
	font-weight : normal;
	text-align: justify;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	height: 100%;
}

A {
	background-color : transparent;
	font-family :  inherit;
	font-weight:bold;
	text-decoration : none;
	font-size : inherit;
	color : #CCCC00;	
}

A:HOVER {
	background-color : transparent;
	font-family :  inherit;
	font-weight:bold;
	font-size : inherit;
	color : #999999;
	text-decoration :  underline;
}

IMG {
	border:none;
}

DIV#nav {
	display:inline;
}

IMG.nav {
	position:absolute; 
	left: 0px;	
	clear: right;
}

DIV#content {
	background: #FFFFFF url(/images/content_bg.jpg) no-repeat;
	position: absolute;
	margin-left: 235px;
	margin-top: 0px;
	max-width: 40%;
	min-width: 487px;
	min-height: 500px;
	height:100%;
	padding-left: 10px;
}

TABLE.sponsor {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

TABLE.sponsor TH {
	font-size: 14pt;
	text-align: center;
}

TABLE.sponsor TD {
	border:#000000 thin solid;
	padding:3px;
	border-spacing:0;
}

TABLE.auction {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

TABLE.auction TH {
	border-bottom:#000000 thin solid;
	font-size: 14pt;
	text-align: center;
}

TABLE.auction TD {
	border-bottom:#000000 thin solid;
	padding:3px;
	border-spacing:0;
	vertical-align:top;
	text-align: left;
}

TABLE.auction TD.live_item {
	text-align:center;
}

.title {
	background-color : transparent;
	font-family :  inherit;
	font-weight : bold;
	text-decoration : none;
	text-align: center;
	font-size : 18pt;
}

.subtitle {
	background-color : transparent;
	font-family :  inherit;
	font-weight : bold;
	text-decoration : none;
	text-align: center;
	font-size : 14pt;
}

.error {
	font-family : Arial, Times New Roman;
	font-size : 10pt;
	color: #FF0000;
	font-weight : bold;
}

#copywrite {
	font-family : inherit;
	font-size : 8pt;
	color : #000000;
	text-align:right;
}