﻿/* Content Layout */			
		#content_layout {
			position: relative;
			width: 761px; _width: 763px; height: 339px;
			border-right: 1px solid #322117;
			border-bottom: 1px solid #322117;
			border-left: 1px solid #322117;
		}
				
			#layout_top {
				position: relative;
				width: 761px;
				text-align: center;
				padding: 15px 0 0 0;
			}
		
				P.title {
					font: 22px Times New Roman, serif;
					font-weight: bold;
					color: #974A16;
					margin: 0;
				}
				
			#layout_left {
				position: absolute;
				top: 50px; left: 54px;
				width: 306px; height: 235px;
				border: 1px solid #B39560;
			}
				
				#office_pic {
					position: relative;
					top: 10px; left: 60px;
					width: 185px; height: 148px;
					text-align: center;
				}
				
				#office_title {
					position: relative;
					top: 3px; _top: 18px; left: 0;
					height: 16px;
					text-align: center;
				}
				
				#office_address {
					position: relative;
					_top: 9px; left: 0;
					height: 34px;
					font: 13px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
					color: #441700;
					text-align: center;
					margin: 10px;
				}
			
			#layout_right {
				position: absolute;
				top: 50px; left: 395px;
				width: 306px; height: 235px;
				border: 1px solid #B39560;
			}
		
			P.office {
				font: 16px Helvetica, Arial, sans-serif;
				font-weight: bold;
				color: #974A16;
				letter-spacing: 1px;
			}
				
			.lower_left {
				position:absolute;
				top: 293px; left: 104px;
				width: 208px; height: 22px;
				background: #974A16;
				text-align: center;
			}
			
			div.lower_leftDivOnHover {
				position:absolute;
				top: 293px; left: 104px;
				width: 208px; height: 22px;
				background: #441700;
				cursor: hand;
				text-align: center;
			}
			
			div.lower_leftDivNoHover {
				position:absolute;
				top: 293px; left: 104px;
				width: 208px; height: 22px;
				background: #974A16;
				cursor: hand;
				text-align: center;
			}
			
			.lower_right {
				position: absolute;
				top: 293px; left: 445px;
				width: 208px; height: 22px;
				background: #96851d;
				text-align: center;
			}
			
			div.lower_rightDivOnHover {
				position:absolute;
				top: 293px; left: 445px;
				width: 208px; height: 22px;
				background: #441700;
				cursor: hand;
				text-align: center;
			}
			
			div.lower_rightDivNoHover {
				position:absolute;
				top: 293px; left: 445px;
				width: 208px; height: 22px;
				background: #96851d;
				cursor: hand;
				text-align: center;
			}
		
				P.tourLink {
					font: 14px Helvetica, Arial, sans-serif;
					font-weight: bold;
					color: #fff;
					margin: 4px 0;
				}