#index-photo {
	width:768px;
	position:absolute;
	left: 0px;
	top: 162px;
	z-index: 4;
	background-color: #E2D0B6;
	background-image: url(/images/center/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}
#index-head-tag {
	width:700px;
	position:absolute;
	right: 105px;
	top: 20px;
	z-index: 2;
	text-align: right;
	text-transform: uppercase;
}
#index-footer {
	width: 768px;
	height: 31px;
	position: absolute;
	left: 0px;
	top: 565px;
	z-index: 8;
	background-image: url(/images/footer/back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 5px;
	vertical-align: middle;
	text-align: left;
}
#index-disclaimer {
	width: 768px;
	position: absolute;
	left: 0px;
	top: 600px;
	z-index: 5;
	padding-top: 5px;
}
#index-container {
   position: absolute;
   top: 403px; left: 320px;         /* place it where you want     */
   z-index: 6;
}

#translucentbkg {
   width: 395px; height: 170px;     /* to match DIVs size          */
   background-color: #000000;       /* the background              */
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
	z-index: 2;
}

#opaquetext {
	width: 380px;
	height: 150px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding: 8px;
	font-family: "Times New Roman", Times, serif;
	z-index: 3;
}
#index-featured-prop {
	width:160px;
	position:absolute;
	right: 30px;
	top: 50px;
	z-index: 8;
}
