body {
	background: #1A1E2A url('bg2.jpg') no-repeat;
	/*background: #FFFFFF url('bg.jpg') no-repeat;*/
	background-position: top left;
}

div.bodydiv {
	width: 450px;
	height: 400px;
	padding-top: 1em;
	padding-right: 1em;
	/*border: red 4px dashed;*/
}

div.content {
	height: 360px;
	padding: 0px;
	margin: 0px;
}

div.menu {
	padding-top: 2em;
	height: 40px;
	vertical-align: text-bottom;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #675F52;
}

a.menulink {
	font-size: 25px;
}

p {
	color: #C7AC8F;
}

h1 {
	color: #9F520A;
}

hr.menusep {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 5px;
	margin-right: 0px;
	margin-left: 50px;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: large;
}

ul.menu li {
  display: inline;
  text-align: center;
  padding: 0 1em 0 1em;
	background-color:#202035;
	border:0px solid;
	margin-right: 1em;
	margin-left: 1em;
}

ul.menu li:hover {
  display: inline;
  text-align: center;
  padding: 0 1em 0 1em;
	background-color:#101015;
	border:0px solid;
	margin-right: 1em;
	margin-left: 1em;
}

a.menulink:link, a.menulink:visited {
	color: #9F520A;
	/*color: #FFFFFF;*/
	text-decoration: none;
	font-weight: bold;
}

a.menulink:active, a.menulink:hover {
	color: #BBBBFF;
	text-decoration: none;
	font-weight: bold;
}

div.thanks {
	font-size: 11px;
	/*position: fixed;*/
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	border: 0px;
	padding: 0px 15px;
	background: #1A1E2A;
}

a.thankslink:link, a.thankslink:visited {
	color: #9F520A;
	/*color: #FFFFFF;*/
	text-decoration: none;
	font-weight: bold;
}

a.thankslink:active, a.thankslink:hover {
	color: #BBBBFF;
	text-decoration: none;
	font-weight: bold;
}

IMG.book_pic {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 5px;
	border-style: solid;
	border-color: #000000;
	margin-bottom: 10px;
}

