BODY {
	background-color: #BECFEF;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#page {
	width: 900px;
	margin: auto;
	background-color: #FFFFFF;	
}

#topLinks {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
	div.linkItem {
		width: 33%;
		text-align: center;
		float: left;
	}

#page_left {
	width: 240px;
	float: left;
}
	div.left_ad {
		width: 160px;
	 	margin: 0 0 0 10px;
		float: left;
	}
	div.ext_links {
	 	width: 230px;
		margin: 5px 0 0 10px;
		line-height: 30px;
		float: left;
	}
	div.disclaim {
	 	margin: 5px 0 0 10px;
		padding: 3px;
		font-size: 11px;
		width: 200px;
		border: 1px solid blue;
		float: left;
	}
	div.left-stuff {
		font-size: 12px;
		width: 230px;
		margin: 0 0 0 10px;
		float: left;		
	}

#page_right {
	width: 660px;
	float: left;
}
	h1 {
		margin: 0 10px 0 8px;
		font-size: 30px;
	}
	h2 {
		margin: 0 10px 0 8px;
	}
	p.intro {
		width: 640px;
		background-color: #FFFFF0;
		margin-right: 10px;
		margin-bottom: 15px;
		margin-bottom: 30px;
		font-size: 13px;
		float: right;
	}
	div.swf {
		margin-right: 10px;
		float: right;
	}
	p.inst {
		width: 640px;
		margin-right: 10px;
		font-size: 13px;
		float: right;
	}
	
	#ajaxAdSpc {
		height: 150px;
	}
	#ajaxAd {
		border: 1px solid #d5d5d5;
		margin-right: 89px;
		margin-bottom: 16px;
		width: 468px;
		height: 60px;
		padding: 6px;
		float: right;
	}
		img.ebayImg {
			height: 60px;	
		}
	#otherAd {
		border: 1px solid #d5d5d5;
		margin-right: 9px;
		margin-bottom: 16px;
		width: 468px;
		height: 60px;
		padding: 6px;
		float: right;
	}
	div.supItem {
		width: 468px;
		height: 60px;
		font-weight: bold;
		font-size: 14px;
		background-image: url('ebay.gif');
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	div.atla {
		width: 468px;
		height: 60px;
		display: table-cell;
		vertical-align: middle;
	}
	
	
a:link {
	color: #0000FF;
	font-weight: bold;
}
a:visited {
	color: #0000FF;
	font-weight: bold;
}
a:active {}
a:hover {}

a.ext:link {
	color: #0000C0;
	text-decoration: none;
	background-color: #FFFFC0; }
a.ext:visited {
	color: #0000C0;
	text-decoration: none;
	background-color: #FFFFC0; }
a.ext:hover {
	color: #4040FF;
	text-decoration: none; }
a.ext:active {
	color: #0000C0;
	text-decoration: none; }
