@font-face {
    font-family: 'NewAthenaUnicodeRegular';
    src: url('http://stephaniefoxbotanica.com/staging/new_athena_unicode-webfont.eot');
    src: url('new_athena_unicode-webfont.eot') format('embedded-opentype'),
         url('new_athena_unicode-webfont.woff') format('woff'),
         url('new_athena_unicode-webfont.ttf') format('truetype'),
         url('new_athena_unicode-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
*, html{
	margin:0px;
	padding: 0px;
}
body, html{height:100%;width:100%;}
body{
	background: #d2ddd5; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2ddd5 0%, #838e7c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ddd5), color-stop(100%,#838e7c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d2ddd5 0%,#838e7c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d2ddd5 0%,#838e7c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d2ddd5 0%,#838e7c 100%); /* IE10+ */
	background: linear-gradient(top,  #d2ddd5 0%,#838e7c 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ddd5', endColorstr='#838e7c',GradientType=0 ); /* IE6-9 */
	font-family: NewAthenaUnicodeRegular, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #D2CAB1;
}
#outerbox { width: 100%; height: 100%; display: table; }
#innerbox{ display: table-cell; vertical-align: middle; width: 100%; }
#wrapper{
	-moz-box-shadow: 4px 4px 10px #41524a;
	-webkit-box-shadow: 4px 4px 10px #41524a;
	box-shadow: 4px 4px 10px #41524a;
	height: 650px;
	margin: auto;
	width: 1000px;
	background-color: #FFF;
}
#content {
	float: right;
	height: 100%;
	width: 725px;
	overflow: hidden;
	background-color: #889C80;
}
.content-changeable {
  position: relative;
}
.content-changeable-top,
.content-changeable-bottom {
  background-color: black;
  display: none;
  height: 100px;
  opacity: 0.40;
  position: absolute;
  width: 725px;
  z-index: 100;
}
.content-changeable-bottom {
  bottom: 0;
  height: 60px;
}
.content-section {
  position: absolute;
}
.content-section>* {
  display: none;
  position: absolute;
}
#sidebar {
	text-align: center;
	float: left;
	width: 275px;
}
#sidebar img {
	margin-top: 35px;
}
img {
	border-style: none;
}
#panel {
	background-image: url(images/forty-percent.png);
	float: right;
	width: 70%;
	height: 100%;
	display: table;
	margin-right: -700px;
	overflow: hidden;
	margin-top: 0px;
}
p {
	font-size: 1.3em;
	line-height: 2em;
}
#panel p {
	padding: 20px 20px 20px 30px;
}
.Pnav {
	background-image: url(images/forty-percent.png);
	height: 60px;
	width: 100%;
	text-align: center;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.Pnav.pnav-top,
.Pnav.pnav-bottom {
  position: absolute;
}
.Pnav.pnav-bottom {
  bottom: 0;
  font-size: 14px;
}
.Pnav li {
	display: inline;
	font-size: 1.2em;
	padding: 15px;
	margin: 0px;
	line-height: 60px;
}
a:link , a:visited{
	color: #C6B7AB;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a.active {
	color: #FFF;
}
.page{
	height: 650px;
	display: block;
}
.topMargin {
	margin-top: 30px;
}
.pnav-bottom li {
	margin-right: -5px;
	margin-left: -5px;
}
