/* 
================================
 Container Styles
================================
*/   

.containermaster {
	width: 100%;
	background-color: #ffffff;
}
.propertytop {
	width: 100%;
	background: url(container-feature-prop1.gif) top left no-repeat;
}
.propertycontent {
	width: 100%;
	padding-left: 10px;
	padding-right 10px;
	background: url(container-feature-prop2.jpg) top left repeat-y;
}
.newstop {
	width: 100%;
	background: url(container-feature-news1.gif) top left no-repeat;
}
.newscontent {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right 10px;
	padding-bottom: 120px;
	background: url(container-feature-news2.gif) bottom left no-repeat;
}
.containerrow1 {
	background-color: #ffffff;
}
.containerrow2 {
	background-color: #ffffff;
}
.headerLeftColumn {
	padding-left:10px;
	padding-top: 32px;
	padding-right: 10px;
}
.containerLeftColumn {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


