article, section, aside, hgroup, nav, header, footer, figure, figcaption { 
    display: block;
}
#main {
    position: relative;
    width: 100%;
    display: table-cell;
}
#dateDiv {
	float: right;
	font-family: Arial;
	font-size: 10px;
	color: #F6F6F6;
    position: relative;  /*vertically center anything 1 of 3*/
    top: 50%;  /*vertically center anything 2 of 3*/
    transform: translateY(-30%);  /*vertically center anything 3 of 3*/
}
.left_column { 
    width: 165px; 
	height: 100%;
	float: left;
    background: #fff;
	background-image: url(../imagesSepia/MenuBkgndPattern.png);
	background-position: 0%;
    background-repeat: repeat;
}

.wrapper { 
    background: #000;
    overflow: hidden;
}
br.clear {
	clear: both; 
} 

.center_column { width: 50%; float: left; background: #000; }
.right_column { width: 50%; float: left;  background: #000; }

.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }

.ColTableMain {
  display: table;
  width: 90%;
  height: 100%;
/*  background-color: #C9B7A0; */
  background-color: #DCCDB9;
}
.ColCellMain {
  display: table-cell;
  padding: 25px;
  font-family: Arial;
  font-size: 11pt;
}

.HeaderTable {
  display: table;
  width: 100%;
  height: 100%;
}
.HeaderCell {
  display: table-cell;
  padding: 0px;
  /*float: right;*/
  width: 125px;
  /*border: 1px solid black;*/
}


.HourGlass {
	float: right;
/*    position: relative;*/  /*vertically center anything 1 of 3*/
/*    top: 50%;*/  /*vertically center anything 2 of 3*/
/*    transform: translateY(-50%);*/  /*vertically center anything 3 of 3*/
}

*{
    margin: 0px;
    padding: 0px;
}
body {
    margin-left: 0px;
    margin-top: 0px;
	background: #000;
}

a.indexbody:link {color:#43311C;}
a.indexbody:visited {color:#724511;}
a.indexbody:hover {color:#8E6C44;}

/* .columnPic {
	margin: 10px 10px;
}  */
.HeaderTitle {
  display: table-cell;
  padding: 0px;
  color: #F6F6F6;
  font-family: Arial;
  text-shadow: 4px 4px #000000;
  position: relative;  /*vertically center anything 1 of 3*/
  top: 50%;  /*vertically center anything 2 of 3*/
  transform: translateY(-50%);  /*vertically center anything 3 of 3*/
}
img {
    border: none;
}
header {
    height: 76px;
    background-image: url(../imagesSepia/HeaderBkgnd76x76.gif); 
    background-position: 0%;
    background-repeat: repeat;
	}
footer {
    height: 5%;
    clear: both;
	background: yellow;
}
.button_sliding_bg {
    color: #000;
    background: #644930;
	min-width:122px;
	padding: 8px 5px;
	margin-left: 0px;
	margin-right: 31px;
    font-family: 'OpenSansBold', sans-serif;
    border: 1px solid #7F6646;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    border-radius: 2px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #E7C498;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.button_sliding_bg:hover {
    box-shadow: inset 0 100px 0 0 #C9B7A0;
    color: blue;
}
.button_sliding_URHere {
    color: #000;
    /* background: #ff9999;  */
	background: #CFC1B0;
	min-width:122px;
	padding: 8px 5px;
	margin-left: 0px;
	margin-right: 31px;
    font-family: 'OpenSansBold', sans-serif;
    border: 1px solid #7F6646;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    border-radius: 2px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #00CCCC;
/*	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;    */
}
.button_sliding_href {
	color: #000;
	text-decoration: none;
}
.thumbHolderR {
    position: relative;
    width: 125px;
    height: 120px;
	float: right;
	padding:10px;
}
.thumbHolderR .caption {
    position: absolute;
    width: 125px;
    height: 17px;
    bottom: 7px;
    left: 10px;
    color: #0000ff;
    background: #A4E8E8;
	font-size: 12px;
	text-align:center;
	text-decoration: none;
	font-weight:bold;
	opacity:0.8;
	cursor: pointer;
	}

.thumbHolderL {
    position: relative;
    width: 125px;
    height: 120px;
	float: left;
	padding:10px;
}
.thumbHolderL .caption {
    position: absolute;
    width: 125px;
    height: 17px;
    bottom: 7px;
    left: 10px;
    color: #0000ff;
    background: #A4E8E8;
	font-size: 12px;
	text-align:center;
	text-decoration: none;
	font-weight:bold;
	opacity:0.8;
	cursor: pointer;
	}

