body {
  margin: 0;
  padding: 0;
  background: #3a3a3a;
  font-family: arial;
  line-height: 18px;
  font-size: 14px;
  }
  
img {
  border: 0;
  }
  
#container {
  width: 990px;
  margin: 25px auto 0;
  background: url('images/bg-container.jpg') repeat-y;
  position: relative;
  }
  
img#bgTop {
  position: absolute;
  top: -20px;
  right: 0;
  }
  
img#bgBottom {
  position: absolute;
  bottom: -20px;
  right: 0;
  }
  
#header {
  width: 950px;
  height: 132px;
  float: right;
  margin-right: 20px;
  display: inline;
  background: url('images/bg-header.jpg');
  }
  
img#logo {
  float: right;
  margin: 13px 21px 0 0;
  }
  
ul#mainMenu {
  margin: 22px 28px 22px 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 150px;
  }
  
ul#mainMenu li {
  height: 30px;
  float: right;
  clear: right;
  background: url('images/bullet.jpg') no-repeat right center;
  padding-right: 23px;
  }
  
ul#mainMenu li span {
  display: none;
  }
  
ul#mainMenu li a {
  background-position: right top;
  display: block;
  height: 30px;
  }
  
ul#mainMenu li a:hover, ul#mainMenu li.selected a {
  background-position: right bottom;
  }
  
li.menu01 a {
  width: 76px;
  background: url('images/menu-01.jpg');
  }
  
li.menu02 a {
  width: 72px;
  background: url('images/menu-02.jpg');
  }
  
li.menu03 a {
  width: 127px;
  background: url('images/menu-03.jpg');
  }
  
li.menu04 a {
  width: 32px;
  background: url('images/menu-04.jpg');
  }
  
li.menu05 a {
  width: 78px;
  background: url('images/menu-05.jpg');
  }
  
li.menu06 a {
  width: 73px;
  background: url('images/menu-06.jpg');
  }
  
#content {
  width: 950px;
  float: right;
  margin-right: 20px;
  display: inline;
  overflow: hidden;
  }
  
html>body #content {
  background: url('images/bg-content.jpg') no-repeat 13px 32px;
  }
  
#contentDiv {
  width: 627px;
  min-height: 490px;
  height: auto !important;
  height: 490px;
  float: left;
  margin-left: 53px;
  display: inline;
  line-height: 23px;
  }
  
#contentDiv h1 {
  margin: 12px 0 10px;
  padding: 0;
  }
  
#contentDiv p {
  margin: 0;
  padding: 0;
  }
  
#contentDiv ul {
  margin: 0 -10px 0 0;
  padding: 0;
  list-style: none;
  width: 666px;
  float: right;
  }
  
#contentDiv ul li {
  width: 200px;
  padding-right: 10px;
  height: 176px;
  float: right;
  background: url('images/bg-thumb.jpg');
  margin: 0 0 12px 12px;
  position: relative;
  }
  
html>body #contentDiv ul li {
  background: url('images/bg-thumb.png');
  }
  
#contentDiv ul li img {
  height: 130px;
  display: block;
  margin: 10px auto 0;
  }
  
#contentDiv ul li p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 13px;
  right: 24px;
  color: #3a3a3a;
  font-weight: bold;
  }
  
#contentDiv ul li a.enlarge {
  position: absolute;
  bottom: 13px;
  left: 12px;
  font-size: 11px;
  text-decoration: none;
  color: #606060;
  padding-left: 15px;
  background: url('images/glass.gif') no-repeat center left;
  }
  
#contentDiv ul li a.enlarge:hover {
  color: #99061f;
  }
  
#footer {
  clear: both;
  position: relative;
  width: 990px;
  font-size: 12px;
  }
  
#footer * {
  color: #fff;
  }
  
#footer a {
  text-decoration: none;
  }
  
#footer a:hover {
  text-decoration: underline;
  }
  
#footer p {
  position: absolute;
  top: 10px;
  margin: 0;
  padding: 0 0 10px 0;
  }
  
#footer p#rights {
  right: 20px;
  }
  
#footer p#credit {
  left: 20px;
  }
  
ul#hp {
  width: 210px;
  position: absolute;
  top: 210px;
  left: 50px;
  margin: 0;
  padding: 0;
  }
  
ul#hp li {
  margin-left: 0;
  }
  
ul#hp li p {
  text-align: center;
  position: static;
  }
  
ul#hp li p a {
  color: #980521;
  text-decoration: none;
  }
  
ul#hp li p a:hover {
  text-decoration: underline;
  }
  
img#or {
  margin: 35px 15px 0 0;
  }
  
form {
  margin: 0;
  padding: 0;
  }
  
form * {
  font-family: arial;
  font-size: 12px;
  }
  
form label {
  display: block;
  }
  
#mainContent form p {
  margin: 0 0 5px 0;
  }
  
form input {
  border: 1px solid #d9d9d9;
  background: #fff !important;
  width: 180px;
  }
  
form select {
  border: 1px solid #d9d9d9;
  width: 180px;
  }
  
form textarea {
  border: 1px solid #d9d9d9;
  width: 362px;
  height: 150px;
  }
  
input.button {
  cursor: pointer;
  }
  
input#sndBtn {
  background: #9a061c !important;
  color: #fff;
  }
  
p#thankYou, p#errorMsg {
  position: absolute;
  top: 250px;
  right: 550px;
  width: 300px;
  }
