	body {
	margin: 0;
	padding: 0;
	text-align:center;
	height: 100%;
	font-size: 0.8em;
	}
	
	#all {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	position: relative;
	padding-top:1em;
	}
	
	#header {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#dhtmlgoodies_tabView1 {
		position: absolute;
		left: 0;
		top: 99px;
	}
	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family: Helvetica;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	
	.left { float: left;}
	.left img { padding-left: 15px; padding-top: 40px; }
	.right { float: right;}
	.clear { clear: both; }
	
	table {
		width: 250px;
		padding: 2px;
		border:1px solid #919b9c;
		}
	
	td.center { text-align: center; }
	
	b { font-size: 1.2em; }
	
	/*label { display: block; }*/
	input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
	
	ul {
		padding: 10px;
		margin: 15px;
		line-height: 1.5em;
		}
		
	.special {
		background-color: #DDD;
		margin: 0 auto;
		font-size: 1.1em;
		font-weight: bold;
		padding: 25px 100px;
		line-height: 1.2em;
	}
	
	.small {
		font-size: .75em;
		color: #333;
		}
		
	.center { text-align: center; }
	
	#sold {
		position: absolute;
		top: 150px;
		left: 250px;
		z-index: 100;
	}