html, body, ul, ol, li, p, blockquote, q, form, fieldset, a, div, img {
margin: 0; padding: 0; border: 0;
}

.hiddentext {
	visibility: hidden;
}

p {
	margin: 10px 0 0 10px;

}

h1 {
	margin: 10px 0 0 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;

}

body {
	text-align:center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.70em;
	/*background:  url(images/site_bg.jpg) #9E9E9E top left repeat-x;*/	
	color: #000000;

}

#outer {

	text-align:left; /* reset text alignment */
	width:850px; /* or a percentage, or whatever */
	margin:0 auto; /* for the rest */
	margin-top: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	

}

#content_holder {
	width: 850px;
	/*background: url(images/header.gif) #fff top left no-repeat;*/
}

#content_left {
	width: 230px;
	float: left;
	/*background: url(images/header.gif) #fff top left no-repeat;*/
}

#content_right {
	width: 620px;
	float: left;
	/*background: url(images/header.gif) #fff top left no-repeat;*/
}

#header {
	height: 124px;
	background: url(images/header_img.jpg) #fff top left no-repeat;
	
}
#content_main {
	background: url(images/dot_bg_fade.jpg) #fff bottom left no-repeat;
	Height: 416px;
}

#content_main_full {
	background: url(images/dot_bg.gif) #fff bottom left no-repeat;
}

#content_main a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#content_main_full a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#right_image {
	width: 220px;
	float: right;
	margin: 10px 10px 0 10px;
}

#img_property {
	text-align: center;

}

.btm_space {
	margin: 0 0 12px 0;

}

#contact_details {
margin: 24px 0 0 0;
	text-align: left;
	font-size: 1.1em;
	
}
#footer {
	background-color: #582755;
	padding: 12px 0 12px 20px;
	font-size: 1.1em;
	color: #ffffff;
	
}

#footer a {
	text-decoration: none;
	color: #ffffff;
	
}

.logo {
	padding-left: 10px;
	
	}
	
	.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

.txtHi {
	color:#339900;
	font-size: 1.1em;
}