html {
	min-height: 101%;
	height: 100.1%; /* to get scroll bars on all pages to avoid page jumps */
}
body {
	width: 100%;
	padding-left: 1px; /* was 15 */
	padding-right: 1px; /* was 15 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #706042; /*font color was 292626*/	
	margin-top: 0px;
	margin-bottom: 1px;	
	background-color: #fff; /* Used if the image is unavailable */
 /* height: 200px; /* You must set a specified height */
  	background-position: 1px 168px;
	background-image: url("../images/shadow35.png");
	background-repeat: repeat-x;
}	

h1, h2, h3, h4, h5, h6, .head { margin-bottom:.2em; line-height:1.3em; color:#34577a; }
h1 { font-size:1.5em; line-height:1.17; }
h2 { font-size:1.35em; color:#fff; line-height:1.5; text-transform: uppercase;}
h3 { font-size:1.2em; line-height:1.5; text-transform: uppercase; 	color: #d5d0c9;}
h4 { font-size:1.1em; color:#696764;line-height:1.5;}
h5 { font-size:1em;  color:#292626; text-transform: uppercase;}
h6 { font-size:.95em; line-height:.1;}

a:link {
	COLOR: #696764; 
	TEXT-DECORATION: none;
}
a:visited {
	COLOR: #696764;
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: #000; 
	TEXT-DECORATION: none;
}
a:active  {
	COLOR: #000; /* was #ffffff */
	TEXT-DECORATION: none;
}
#content {
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	/* background: red;  was 000 */
	margin-top: 0px;
	min-height: 810px;
	position: relative;
	display: block;
	z-index: 800;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;  
	border-left-color: #fff;   */	
}

.header {
	display: block;
	height: 174px;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	position: relative;
	/*background: blue;*/
}
.logo {
	height: 116px;
	width: 444px;
	float: left;
	position: relative;
	margin-left: 4px;
	padding-left: 20px; /* for mobile */
	margin-top: 0px;
	padding-top: 30px;
	background: #fff;
	text-align: left;
}
.tag {
	height: 28px;
	width: 478px;
	float: right;
	position: relative;
	margin-right: 0px;
	padding-right: 45px;
	margin-top: 40px;
	padding-top: 24px;
	background: #fff;
	text-align: right;
	text-transform: uppercase;
}
#topbar {
	display: block; 
	width: 1000px;
	margin-left: -50%;
	left: 50%;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 14px;
	margin-bottom: 1px;
	height: 30px;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	z-index: 10;
}
#page {
	display: block;
	width: 1000px;
	margin-left: -501px;
	left: 50%;
	background-color: #fff;
	padding-top: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 650px;
	position: relative;
	/*color: #000;*/
	font-size: 12px;
	z-index: 10;
}

#pageleft {
	display: block;
	width: 445px;
	margin-left: -501px;
	left: 50%;
	background-color: #fff; /* was 000 */
	margin-right: 0px;
	padding-top: 6px; /* photo alined with copy */
	padding-left: 20px; /* for mobile */

	margin-top: 11px;
	margin-bottom: 1px;
	height: 500px;
	text-align: LEFT;
	position: relative;
	font-family:'Open Sans',sans-serif;
	font-weight:300;
	font-size:16px;
	font-size:1rem;
	line-height:1.7;	
	color: #706042; /* was #d5d0c9 */
	/*color: #FFF;*/
	z-index: 20;
}
#pageright {
	display: block;
	width: 445px;
	margin-left: 35px;

	left: 50%;
	background-color: #fff; /* was 000 */
	margin-right: 0px;
	padding-top: 0px;
	margin-top: -522px; /* works with pageleft padding top */
	margin-bottom: 1px;
	height: 500px;
	text-align: LEFT;
	position: relative;
	
	font-family:'Open Sans',sans-serif;
	font-weight:300;
	font-size:14px;
	font-size:1rem;
	line-height:1.7;	
	color: #706042; /* was #d5d0c9 */
	/*letter-spacing: 1px;*/
	/*line-height: 50px; */
	z-index: 30;
}
.clear {
	clear:both;
	overflow:hidden;
	width: 1000px;
}
#topfooter {
	display: block;
	width: 940px;
	margin-left: -501px;
	left: 50%;
	background-color: #fff; 
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 0px;
	padding-top: 1px;  /*was 14px */
	margin-top: 5px; /*was 20px */
	margin-bottom: 1px;
	height: 60px;
	text-align: center;
	position: relative;
	color: #ccc; 
	font-size: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;  /* was 292828 */
	border-left-color: #fff;  /* was 292828 */
}
/*.botfooter {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff; 
	color: #ccc; 
	padding-top: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 58px;
	text-align: center;
	font-size: 11px;
}*/
.botfooter {
	display: block;
	width: 940px;
	margin-left: -501px;
	left: 50%;
	background-color: #fff; 
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 0px;
	padding-top: 4px; 
	margin-top: 4px;
	margin-bottom: 1px;
	height: 20px;
	text-align: center;
	position: relative;
	color: #ccc; 
	font-size: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;  /* was 292828 */
	border-left-color: #fff;  /* was 292828 */
}
.row {
	width:980px;
	clear:both;
	color: #464644;
}
.photo-cell {
	height:218px;
	width:294px;
	border-width:1px;
	border-style:solid;
	border-color:#fff;
	float:left;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 6px;

}
.caption-cell {
	font-size: 14px;
	text-decoration-thickness: 30%;
	text-transform: uppercase;
	letter-spacing: 1px;
	height:56px;
	width:297px;
		text-align: center;

	float:left;
	margin-top: 8px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 13px;
	color: #ccc; 
}	

/*.caption-cell {
	font-family:'Open Sans',sans-serif;
	text-transform: uppercase;

	font-weight:300;
	font-size:14px;
	font-size:1rem;
	line-height:1.7;	
	color: #706042; 
	height:76px;
	width:297px;
	float:left;
	margin-top: 8px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 13px;
}	*/
	
	
	