﻿/* Content Layout */			
		#content_layout {
			position: relative;
			width: 761px; _width: 763px; height: 500px;
			border-right: 1px solid #322117;
			border-bottom: 1px solid #322117;
			border-left: 1px solid #322117;
		}
				
			#layout_left {
				position:absolute;
				top: 15px; left: 10px;
				width: 490px;
			}
			
			#layout_right {
				position: absolute;
				top: 10px; left: 520px;
				width: 221px;
				padding: 0;
			}
		
				P.title {
					font: 22px Times New Roman, serif;
					font-weight: bold;
					color: #974A16;
					text-align: center;
					margin: 0; 
				}
				
				P.body {
					font: 13px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
					line-height: 18px;
					color: #441700;
					text-align: justify;
					margin: 10px 0 0 0;
				}
				
			#layout_lower {
				position: absolute;
				top: 392px;	left: 10px;
				width: 480px; height: 70px;
				text-align: center;
				border-top: 1px solid #ddd1b5;
			}
								
				#office_link {
					position: absolute;
					top: 5px; left: 0;
					width: 140px;
					padding: 0;
				}
				
					div#office_link a{ color: #B3A75B;}
					div#office_link a:hover{ color: #95851C;}
								
				#map_link {
					position: absolute;
					top: 5px; left: 158px;
					width: 160px;
					padding: 0;
				}
								
				#tour_link {
					position: absolute;
					top: 5px; left: 335px;
					width: 160px;
					padding: 0;
				}
		
					P.link_title {
						font: 12px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
						font-weight: regular;
						color: #974A16;
						margin: 0;
					}
