* {
	margin:0;
	padding:0;
	}

body {
	color:#999;
	font:1em Trebuchet MS, Tahoma;
	width:600px;
	margin-left:210px;
	padding:0px 70px 0px 50px;
	background:#000;
	line-height:1.3em
}
h1 {
	color:#f60;
	font:bold 1.2em Tahoma;
	margin-bottom:40px
}
h2 {
	font-size:1.3em;
	margin-bottom:30px
}
img {
	border:none;
	}
p, ul, ol {
	margin:0 0 15px;
	}
ul, ol {
	padding:0 0 0 17px;
	}
a {
	color:#0066FF;
}
a:hover {
	color: color:#0066FF;
	text-decoration:none;
}
h1 a {
	color:#f60;
}

.menu {
	position:absolute;
	left:-2px;
	top: 50px;
	padding: 0 0 0 25px;
}
.menu a {
	font-weight:bold;
	padding:3px;
	white-space:nowrap;
}
.menu a:hover, .bottom-navigation a:hover {
	color:#f90;
	text-decoration:underline;
	color:#F00
}
.menu li {
	display:block;
	padding:4px 0;
}
.menu ul {
	margin:0;
	padding:10px;
	border:#0066FF solid 1px;
	list-style-type:none;
}
.menu img {
	margin:0px 0px 20px;
}
.bottom-navigation {
	text-indent:-6em;
	margin-top:1.5em;
	font-size:0.95em
}
.bottom-navigation li {
	display:inline;
	margin-right:15px
}
.right {
	float:right;
	padding:20px 10px 20px 30px
}
.left {
	float:left;
	padding:20px 10px 20px 30px
}
#footer {
	font-size:0.9em;
	text-align:center;
	margin-top:2em
}
#OpalAuctions {
	width: 420px;
	bottom: auto;
}

/* =self clearing
----------------- */
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 
	
	
.clearer {
	height:0;
	margin:0;
	padding:0;
	clear:both;
	display:block;
	}	

