/* CSS Document */
/*LAYOUT*/
body {
  background-color:#ebf1ff;
}
#pagewrapper  {
	width:970px;
	margin:auto;
	padding:0px;
	text-align:left;
	background-image:url(../images/CDbackground.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
}
#headerArea {
	width: 970px;
	height:140px;
	background-image:url(../images/HEADbackground.gif);
	background-repeat:no-repeat;
}
#header {
	width: 930px;
	margin:auto;
	padding-top:20px;
	height:120px;
}
#menuHolder {
	width: 930px;
	height:30px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#999;
	overflow:hidden;
}
#menu {
	width: 930px;
	overflow:hidden;
}


/*pages each have their own background setting*/
#mainContent {
	margin:auto;
	width: 930px;
	min-height:350px;
	background-color:#f5f5f5;
}
#mainContent1 {
	margin:auto;
	width: 930px;
	min-height:350px;
	background-color:#f5f5f5;
	background-image:url(../images/Back1.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#mainContent2 {
	margin:auto;
	width: 930px;
	min-height:350px;
	background-color:#f5f5f5;
	background-image:url(../images/Back2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#mainContent3 {
	margin:auto;
	width: 930px;
	min-height:350px;
	background-color:#f5f5f5;
	background-image:url(../images/Back3.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#mainContent4 {
	margin:auto;
	width: 930px;
	min-height:350px;
	background-color:#f5f5f5;
	background-image:url(../images/Back4.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
/*end pages*/
#infopage {
	width: 740px;
	padding : 40px 20px 50px 80px;
	overflow:auto;
}
#leftCol {
width:350px;
float:left;
margin-right:30px;
}
#rightCol {
width:350px;
float: right;
}
#footerHolder {
  clear:both;
  width:970px;
  height:60px;
  margin-top:10px;
  background-image:url(../images/footerBack.gif);
  background-repeat:no-repeat; 
}
#footer {
  width:400px;
  float:left;
  height:16px;
  padding:2px;
  margin-left:20px; 
}

#propertyFooter {
	FLOAT: left; PADDING-TOP: 25px; WIDTH: 700px;
}

