
#Logo{
	float:					left;
	width:					530px;
	height:					100px;
	margin-top:				10px;
	margin-left:			7px;
	color:					#454545;
	}
	
#Logo div{
	width:					500px;
	height:					13px;
	
	padding-top:			67px;
	text-align:				center;
	font-weight:			bold;
	font-size:				12px;
	color:					#000000;
	}

#ListingInfo{
	float:					right;
	margin-top:				5px;
	width:					145px;
	}

#ListingInfo h1{
	color:					#000000;
	font-weight:			bold;
	text-align:				center;
	font-size:				14px;
	margin-bottom:			9px;
	}

#InfoValues{
	background:				#F5F5F5;
	border:					1px solid #8EA0BA;
	height:					60px;
	overflow:				hidden;
	}

#InfoValues .Info{
	width:					145px;
	line-height:			18px;
	}

#InfoValues .Info .Label{
	width:					60px;
	height:					14px;
	padding:				0px 3px 0px 3px;
	float:					left;
	}
#InfoValues .Info .Value{
	width:					70px;
	height:					14px;
	padding:				0px 3px 0px 3px;
	float:					left;
	text-align:				right;
	overflow:				hidden;
	}
