body {
  background: #EEEEE0 url(img/bg-slice.jpg) repeat-x;
  color: #8B8B83;
  text-align: center;
  padding: 0;
  margin: 0;
  font: 10px Verdana, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  border-style: none;
}
div.wrap {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
a {
  text-decoration: none;
  color: #CD8162;
}
a:hover {
  color: #FFA07A;
}



/*-------------------FOR THE TOP------------------------*/

div#top {
  text-align: left;
  background-color: transparent;
  position: relative;
  font-size: 1.1em;
  color: #EEEEE0;
  height: 20px;
  margin-bottom: 110px;
  margin-top: 12px;
}
div#top ul {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
div#top ul li{
  display: inline;
  margin-left: 35px;
  margin-right: 5px;
  color: #8B8B83;
}
div#top ul a {
  color: white;
}
div#top ul a:hover {
  color: #CD8162;
}
div#top p#title {
  width: 170px;
  height: 20px;
  background: transparent url(img/header.gif) top left no-repeat;
}
div#top p#title span {
  display: block;
  height: 0;
  width: 0;
  color: maroon;
  font-size: 1px;
  overflow: hidden;
}
/*-------------------FOR THE CONTENT------------------------*/
div#content {
  padding-top: 20px;
  text-align: left;
}
h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 2px 0 7px 0;
  font-variant: small-caps;
  color: #8B8B83;
}
h1.mainheading {
  text-align: right;
  margin-right: 5px;
  padding-bottom: 10px;
  line-height: 1.5em;
}
h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 2px 0 7px 0;
  font-variant: small-caps;
  line-height: 1.5em;
  color: #8B8B83;
}
div#content p {
  font-size: 1.1em;
  line-height: 1.5em;
  padding-bottom: 20px;
}
/*----------------for gallery--------------------*/
div.gallery { 
  text-align: right;
  margin-bottom: 35px;
  width: 800px;
  border-bottom: 1px solid #CDCDC1;
  position: relative;	
}
div.bottomimg {
  text-align: right;
  margin-bottom: 25px;
  width: 800px;
  border-bottom: 1px solid #EEEEE0;
  position: relative;
}
div.gallery img, div.bottomimg img { 
  margin-bottom: 80px;
  width: 600px;
  margin-right: 5px;
}
div.gallery p, div.bottomimg p { 
  text-align: right;
  padding-right: 630px;
  position: absolute;
  top: -4px;
  right: 0;
} 

/*-------------------FOR THE BOTTOM------------------------*/
div#bottom {
  margin-top: 10px;
  border-top: 2px solid #CDCDC1;
  float: left;
  clear: left;
  width: 796px;
  margin-bottom: 30px;
}
div#bottom-content {
  padding: 12px 0;
}
div#bottom p {
  font-size: 1.1em;
  line-height: 1.6em;
}
div#bottom p.credits {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 10px;
}
div#bottom p img {
  float: left;
  margin: 3px 14px 5px 2px;
  vertical-align: text-top;
}
div.bottom-leftside{
  padding-right: 10px;
  float: left;
  width: 180px;
  text-align: left;
  border-right: 1px solid #CDCDC1;
  padding-left: 5px;
}
div.bottom-rightside {
  text-align: left;
  margin-left: 205px;
  padding-left: 15px;
  padding-right: 5px;
}
div#bottom p.info {
  border-top: 1px solid #CDCDC1;
  margin: 5px 0 0 -5px;
  line-height: 1.4em;
  color: #8B8B83;
  font-size: 1em;
  padding: 7px 0 10px 5px;
}
/*-------------------for bottom menu------------------------*/
div#bottom-menu {
  padding-bottom: 10px;
  border-bottom: 1px solid #CDCDC1;
  text-align: center;
  margin-bottom: 15px;
}
div#bottom-menu  ul  li {
  display: inline;
  margin-left: 35px;
  margin-right: 5px;
}