body {
	color: #5f5f5f;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/webbg.jpg) repeat-x #e1e1e1;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #752222;
	font-weight: normal;
	text-decoration:  none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	font-weight: normal;
	display: inline;
	_display: inherit;
	color: #5f5f5f;
	margin-bottom: 15px;
}


h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;
	color: #5f5f5f;
	margin-bottom: 15px;
}


h1 {
	font-size: 28px;
}


h2 {
	font-size: 24px;
}

h3 {
	color: #FFF;
	font-size: 18px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}


.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

.imgRight {
	padding: 0 15px 15px 0px;
	float: left;
	display: inline;
}

#fullWide {
	width: 100%;
	float: left;
	display: inline;
}

#widthSetter {
	width: 930px;
	position: relative;	
}

	#widthSetter h1 a {
		width: 220px;
		height: 150px;
		background: url(images/urbanlogo.jpg) no-repeat;
		cursor: pointer;
		position: absolute;
		text-indent: -5555px;
		top: 0;
		left: 0;
		z-index: 5;
	}
	
	
	#navHolder {
		width: 700px;
		height: 91px;
		float: right;
		display: inline;
	}
	
	#navHolder ul {
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: 70px;
		list-style: none;
		float: left;
		display: inline;
	}
	
	#navHolder ul li {
		float: left;
		display: inline;
		padding: 5px 20px;
	}
	
	#navHolder ul li a {
		color: #5f5f5f;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
	#navHolder ul li a:hover {
		color: #666;
		text-decoration: underline;
	}
	
#mainContentHolder {

	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	_top: -5px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	float: left;
	display: inline;
	background-repeat: no-repeat;
	
}

	#mainWhiteHolder {
		width: 100%;
		position: absolute;
		top: 245px;
		left: 0px;
	}
	
		#mainWhiteTop {
			width: 100%;
			height: 31px;
			background: url(images/mainwhite-top.png) no-repeat;
			float: left;
			display: inline;
		}
		
		#mainWhiteContent {
			width: 100%;
			background: url(images/mainwhite-repeat.png) repeat-y;
			float: left;
			display: inline;
		}
		
			#middleLeftContent {
				width: 850px;
				margin: 10px 0 30px 40px;
				line-height: 19px;
				float: left;
				display: inline;
			}
			
			#middleLeftContent table tr td {
				border-right: 1px solid #e1e1e1;
				border-bottom: 1px solid #e1e1e1;
			}
			
			.featuredPropertyFrame {
				width: 47%;
				padding: 5px;
				float: left;
				display: inline;
			}
			
		#mainWhiteBottom {
			width: 100%;
			height: 12px;
			background: url(images/mainwhite-bottom.png) no-repeat;
			float: left;
			display: inline;
		}
		
	#rightRedColumn {
		width: 304px;
		color: #FFF;
		position: absolute;
		top: 247px;
		right: 0px;
		z-index: 15;
	}
	
		#rightColumnTitle {
			width: 274px;
			height: 29px;
			padding: 8px 0 0 30px;
			background: url(images/rightcolumn-top.png);
			float: left;
			display: inline;
		}
		
		#rightColumnPage {
			width: 100%;
			height: 21px;
			background: url(images/rightcolumn-page.png) no-repeat;
			float: left;
			display: inline;
		}
		
		#rightColumnRepeat {
			width: 100%;
			background: url(images/rightcolumn-repeat.png) repeat-y;
			float: left;
			display: inline;
		}
		
			#rightColumnContent {
				width: 234px;
				color: #FFF;
				padding: 10px 35px;
				float: left;
				display: inline;
			}
			
				#rightColumnContent a {
					color: #d2a0a0;
					text-decoration: none;
				}
				
				#rightColumnContent a:hover {
					color: #d2a0a0;
					text-decoration: underline;
				}
				
				#rightColumnContent hr {
					width: 100%;
					margin: 10px 0;
					height: 1px;
					border: none;
					background-color: #9a5a59;
				}
		
		#rightColumnBottom {
			width: 100%;
			height: 22px;
			background: url(images/rightcolumn-bottom.png) no-repeat;
			float: left;
			display: inline;
		}
		
	#footerHolder {
		width: 879px;
		margin-left: 24px;
		float: left;
		display: inline;
	}
	
		#footerContent {
			width: 839px;
			background: url(images/footerrepeat.jpg) repeat-x #d1d1d1;
			color: #5f5f5f;
			line-height: 19px;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			padding: 5px 20px;
			float: left;
			display: inline;
		}
		
		#footerLeftColumn {
			width: 570px;
			float: left;
			display: inline;
		}
		
		#footerContent ul {
			width: 100%;
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
			display: inline;
		}
		
		#footerContent ul li {
			float: left;
			border-left: 1px dotted #999;
			display: inline;
			padding: 5px 10px;
		}
		
			#footerContent .noBorder {
				border: none;
				padding-left: 0px;
			}
			
		#footerContent ul li a {
			color: #5f5f5f;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			text-decoration: none;
		}
		
		#footerContent ul li a:hover {
			color: #666;
			text-decoration: underline;
		}
		
	#footerBottom {
		width: 100%;
		background: url(images/footerbottom.jpg) no-repeat;
		float: left;
		display: inline;
	}


			
			
	