@charset "utf-8";
/* Zukin Realty - HOME CSS Document */

/* Content Area Home */

#content-bg_home-left {
	background: url(../images/page_elements/contentbg_home_left.png) no-repeat !important;
	background: url(../images/page_elements/contentbg_home_left.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 45px;
	width: 249px;
	height: 360px;
	padding: 10px;
	overflow: hidden;
	z-index: 50;
}

#content-bg_home-right_container {
	background: none;
	position: relative;
	margin-left: 318px;
	margin-bottom: 25px;
	width: 426px;
	height: auto !important;
	overflow: hidden;
	z-index: 75;
}

#content-bg_home-right_top {
	background: url(../images/page_elements/contentbg_home_right_top.png) no-repeat !important;
	background: url(../images/page_elements/contentbg_home_right_top.gif) no-repeat;
	position: relative;
	margin: 0;
	width: 426px;
	height: 12px;
	overflow: hidden;
	z-index: 75;
}

#content-bg_home-right {
	background: url(../images/page_elements/contentbg_home_right_rep.png) repeat-y !important;
	background: url(../images/page_elements/contentbg_home_right_rep.gif) repeat-y;
	position: relative;
	margin: 0;
	width: 426px;
	height: auto !important;
	overflow: hidden;
	z-index: 50;
}

#content-bg_home-right_bottom {
	background: url(../images/page_elements/contentbg_home_right_bottom.png) no-repeat !important;
	background: url(../images/page_elements/contentbg_home_right_bottom.gif) no-repeat;
	position: relative;
	margin: 0;
	width: 426px;
	height: 12px;
	overflow: hidden;
	z-index: 75;
}

#content-home_text {
	background: none;
	position: relative;
	margin-left: 15px;
	padding-top: 2px;
	padding-bottom: 10px;
	width: 396px;
	height: auto !important;
	overflow: hidden;
	z-index: 75;
}

#content-home_text a {
	display: inline
}

#home-spacer {
	background: none;
	position: relative;
	float: left;
	width: 1px;
	height: 235px; 
	margin-right: -1px;
	overflow: hidden;
	z-index: 50;
}

#home-buttons {
	background: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 250px;
	height: 90px;
	overflow: hidden;
	z-index: 75;
}

#home-button_left {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	height: 77px;
	overflow: hidden;
	z-index: 75;
}

#home-button_right {
	background: none;
	position: absolute;
	top: 0;
	left: 148px;
	width: 102px;
	height: 77px;
	overflow: hidden;
	z-index: 75;
}

/* -- Home Page Text Treatments -- */

#zukin {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

#hometext p {
	font-size: 14px;
	text-align: center;
}

