#wrapper {
	width: 480px;
	}

#content {
	margin: 0;
	background: #fff url(images/listings_back.gif) repeat-y;
	border-bottom: 1px solid #f90;
	}
	
#content h1 {
	border-bottom: 1px solid #f90;
	}
	
#content h1 span {
	background: #f90 url(images/corner.gif) right top no-repeat;
	}
		
#advertise {
	margin: 10px 0 10px 0;
	}
	
table.listings {
	width: 100%;
	margin-top: 20px;
	cell-spacing: 5px;
	}
	
table.listings tr {
	}
	
table.listings td.company {
	width: 30%;
	font-weight: bold;
	vertical-align: top;
	}
	
table.listings td.description {
	width: 270px;
	vertical-align: top;
	width: 50%;
	}
	
table.listings td.contact {
	vertical-align: top;
	font-weight: bold;
	color: #369;
	width: 20%;
	}
