#mainPhotoContainer div#mainPhotoRightColumn {
	position: absolute;
	top: 90px;
	left: 568px;
	width: 210px;
	}
	
	#tagLineBox {
		position: relative;
		width: 210px;
		height: 163px;
		text-align: center;
		background: #f0a400;
		}
		
		#homeTagLine {
			position:absolute;
			left: 50%;
			top: 50%;
			z-index: 1;
			width: 210px;
			height: 18px;
			margin-left: -105px;  /* half of width */
			margin-top: -9px;   /* half of height */
			font-weight: bold;
			font-size: 1.2em;
			line-height: 1.2em;
			color: #000;
	      	}
	
	#didYouKnow {
		width: 210px;
			w\idth: 170px;
		height: 127px;
			he\ight: 87px;
		color: #f4ddc7;
		padding: 20px;
		background: #cc6600;
		}
		#didYouKnow h3 {
			font-size: 1em;
			margin-bottom: 2px;
			padding-bottom: 5px;
			background: url(../../img/interface/bg-dotted-line-did-you-know.gif) bottom repeat-x;
			}
			
#topLeftConstants {
	float: left;
	width: 160px;
	/* min-height: 539px; ** min-height taken out for home page for better display in Safari ** */
	height: auto !important;
	height: 539px;
	min-height: 539px;	
	background: url(../../img/interface/bg-left-column.gif) repeat-y;
	}
	#topLeftConstants h3 {
		font-size: 1em;
		color: #333;
		}
		
#homepageSideNav {
	position: absolute;
	top: 300px;
	left: 0;
	width: 100px;
}
		
#contentEnvelope {
	float: left;
	width:100%;
	min-height: 339px;
	height: auto !important;
	height: 339px;
	background: url(../../img/interface/bg-content-area.gif) repeat-y  #fff;
	}
	
	#contentEnvelopeRightColumn {
		float: right;
		width: 190px;
			w\idth: 150px;
		padding: 20px 20px 30px 20px;
		background: #f3f3f3;
		}
		#rightColumnContainer div {
				border-top: 1px solid #dfdfdf;
				margin-bottom: 7px;						
			}
			#rightColumnContainer div div {
				border: none;
				margin-bottom: 0;
				padding: 0;
			}
		#contentEnvelopeRightColumn h3 {
			margin: 7px 0 0 0;
			padding: 0;
		}
		
		#sharePrice { color: #999; }
		#sharePrice strong { color: #666666; }
		#sharePrice span { font-size: .9em; }
		
	.contentColumns {
		float: left;
		width: 195px;
		border: 6px solid #fff;
		}
		.contentColumns h2 {
			width: 195px;
				w\idth: 181px;
			height: 33px;
				he\ight: 22px;
			padding: 11px 0 0 14px;
			font: 1em Tahoma;
			font-weight: bold;
			color: #333;
			background: #f3f3f3;
			}
		.contentColumns ul {
			margin: 0 9px 0 5px;
			}
			.contentColumns ul li {
				list-style: none;
				padding: 8px 0 7px 0;
				background: url(../../img/interface/bg-dotted-line-content-area.gif) bottom repeat-x;
				}
				.contentColumns ul li#lastItem { background: none; }
				.moreLink {
					padding: 3px 0 7px 14px;
					}
				
			.contentColumns ul li div {
				padding: 0 0 0 9px;
				background: url(../../img/interface/bg-link-arrow.gif) 2px 6px no-repeat;
				}
				
		#contentEnvelopeColumn1 {  }
		#contentEnvelopeColumn2 { border-left: none; }
		
		ul#quickLinks {
			margin: 25px 0 0 15px;
			}
			ul#quickLinks h3 {
				font-size: .9em;
				color: #666666;
				}
			ul#quickLinks li {
				width: 131px;
				list-style: none;
				border: none;
				background: url(../../img/interface/bg-dotted-line-quicklinks.gif) bottom repeat-x;
				}
				ul#quickLinks li#lastQuickLink { background: none; }
				
				ul#quickLinks li a {
					width: 131px;
					display: block;
					color: #666666;
					text-decoration: none;
					padding: 3px 0 5px 7px;
					font-size: .9em;
					font-weight: normal;
					border: none;
					background: url(../../img/interface/bg-small-arrow.gif) 0px 9px no-repeat;
					}
					ul#quickLinks li a:hover { color: #cc6600; }
					
div#cmtEditControl {
	top: 390px;
}

#homeContent {
		padding: 10px;
		}