body {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background:url(../grfx/backgrounds/background.jpg) repeat-x #000;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 960px;
	height: 82px;
	background:url(../grfx/header.jpg) no-repeat #000;
	background-position: top right;
	display: block;
}

	.logo {
		position: relative;
		z-index: 10;
	}

#top_images {
	width: 960px;
	margin-left: 1px;
}

	a.banner_property 
	{
		background: url(../grfx/property_management.jpg) 0px 0px no-repeat;
		height: 138px;
		width: 317px;
		display: block;
		float: left;
	}
	
	a.banner_property:hover
	{
		background: url(../grfx/property_management.jpg) -317px 0px no-repeat;
		height: 138px;
		width: 317px;
		display: block;
		float: left;
	}
	
	a.banner_valuation
	{
		background: url(../grfx/valuation.jpg) 0px 0px no-repeat;
		height: 138px;
		width: 319px;
		display: block;
		float: left;
	}
	
	a.banner_valuation:hover
	{
		background: url(../grfx/valuation.jpg) -319px 0px no-repeat;
		height: 138px;
		width: 319px;
		display: block;
		float: left;
	}	
	
	a.banner_sales
	{
		background: url(../grfx/sales.jpg) 0px 0px no-repeat;
		height: 138px;
		width: 323px;
		display: block;
		float: left;
	}
	
	a.banner_sales:hover
	{
		background: url(../grfx/sales.jpg) -323px 0px no-repeat;
		height: 138px;
		width: 323px;
		display: block;
		float: left;
	}		

#content_wrapper {
	width: 960px;
	float: left;
	background-color: #fff;
	line-height: 160%;
	padding: 10px 0 0 0;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../grfx/backgrounds/content_bg.jpg) repeat-x #fff;
}

	#content_wrapper img
	{
		border: 1px solid #383838;
		padding: 10px;
		background: #555555;
	}

	#content {
		float: left;
		width: 566px;				
		padding: 10px 50px 0 50px;		
	}
	
	#feature {
		width: 294px;
		float: left;
		background-color: #5c5b5c;
		margin-top: -10px;
		font-size: 10px;
			color: #fff;
			line-height: 130%;
		min-height: 300px;
		height: auto !important;
		height: 300px;
	}
	
		#image {
			float: left;
			padding: 0 0 0 10px;
		}
		
			#image img {
				border: 1px solid #b2b2b2;
			}
		
		#feature-text {
			float: left;
			padding:0 0 0 10px;
			width: 100px;
			
			
		}
		
			#feature a {
				color: #fff;
			}
			
				#feature a:hover {
					text-decoration: none;
				}
				
			.detail a {
				color: #ffc600 !important;
				font-weight: bold;
			}
					
		#latest_news {
			padding: 0 15px 10px 15px;
		}
		
		#latest_news a
		{
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#latest_news a:hover
		{
			text-decoration: underline;
		}
		
			.more_news a {
				color: #ffc600 !important;
				font-weight: bold;
				text-decoration: underline !important;
			}	
			
			.more_news a:hover {
				text-decoration: none !important;
			}						
			
	#internal-content {
		width: 890px;
		float: left;
		padding: 0 30px 20px 30px;
	}
	
		#subscribe {
			padding: 0 15px 10px 15px;
			width: 264px;
		}
		
		#subscribe img {
			float: right;
			margin: 0 0 10px 0;
		}
	
		#internal-banner {
			width: 960px;
			height: 131px;
		}
	
	#right-col {
		width: 350px;
		float: left;
		padding: 0 0 20px 0;
	}
	
	.myForm img {
		background-color: #fff !important;
	}
		

#footer {
	background:url(../grfx/footer.jpg) no-repeat;
	width: 950px;
	height: 39px;
	font-size: 10px;
	color: #fff;
	text-align: right;
	padding: 34px 10px 0 0;
}

	#footer a {
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		padding: 0 3px 0 3px;
	}
	
	#footer a:hover {
		color: #ffc600;
	}
