/* CSS Document */
#container {
	padding: 0;
	width: 0;
	width: 732px;
	background-color: none;
	}
#main {
	padding: 10px;
	width: 475px;
	float: left;
	}
#side {
	padding: 10px 0 0 0;
	width: 185px;
	float: right;
	font-family: Verdana, san-serif;
	font-size: 10px;
	}
#side p {
	color: #ffffff;
	background-color: #54718D;
	padding: 5px 2px 5px 2px;
	font-size: 10px;
	border-bottom: 1px solid #ffffff;
	width: 160px;
	}

#side img.right{
	float: right;
	padding: 10px;
	}

#listing {
	padding: 10px;
	width: 250px;
	font-family: Verdana, san-serif;
	float: left;
	margin-bottom: 15px;
	}
	
#listing p {
	line-height: 15px;
	color: #000000;
	font-size: 10px;
	}
	
#listing p.intro {
	font-size: 10px;
	color: #000000;
	font-style: italic;
	line-height:13px;
	margin-top: -15px;
	}
	
#listing p.date {
	font-size: 11px;
	color: #000000;
	border-bottom: 1px solid #999999;
	margin-top: -9px;
	}
	
#listing h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	color: #54718D;
	}
	
#listing img.right{
	float: right;
	background-color: #ffffff;
	border: 1px solid #733522;
	padding: 3px;
	margin-left:8px;
	margin-bottom:8px;
	}
	
	
#listingR {
	padding: 10px;
	width: 250px;
	border: 1px solid #000000;
	border-bottom: 2px solid #000000;
	font-family: Verdana, san-serif;
	float: right;
	margin-left: 10px
	}
	
#listingR p {
	line-height: 15px;
	color: #000000;
	font-size: 10px;
	}
	
#listingR p.intro {
	font-size: 12px;
	color: #000000;
	font-style: italic;
	}
	
#listingR p.date {
	font-size: 11px;
	color: #000000;
	border-bottom: 1px solid #733522;
	margin-top: -10px;
	}
	
#listingR h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	color: #733522;
	}
	
#listingR img.right{
	float: right;
	background-color: #ffffff;
	border: 1px solid #733522;
	padding: 3px;
	}