/* HEAD STYLES */
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Verdana;
  font-size: 12px;
  line-height: 18px;
  background: #0e1d35 ;
  text-decoration: none;
}
img {
  border: 0px;
}
* {
  padding:0px;
  margin:0px;
}

ul, ol {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 9px;
}
li {
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #fff;
}
h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
p {
  text-indent: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: table;
}

.man {
  list-style: decimal;
}
.sub {
  list-style: lower-latin;
}
.subsub {
  list-style: disc;
}

/* MAIN DIV */
#mainDiv {
  width: 1150px;
  height: 100%;
  margin: 0px auto;
  background: url("../graphic/all_background.jpg") top center no-repeat;
}
#swfContainer {
  position: absolute;
  margin: 15px 0px 0px 343px ;
}
#mainMenuDiv {
  width:1100px;
  height: 85px;
  margin-left: 35px;
}
#headerDiv {
  position: absolute;
  margin-left: 35px;
  width: 290px;
  color: #fff;
  text-align: justify;
  font-size: 11px;
}
#headerDiv p {
  margin-left: 10px;
  width: 268px;
}

#topContainerDiv {
  height: 370px;
}
#contentContainerDiv {
  
}
#contentLeft {
  width: 300px;
  padding-left: 40px;
  margin-top: 40px;
  float: left;
  clear: none;
  color: #fff;
}
#contentRight {
  background: url('../graphic/content_bg.jpg') top center no-repeat #cfd2d7;
  width: 710px;
  margin-top: 20px;
  float: left;
  clear: none;
  padding: 20px;
  color: #333333;
  line-height: 20px;
  min-height: 150px;
  text-decoration: none;
}
#contentRight a {
  color: #555;
  text-decoration: underline;
}
#contentRight img {
  border: 1px solid #555555;
  padding: 2px;
  margin-bottom: 10px;
}
#smallButtonContainer {
  position: absolute;
  width: 340px;
  margin-left: 750px;
  margin-top: 260px;
}
#bottomContainerDiv {
  height: 200px;
  width: 1150px;
  display: table;
  text-align: center;
  float: none;
  clear: both;
}
#sponsorDiv {
  width: 33%;
  text-align: center;
  float: left;
  clear: none;
}

/* GALERY */
#galleryImage {
  height: 150px;
  width: 150px;
  float: left;
  margin: 10px;
  display: table;
  line-height: 150px;
  text-align: center;
}
#galleryPic {
  display: table-cell;
  vertical-align: middle;
}
#galleryImage img, #refImage img {
  padding: 5px;
  position: relative;
}
#galleryImage img:hover, #refImage img:hover {
background: #111111;
  padding: 4px;
}

#bookForm input, #bookForm textarea {
  width: 250px;
  height: 20px;
  line-height: 20px;
  border: 1px solid;
  margin-bottom: 10px;
  background: #cfd2d7;
  font-size: 12px;
}
#bookForm img {
  margin-bottom: 10px;
  
}
#bookForm textarea {
  height: 100px;
}
#entriesContainer{
  width: 100%;
  display: table-cell
}
#entries {
  float: left;
  padding: 6px;
  background: #555555;
  color: #cfd2d7;
  margin: 2px;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
#entries:hover {
  background: #ff9900;
}
/*
div {
 border: 1px white solid;
}
