﻿body {
	background-color: white;
	text-align: center;
	width: 482px;
	overflow: inherit;
	position: absolute;
	background-position: center;
}
img {
 border: 0;
}
div#subbody {
}
div#centeredbody {
 position: fixed;
 width: 550px;
 height: 500px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 margin-bottom: 10px;
}
div#sidebar {
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 height: 100%;
 text-align: left;
}
div#sidebar div#links div {
 padding-top: 8px;
}
div#links {
	text-align: left;
}

div#body {
	position: absolute;
	left: 164px;
	right: 0;
	height: 500px;
	text-align: left;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 520px;
	overflow: scroll;
	top: 51px;
}
div#body div#header {
 width: 100%;
 text-align: center;
}
div#body div#header * {
 padding: 0;
 margin: 0;
 vertical-align: middle;
}
div#body div#content {
	position: absolute;
	width: 462px;
	top: 121px;
	text-align: left;
	overflow: auto;
	left: 42px;
}
div#body div#content p {
 margin-top: 10px;
 margin-left: 70px;
 margin-right: 70px;
}
  .auto-style1 {
	  white-space: nowrap;
	  text-align: center;
	  border: 2px solid #512800;
	  background-color: #DAD0C2;
  }

