body {
  margin: 0 auto;
  padding: 0;
  background: black;
  color: white;
  font-family: georgia;
}

#wrap {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0;
  background: #615e77;
}

#lang {
  position: absolute;
  margin-top: 3px;
  margin-right: 3px;
  text-align: right;
  width: 990px;
}

#lang a {
  font-size: 12px;
  text-decoration: none;
  color: black;
}

#lang a:hover {
  text-decoration: none;
  color: white;
}

#lang img {
  border: 1px #615e77 solid;
}

#lang img:hover {
  border: 1px white solid;
}

#header {
  height: 40px;
}

#head1 {
  margin-left: 40px;
  padding-top: 10px;
}

#head1 a {
  color: #E9E9AC;
  font-size: 28px;
  letter-spacing: 0.2em;
  text-decoration: none;
}

#head1 a:hover {
  color: black;
  font-size: 28px;
}

#head2 {
  position: absolute;
  margin-top: -20px;
  margin-left: 680px;
  color: #E9E9AC;
  font-size: 18px;
}

#ruler {
  position: absolute;
  margin: 5px 0px 0px 0px;
  width: 1000px;
  border-top: 1px black solid;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
} 

#navi {
  text-align: right;
  width: 1000px;
  margin-top: 10px;
  margin-right:  0px;
  padding: 0;
  padding-top: 10px;
}

.navitem1 a {
  font-size: 12px;
  color: #E9E9AC;
  text-decoration: none; 
  padding:3px;
}

.navitem1 a:hover {
  color: black;
  background: #E9E9AC;
}

.navitem1 .selected a {
  color: black;
  background: #E9E9AC;
}

.navitem2 a {
  font-size: 12px;
  font-weight: bold;
  color: #f4b7b7;
  text-decoration: none;
  padding:3px;
}

.navitem2 .selected a {
  color: #9b2020;
  background: #E9E9AC;
}

.navitem2 a:hover {
  color: red;
  background: #E9E9AC;
}

#navi2 {
  padding-top: 40px;
}

#navi2 p {
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 12px;
}

.navi2link {
  margin-top: 4px;
  text-align: center;
  width: 120px;
}

.navi2link a {
	color: #E9E9AC;
	text-decoration: none;
	padding: 2px;
}

.navi2link a:hover {
  color: #9b2020;
  background: #E9E9AC;
}

#navi2 li a img {
  border: 1px #E9E9AC solid;
  padding: 1px;
}

#navi2 img:hover {
  border: 2px red solid;
  padding: 0px;
}

#navi2 h1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

#navi2All {
  background: #393650;
  border-top: 1px black solid;
  border-left: 1px black solid;
  border-bottom: 1px black solid;
  margin-top: 20px;
  margin-left: 65px;
  margin-right: 65px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
  height: 330px;
}

#navi2All h1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

.navi2Block {
  width: 120px;
  height: 120px;
  margin: 15px;
  float: left;
}

#navi3 {
  position: absolute;
  margin-top: 20px;
  margin-left: 100px;
}

#navi3 a {
  padding: 3px;
  text-decoration: none;
  font-weight: bold;
  color: #E9E9AC;
}

#navi3 a:hover {
  color: black;
  background-color: white;
}


#footer {
  text-align: center;
  margin: 5px 0px 0px 0px;
  color: #969696;
  font-size: 20px;
  font-style: italic;
  letter-spacing:0.1em;
  padding: 5px;
}

#footerbox {
  background: #545263;
  padding: 2px;
  padding-left: 20px;
  padding-right: 20px;
}

#footer2 {
  color: #969696;
  background: black;
  font-size: 12px;
  padding: 3px;
  padding-bottom: 10px;
 }
 
 #footer2a {
   text-align: left;
 }
 
 #footer2b {
   margin-top: -15px;
   text-align: right;
 }

#footer2a-h {
  display: none;
}

#footer2b-h {
  position: absolute;
  margin-left: 845px;
  margin-top: -34px;
  display: none;
}

#content {
  width: 1000px;
  min-height: 500px;
  margin: 25px 0px 0px 0px;
  padding: 0;
}

#breadcrump {
  margin-left: 10px;
  margin-top: -5px;
  color: white;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 5px;
  height: 20px;
}

#breadcrump a {
  color: white;
  text-decoration: none;
  padding: 2px;
}

#breadcrump a:hover {
  color: black;
  background-color: white;
}

#breadcrump .gal {
  color: #9b2020;
  background: #E9E9AC;
  padding: 2px;
}

#selector { 
  background: #393650;
  float: left;
  height: 400px;
  width: 200px;
  margin-right: 20px;
  margin-top: 15px;
}

#selector img:hover {
  border: 1px white solid;
}

#pic {
  float: left;
  width: 750px;
  height: 434px;
  margin-top: 15px;
  background: url(loading.gif) no-repeat center center;
  background-color: #393650;
  padding: 13px;
  border-right: 1px black solid;
  border-top: 1px black solid;
  border-bottom: 1px black solid;
}
  
#pic img { 
  display: block;
  margin: 0px auto;
}

#pictitle {
  margin-top: 8px;
  text-align: center;
}

#pictitletext {
  margin: 0 auto;
  color: #E9E9AC;
  background: #161238;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
}

.newimg {
  color: #f4b7b7;
  font-size: 11px;
  position: absolute;
  background-color: black;
  padding: 1px;
}

#alllink {
  position: absolute;
  margin-left: 110px;
  margin-top: 5px;
  z-index:999;
}

#alllink a {
  font-size: 12px;
  color: #E9E9AC;
  text-decoration: none; 
  padding:3px;
}

#alllink a:hover {
  color: black;
  background: #E9E9AC;
}

#pageContent {
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 50px;
  color: #E9E9AC;
  background: #393650;
  border: 1px black solid;
  padding: 20px;
  height: 420px;
  overflow: auto;
}

#pageContent a {
  color: #E9E9AC;
  text-decoration: none; 
  padding:3px;
}

#pageContent a:hover {
  color: black;
  background: #E9E9AC;
}

#galAllNavi {
  float: left;
  width: 120px;
  margin-left: 20px;
  margin-top: 30px;
}

#galAllNavi .item {
  padding: 2px;
}

#galAllNavi a {
  text-decoration:none;
  font-weight: bold;
  color: #E9E9AC;
}

#galAllNavi .item:hover {
  color: black;
  background: #E9E9AC;
}

#galAllNavi a:hover {
  color: #9b2020;
}

#galAllBorder {
  border-top: 1px black solid;
  border-left: 1px black solid;
  border-bottom: 1px black solid;
  background: #393650;
  margin-top: 20px;
  margin-left: 105px;
  margin-right: 65px;
  height: 470px;
}

#galleryAll {
  margin-left: 35px;
  overflow: auto;
  height: 470px;
}

#galleryAll .title {
  display: none;
  text-align: center;
  margin-top: 5px;
  color: #E9E9AC;
  font-size: 12px;
}

.galBlock {
  width: 120px;
  height: 120px;
  margin: 15px;
  float: left;
}

.galClear {
  clear: both;
}

#galAllNav {
  position: absolute;
  padding: 5px;
  margin-left: 30px;
  margin-top: -450px;
  background-color: #393650;
  border: 1px black solid;
}

#next {
  display:block;
  background:transparent url(next-horizontal.png) no-repeat scroll 0 0;
  cursor:pointer;
  width:32px;
  height:32px;
}

#next:hover {
  background-position:-32px 0;
}

#prev {
  display:block;
  background:transparent url(prev-horizontal.png) no-repeat scroll 0 0;
  cursor:pointer;
  width:32px;
  height:32px;
}

#prev:hover {
  background-position:-32px 0;
}

#intro {
  margin: 0 auto;
  margin-top: 50px;
  padding: 30px;
  padding-top: 50px;
  height: 410px;
}

#intro h1 {
  padding: 10px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  text-align: center;
}

#intro h2 {
  padding-left: 10px;
  padding-top: 20px;
  font-size: 14px;
  font-weight: normal;
  color: white;
  text-decoration: none;
  text-align: center;
}

#intro a {
  text-decoration: none;
}

#introclick {
  position: absolute;
  z-index: 9999;
  margin-left: 410px;
  margin-top: 20px;
  font-size: 12px;
}

#skipintro {
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
}

#skipintro a {
  color: black;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

#skipintro a:hover {
   color: white;
}

#myBook {
  margin: 0 auto;
  background-color: black;
  cursor: pointer;
  border: 1px #69325F solid;
}

#myBook:hover {
  border: 1px #E9E9AC solid;
}

/* contact form */

#form_box {
	width: 590px;
	background: #f8f8f8;
	color: black;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}

#contactStatus {
  margin-top: 20px;
  color: red;
}

#firefox {
 	position: absolute;
 	margin-left: 1010px;
 	margin-top: 440px;
	width: 60px;
	font-size: 12px;
	text-align: center;
	color: white;
	background: #1C1C1C;
	padding: 5px;
	border: 1px black solid;
	opacity: 0.7;
}

#firefox img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#firefox a img {
	border: none;
}


#rateIcon {
	position: absolute;
	display: none;
}

#rateIcon img {
	width: 50px;
	padding: 1px;
}

#rateIcon img:hover {
	border: 1px solid gray;
	padding: 0px;
	cursor: pointer;
}

#rateIconHS {
	display: none;
}

#comment {
	display: none;
	position: absolute;
	width: 300px;
	height: 225px;
	padding: 10px;
	background: white;
	border: 2px solid #E9E9AC;
	color: black;
	font-size: 12px;  
	z-index: 9999;
}

#comment h1 {
	margin-top: -8px;
	font-size: 13px;
	text-decoration:underline;
}

#comment img {
	position: absolute;
	margin-left: 285px;
	margin-top: -25px;
	cursor: pointer;
	padding: 1px;
}

#comment img:hover {
	border: 1px solid black;
	padding: 0px;
}

#sendingComment {
	display: none;
}

#sendingComment img {
	position: absolute;
	margin-left: 120px;
	margin-top: 120px;
}

#sendingComment img:hover {
	cursor: none;
	border: none;
	padding: 1px;
}

#sentButton {
	display: none;
	color: red;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}


#comment textarea {
	width: 280px;
}

#sendComment {
	margin-top: 10px;
	text-align: center;
}

#sendComment a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding: 3px;
}

#sendComment a:hover {
	color: white;
	background-color: gray;
}

#commentContext {
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}

#rateStatus {
	float: left; 
	clear: both; 
	width: 100%; 
	height: 20px;
	margin-top: 5px;
}

#rateMe {
	float:left; 
	clear:both; 
	width:100%; 
	height:auto; 
	padding:0px; 
	margin:0px;
	margin-bottom: 15px;
}

#rateMe li {
	float: left;
	list-style: none;
}

#rateMe li a:hover {
}

#rateMe .on {
}

#rateMe a {
	float: left;
	width: 23px; 
	height: 23px;
}

#ratingSaved {
	display: none;
}

#rateTitle {
	display: none;
}

#oldie {
  display: none;
}