#main_content_home {
		position: relative;
		width: 700px; /* Full width minus leftnav width minus right padding and left margin (975-250-25-25 = 725) */
		height: 648px;
		margin-right: 25px;
	}
	
		#photo_window {
			position: absolute;
			width: 340px;
			height: 648px;
			top: 0;
			left: 0;
			background-color: #C2C3B7;
			overflow: hidden;
		}
			
			#photo_window img.home_image {
				position: absolute;
				width: 800px;
				height: 648px;
				top: 0;
				left: 0;
				z-index: 1;
			}
		
			ul#photolist {
				position: absolute;
				list-style-type: none;
				width: 340px;
				height: 648px;
				margin: 0;
				padding: 0;
				top: 0;
				left: 0;
			}
			
				ul#photolist li {
					position: absolute;
					width: 340px;
					height: 648px;
					margin: 0;
					padding: 0;
					top: 0;
					left: 0;
				}
		
			#edge_left {
				position: absolute;
				width: 8px;
				height: 648px;
				top: 0;
				left: 0;
				z-index: 20;
			}
			
			#edge_right {
				position: absolute;
				width: 8px;
				height: 648px;
				top: 0;
				left: 332px;
				z-index: 20;
			}
		
		#callout {
			position: absolute;
			width: 311px;
			top: 2px;
			/*
			top: 235px;
			*/
			left: 360px;
			text-align: center;
		}
		
			#text_window {
				position: relative;
				width: 271px;
				background: #242424;
				padding: 20px 20px 25px 20px;
				
			}
			
				#text_window h1 {
					width: 170px;
					height: 10px;
					margin: 0 auto 10px auto;
					_margin: 0 auto 15px auto;
					background: url(../images/home/choicevisionbeauty.gif) no-repeat top center;
				}
				
				#text_window h2 {
					font-family: Georgia;
					color: #ffffff;
					font-size: 2.4em;
					font-weight: normal;
					margin: 0;
					padding: 20px 0;
					_padding: 5px 0 15px 0;
				}
				
				#text_window p {
					line-height: 1.5em;
					padding: .5em 0;
					font-family: Georgia;
					font-size: 1.25em;
					color: #cccccc;
					text-align: left;
				}
				
				#text_window p.first {
					margin-top: 15px;
					_margin-top: 10px;
				}
			
				#text_window img.tagline_image {
					position: absolute;
					width: 311px;
					height: 311px;
					top: 0;
					left: 0;
					z-index: 10;
				}
			
			p.callout {
				color: #CCCCCC;
				font-weight: bold;
				line-height: 1.5em;
			}
			
			#callout a {
				color: #9BB625;
			}
			
h1.hometitle {
	width: 200px;
	height: 9px;
	margin: 0 auto 10px auto;
	padding-top: 140px;
}

	h1.hometitle#choice {
		background: url(../images/titles/hometitle_choice.gif) no-repeat bottom center;
	}

.tagline1 {
	width: 255px;
	height: 88px;
	background: url(../images/home/tagline1.gif) no-repeat 0 0;
	margin: 0 auto;
	margin-top: 15px;
}

.comingsoon {
	width: 161px;
	height: 26px;
	background: url(../images/home/comingsoon.gif) no-repeat 0 0;
	margin: 0 auto;
}