/*
		INDEX
*/
.ind_title {
	color: #BD3527;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 0 0 3px 5px;
}
.ind_category_table {
	margin: 8px 0 16px 0;
}
.ind_category {
	background-color: #eee;
	border-top: solid 5px #909090;
	border-right: solid 5px #C7C7C7;
	border-bottom: solid 5px #9B9B9B;
	border-left: solid 5px #656565;
	line-height: 21px;
	padding: 4px 4px 4px 6px;
}
.ind_cat_link { 
	display: block;
	font-family: verdana, sans-serif;	
	font-size: 12px; 
	font-weight: bold; 
	color: #BD3527;
	text-decoration: none;
}
.ind_cat_link:hover { color: #777; text-decoration: underline; }
.ind_zero_listed { 
	color: #777;
	display: block;
	font-size: 14px; 
}
/*
		ABOUT US
*/
#about_us h2 {
	color: #BD3527;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 18px 30px 6px 50px;
}
#about_us p {
	color: #666;
	font-family: "Trebuchet MS", verdana, sans-serif;	
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 18px;
	margin: 4px 50px 12px 50px;
	word-spacing: 2px;
}
/*
		RENTALS
*/
#rentals a {
	color: #BD3527;;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#rentals a:hover {
	color: #666;
	text-decoration: underline;
}
#rentals a span {
	color: #666;
}