/***********  BASIC FORMATTING  ************/
	
	body {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		margin: 0 auto 0 auto;
		background:url(images/bg.gif) repeat-x;
		background-color: #fbfaef;}

	p {line-height: 20px;}

	h1 {
		color: #4f200f;
		font-weight: bold;
		font-size: 30px;
		font-family: Times, serif;}

	h2 {
		color: #473725;
		font-weight: bold;
		font-size: 24px;
		font-family: Times, serif;}
		
	h3 {
		color: #000;
		font-weight: bold;
		font-size: 18px;
		font-family: Times, serif;
		margin-bottom: 0px;}
		
	h4 {
		color: #000;
		font-weight: bold;
		font-size: 18px;
		font-family: Times, serif;}

	a:link, a:visited, a:active {
		color: #4f200f;
		text-decoration: underline;}
		
	a:hover {
		color: #000;
		text-decoration: underline;}

		
/***********  LAYOUT  ************/
	
	#Frame {
		margin: 0px auto 0px auto;
		padding: 0px;
		text-align: center;
		width: 740px;}
	
	html>body #Frame { width: 740px; }
	
/***********  HEADER  ************/
	
	#Header {
		margin: 0;
		padding: 0;
		width: 740px;
		text-align: center;}
		
	#Search {float: right; width: 257px;}
	
	html* #SecondaryNav {font-size: 12px; font-weight: bold; color: #605a3f; margin: 0; padding-top: 5px;}
	
	#SecondaryNav {font-size: 12px; font-weight: bold; color: #605a3f; margin: 0; padding-top: 10px;}
	
	#SecondaryNav a:link, #SecondaryNav a:visited, #SecondaryNav a:active {color: #605a3f; text-decoration: none;}
		
	#SecondaryNav a:hover {color: #000;text-decoration: underline;}
	
	.ContactInfo {float: left; padding: 22px 0px 18px 0px;}
	
/***********  NAVIGATION  ************/
	
	#Nav {
		font-size: 15px;
		font-weight: bold;
		font-variant: small-caps;
		margin: 0 auto 0 auto;
		padding: 0;}
		
	#Nav ul {
      margin: 0;
      padding: 0;
      list-style:none;}
	  
    #Nav li {
      display:inline;
      margin:0;
      padding:0;}
	  
    #Nav a {
      float:left;
	  background: url(images/nav_bg.jpg) repeat-x;
      margin: 0px 2px 0px 0px;
      padding: 9px 10px 10px 10px;
      text-decoration:none;
	  color: #fcffe3;}
	  
    #Nav a:hover {
      float:left;
	  background: none;
	  background-color: #000000;
	  margin: 0px 2px 0px 0px;
      padding: 9px 10px 10px 10px;
      font-weight:bold;
      color:#fff;}

	
/* Column Bounding */
	
	#ContentBox {
		margin: 0;
		padding: 0;}
		
	#ContentBoxB {
		float: right;
		margin: 0;
		padding: 0;}
	
/***********  NAVIGATION  ************/
	
	#Navigation {
		float: left;
		text-align: left;
		margin: 0;
		padding: 0;
		width: 199px;}
		
	.button {
		font-family: Arial, Helvetica, sans-serif;
		width: 179px;
		padding: 0;
		margin: 0px 0px 20px 0px;
		font-size: 12px;
		background-color: none;
		color: #c8c1bf;}
	
	.button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;}
		
	.button li {
		margin: 0;}
	
	.button li a {
		display: block;
		padding: 10px;
		border-bottom: 1px solid #161312;
		border-top: 1px solid #494544;
		background:url(images/sidenav_bg.gif);
		color: #c8c1bf;
		text-decoration: none;
		width: 100%;}

	html>body .button li a {
		width: auto;}

	.button li a:hover {
		border-bottom: 1px solid #3e190c;
		border-top: 1px solid #3e190c;
		background: none;
		background-color: #4f200f;
		color: #fff;}

/***********  CONTENT  ************/ 

	#Content {
		margin: 0;
		padding: 0;
		width: 541px;
		text-align: left;}

	html>body #Content { width:541px; }
	
	#CallsToAction {font-size: 12px; line-height: 16px; color: #000;}
	
	#GallerySpotlight {font-family: Times, serif; text-align: left; width: 738px; border: 1px solid #e4e0b0; background:  url(images/cot_spotlight_text.jpg) top right no-repeat; background-color: #f1edc2;}
	
	#GallerySpotlightName {padding: 60px 0px 0px 0px; color: #000; font-size: 30px; font-weight: bold;}
	
	#GallerySpotlightInfo {color: #4f200f; font-size: 18px; font-weight: bold;}
	
	#Content ul {line-height: 24px;}
	
	.QuotePhoto {margin: 30px 0px 30px 0px; padding: 20px; background-color: #e3dfb5; color: #605a3f; font-size: 11px; font-weight: bold; font-style: italic;}
	
/***********  FOOTER  ************/
		
	#Footer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		padding: 0;
		margin: 30px auto 0px auto;
		width: 100%;
		height: 100px;
		background-color: #333;
		color: #5e5e5e;}
		
	#Footer a:link, #Footer a:visited, #Footer a:active {
		color: #5e5e5e;
		text-decoration: none;
		padding: 0px 10px 0px 10px;}
		
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
		padding: 0px 10px 0px 10px;}

