		body
		{
			background-image: url('/images/background.jpg'); 
			background-repeat: no-repeat; 
			background-attachment: fixed; 
			background-position: left top;
			background-color: #868340;
			font-family: arial, helvetica, verdana;
			margin: 0px;
		}
		
		p
		{
			font-size: smaller;
		}
		
		h1
		{
			font-size: medium;
			font-weight: bold; 
			color: #009642;
		}
		
		h2
		{
			font-size: medium;
			font-weight: normal; 
			color: #009642;	
		}
		
		h3
		{
			font-size: smaller;
			font-style: italic;
		}
		
		#header
		{
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
		}
		
		#top_phone
		{
			text-align: right;
			height: 20px;
			font-weight: bold;
			font-size: 16px;
			margin-right: 5px;
			margin-top: 5px;
		}
		
		.greenbar
		{
			background-color: #009642;
			height: 13px;
			font-size: 10px;
		}
		
		#logobar
		{
			height: 80px;
			padding-left: 5px;
			padding-right: 5px;
			width: 990px;
			background-color: white;
		}
		
		#logobar a
		{
			color: black;
		}
		
		.greenfadebar
		{
			background-image: url('/images/greenfade_background.gif'); 
			height: 27px;	
			color: white;
			filter: alpha(opacity=75); 
			font-weight: bold;
			width: 910px;
		}
		
		#menubar
		{
			padding-left: 90px; 
			padding-top: 5px;
			display: table-cell;
			vertical-align: middle;
		}
			
		#menubar a
		{
			float: left;
			padding-right: 20px;
			text-decoration: none;
			color: white;
			position: relative;
			top: 0px !important;
			top: 3px;
		}
		
		#menubar a:hover
		{
			text-decoration: underline;
		}
		
		#content
		{
			width: 995px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 10px;
			margin-bottom: 10px;
			padding-left: 5px;
		}
		
		.greenheader
		{
			background-image: url('/images/greenbar_background.gif'); 
			height: 25px;
			font-weight: bold;
			color: white;
			border: 1px solid #aaaaaa;
		}
	
		.titletext_inner
		{
			height: 25px;
			display: table-cell;
			vertical-align: middle; 
			position: relative;
			padding-left: 5px;
			top: 3px;
		}
		
		.contentsection
		{
			background-color: white;
			color: black;
			border: 1px solid #aaaaaa;
			padding: 10px;
		}
		
		#footer
		{
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
		}
		
		#footer span
		{
			display: table-cell;
			vertical-align: middle; 	
			position: relative;
			top: 3px;
			margin-left: 10px;
			margin-top: 3px;
		}
		
		.featured_property tr td
		{
			font-size: smaller;
		}