html, body{
	margin: 0px;
	padding: 0px;
	height:100%;
}
body {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(texture2016/geo-fill.png);
	background-color: #3e2726;
}
.wrapper {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.main {
	display: table-row;
	height: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (min-width : 1600px) {
#shadow-left{
	position: fixed;
	width: 221px;
	height: 100%;
	left: 0px;
	background-image: url(../texture2016/shadow.png);
	background-repeat: repeat-y;
	mix-blend-mode: multiply;
}
#shadow-right{
	position: fixed;
	width: 221px;
	height: 100%;
	right: 0px;
	background-image: url(../texture2016/shadow.png);
	background-repeat: repeat-y;
	mix-blend-mode: multiply;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
}
#body-inner{
	background-image: url(texture/ContFill.jpg);
	width: 1100px;
	height:650px;
	border-radius: 4px;
	box-shadow:	2px 3px 3px rgba(0,0,0,0.5), -1px 2px 3px rgba(0,0,0,0.5), inset 5px 2px 25px rgba(255, 255, 255,1), inset -5px -2px 25px rgba(255,255,255,1);
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	background-color: #dfc19c;
}
a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #CC0000;
}
table {
	font-size: 10pt;
	text-align: center;
}
td {
	text-align: center;
}
.imgBrdr {
	border: 2px solid #000000;
	padding: 5px;
	margin: 7px;
	background-color: #666666;
}
.bottLine {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 10pt;
	text-align: center;
	height: 1px;
}
.bottLine a:link, .bottLine a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.bottLine a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}.active {
	font-size: 18px;
}
.Frame {
	background-image: url(../texture/geoframe.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 12px;
}
.FrameBD {
	background-image: url(../texture/geoframebd.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 12px;
}
img {
	border-style: none;
}
/* ---------------- Footer------------*/
#footer-outer{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E474A;
	position: relative;
	bottom: 0px;
	margin-bottom: 0px;
	background-color: rgba(20, 9, 8, 0.54);
}
#footer2016 {
	font-family: "Times New Roman", Times, serif;
	color: #CCD0D9;
	height: 42px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top:12px;
	z-index: 77;
	font-size: 16px;
	text-align: center;
}
#footer2016 ul, #footer2016 li{
	margin: 0px;
	padding: 0px;
}
#footer2016 ul, #search-outer{
	width: auto;
	display: inline-block;
	vertical-align: top;
}
#footer2016 ul{margin-top:4px;}
#footer2016 li {
	display: inline;
	margin-left:0px;
	margin-right:2px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	background-image: url(/texture2016/footer-disc.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #000, 0 0 1em #BE2F2F;
}
#footer2016 ul:last-child li{text-transform: none;}
#footer2016 ul:last-child{margin-left: 10px;}
#footer2016 li:first-child {background-image: none;padding-left: 0;}
#footer2016 a:link, #footer2016 a:visited{
	color: #A26F73;
	text-decoration: none;
} 
#footer2016 a:hover{
	color: #F6929A;
}
#search-outer{
	height:30px;
	width: 200px;
	margin-left: 10px;
	margin-top: -2px;
	vertical-align: middle;
}