body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bcbaa8 url(../images/bodyBG.gif) no-repeat center 0;
	margin: 0; 
	padding: 107px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container-home {
	width: 882px;
	height: 683px;
	background: url(../images/BG-home.gif) no-repeat center 0;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container-contact {
	width: 882px;
	height: 683px;
	background: url(../images/BG-contact.gif) no-repeat center 0;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container-location {
	width: 882px;
	height: 683px;
	background: url(../images/BG-location.gif) no-repeat center 0;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container-pricelist {
	width: 882px;
	height: 683px;
	background: url(../images/BG-pricelist.gif) no-repeat center 0;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container-properties {
	width: 882px;
	height: 683px;
	background: url(../images/BG-properties.gif) no-repeat center 0;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #navigation {
	float: left;
	position: relative;
	top: 10px;
	right: 0;
	bottom: 0;
	left: 300px;
	font: 11px/2 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #cad827;
}
.oneColFixCtr #navigation a:link, a:visited{
	color: #cad827;
	text-decoration: none;
}
.oneColFixCtr #navigation a:hover{
	color: #fff;
}
#mainContent {
	position: absolute;
	float: left;
	padding: 0;
	margin: 320px 0 0 50px;
	width: 300px;
	color: #383839;
	font-size: 11px;
	line-height: 2;
}

#mainContent-contact {
	position: absolute;
	float: left;
	padding: 0;
	margin: 300px 0 0 50px;
	width: 300px;
	color: white;
	font-size: 11px;
	line-height: 2;
}

#mainContent-location {
	position: absolute;
	float: left;
	padding: 0;
	margin: 250px 0 0 72px;
	width: 300px;
	color: #383839;
	font-size: 11px;
	line-height: 1.7;
}

#mainContent-properties {
	position: relative;
	float: left;
	padding: 0;
	width: 220px;
	color: #383839;
	font-size: 11px;
	line-height: 1.8;
	left: 530px;
	top: 110px;
}

#mainContent-pricelist {
	position: relative;
	float: left;
	padding: 0;
	width: 220px;
	color: #383839;
	font-size: 10px;
	line-height: 1.8;
	left: 190px;
	top: 274px;
}

#mainContent-pricelist a {
	color: #383839;
}

#mainContent-pricelist a:link {
	color: #383839;
}

#mainContent-pricelist a:active {
	color: #383839;
}

#mainContent-pricelist a:hover {
	text-decoration: underline;
}

#mainPhoto {
	position: relative;
	float: left;
	width: 421px;
	height: 351px;
	left: 346px;
	top: 289px;
	text-align: right;
}

#topPhoto1 {
	position: relative;
	float: left;
	width: 190px;
	height: 120px;
	left: -69px;
	top: 45px;
	overflow: hidden;
}

#topPhoto2 {
	position: relative;
	float: left;
	width: 190px;
	height: 120px;
	left: 162px;
	top: -74px;
	overflow: hidden;
	text-align: right;
}
#footer {
	top: 790px;
	width: 882px;
	height: 120px;
	position: absolute;
}
#google-link {
	position: relative;
	float: left;
	width: 190px;
	height: 120px;
	overflow: hidden;
	color: #cad827;
	font-size: 12px;
	left: -40px;
	top: -3px;
}
#google-link a{
	color: #cad827;
	font-size: 12px;
	text-decoration: none;
}

#google-link a:hover{
	color: #fff;
}



