html, body{
   margin: 0;
   padding: 0;
   background-color: #fff;
   background-image: url("http://www.johnheckmanwright.com/images/357.jpg");
   background-position: top left;
   background-attachment: fixed;
   height: 100%; }

img{
   border: none;}

table{
   background-color: #114488;
   border: none; 
   }

blockquote, h3, p, li {
     font-family: Cambria, Georgia,Times,serif;
     font-size: 1.1em;
     color: #000;
     line-height: 1.25em;}

blockquote{
   margin-right: 20px;
   margin-left: 20px;}

a:link{
   color: #aaaaaa
   font-weight: bold;}

a.visited {
    color:  #aaaaaa;
    font-weight: bold;}

a:hover {
    text-decoration: underline;}

a.reverse {
    text-decoration: underline;}

a.reverse:hover {
    text-decoration: none;}

input, textarea{
   border: 1px solid gray;}


h1, h2{
   font-family: Cambria, Georgia,Times,serif;
   Arial, sans-serif;
   font-size: 1.5em;
   font-color: #aaaaaa;
   font-weight: bold;
   text-wrap: normal;
   line-height: 1.25em;}

h2{
   font-size: 1em;
   font-style: italic;}

.article{
    font-family: Cambria, Georgia,Times,serif;
    font-size: .9em;
    color: #000;
    text-wrap: normal;
    text-align: justify;
    line-height: 1em;}

a{
	text-decoration: none;
	color: #aaaaaa9;
	background-color: inherit;}

h1 a, h2 a, h3 a{
	font-size: 1.5em;
	border: none;}

small{
     font-size: .75em;}

.caps{
	font-size: 1em;
	letter-spacing: 0.1em;}

img.divider{
	margin: 2em 0;
	text-align: center;}

.reviewimage{
	float: left;
	margin: 10px;}

#container{
	margin-left: 10%;
	margin-top: 0px;
	margin-bottom: 0.5%;
	float: left;
	display: inline;
	position: relative;
	width: 700px;
	height: relative;
	background-color: #fff;
	b/order: 2px solid #114488;
        }

#header{
	position: fixed;
        top: 0; 
        left: 0;
       	background-color: #fff;
        width: 100%;
        height: 25px;
        display: block;
        z-index: 1; }

#post{
	border-bottom: 1px solid gray;
	padding: 20px 0px;}

#content{
	background-color: #fff;
	float: right;
        position: relative;
	display: relative;
	width: 600px;
	height: relative;
	margin-left: 50px;
	margin-right: 50px; 
        overflow:hidden; 
        z-index: 0; 
        padding-top: 2.5%;}


#footer{
	height: 100%;
	margin-bottom: 0px;
	position: bottom;
	border-top: 5px #000;
        border-bottom: 5px #000;
	padding: 0px;
	clear: both;
	width: 700px;}