html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
body {
	padding-left: 50%;
}
h1	{
	color: #9A9A9A;
	margin-bottom: -8px	
;

}
#wrap {
	margin-left: -396px;
}
.structure_table {
	height: 100%; 
	border-collapse: collapse;
}

.left_column {
	color: white;
	background-image: url(images/GreenColBit.jpg);
	background-repeat: repeat-y;
}
.main_col {
	width: 695px;
}
.header {
	top: 0px;
}
.NavBar {
	position: absolute;
	top: 96px;
	margin-left: -66px;
}
.home_button {
	position: absolute;
	top: 27px;
	left: 25px;
}
.story_button {
	position: absolute;
	top: 15px;
	left: 125px;
}
.author_button {
	position: absolute;
	top: 15px;
	left: 289px;
}
.writing_button {
	position: absolute;
	top: 15px;
	left: 436px;
}
.contact_button {
	position: absolute;
	top: 15px;
	left: 561px;
}
.buy_button {
	position: absolute;
	top: 15px;
	left: 720px;
}
.main_col_content{
	margin-top: 90px;
	margin-right: 15px;
	margin-left: 15px;
}
.log_line {
	border: none;
	color: #0F6E28;
	margin-left: 5px;
	margin-top: -5px;
	width: 555px;
}
.Cover {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 288px;
	color: #636363;
}
.Elisabeth_quote{
	float: right;
	margin-bottom: 20px;
}
.Chris {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
input
{
color: #000;
background: #C6C5D4;
border: 1px solid #003A5B
}

textarea
{
color: #000;
background-color: #C6C5D4;
border: 1px solid #003A5B
}

.submit input
{
color: #000;
background: #C6C5D4;
border: 2px outset #d7b9c9
}
