@charset "utf-8";
/* Store it Site Shell CSS Document */

html{
	margin-left: -1px;
	overflow-y: scroll;
}

body{
	background-color:#dcdcdc;
}

*{
	margin:0;
	padding:0;
	font: 1em arial, helvetica, sans-serif;
	
}

#outer_wrap{
	background-color:#dcdcdc;
	
}

#wrap{
	background:url(images/Propertylink_Sides_BG.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:auto;
}

#content_wrap{
	width:870px;
	margin:auto;	
}

#content_text{
	background:url(images/Propertylink_text_box.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:auto;
	width:870px;
	margin-bottom:10px;
	margin-top:14px;
}

#footer{
	background:url(images/Propertylink_bottom_BG.jpg);
	background-position:center;
	height:55px;
	width:930px;
	margin:auto;
	margin-top:20px;
}










