body {
  background:#000;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:18px;
  color:#000;
  line-height:1.4em;
}
a {
  color:#2a48de;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
h1,h2,h3,h4,h5,h6,p {
  margin:0 0 .8em 0;
}
h1 {
  font-size:24px;
}
h2 {
  font-size:18px;
  color:#ea5336;
}
img.left {
  float:left;
  margin:0 10px 10px 0;
}
img.right {
  float:right;
  margin:0 0 10px 10px;
}

#content table tr td,
#content table tr th {
  padding:2px 1em 2px 0;
  text-align-left;
  vertical-align:top;
}

#container {
  width:894px;
  height:544px;
  position:absolute;
  left:50%;
  top:50%;
  margin:-275px 0 0 -450px;
  background:#fff;
  padding:3px;
}

#nv {
  width:162px;
  height:494px;
  padding:40px 10px 10px 25px;
  float:left;
  background:#ea5336 url(/assets/images/nvBg.png);
  line-height:30px;
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
  color:#fff;
}
#nv a {
  color:#fce7e3;
  display:block;
  text-decoration:none;
}
#nv a:hover {
  color:#fff;
  text-decoration:none;
}
#nv a.a1,
#nv a.s1 {
  color:#000;
}
#nv a.d2 {
  font-size:12px;
  padding:0 0 0 10px;
  border-left:solid #fff 3px;
}
#nv a.d3 {
  font-size:12px;
  padding:0 0 0 20px;
  border-left:solid #fff 3px;
}
#mainBg {
  float:left;
  width:697px;
  height:544px;
  background:#fed8c5 url(/assets/images/contentBg.png);
}
#main {
  width:697px;
  height:544px;
  overflow:auto;
}
#container.page2 #mainBg {
  background-image:url(/assets/images/contentStartBg.jpg);
}
#content {
  min-height:484px;
  padding:20px;
  float:left;
  width:640px;
}
#container.page2 #content {
  padding-top:220px;
  min-height:284px;
}
#copyright {
  line-height:20px;
  padding:3px 20px;
  font-size:10px;
  color:#555;
  white-space:nowrap;

  position:absolute;
  left:50%;
  top:50%;
  margin:275px 0 0 -450px;
  text-align:center;
  width:900px;
}
#copyright a {
  color:#555;
}
#copyright a:hover {
  color:#999;
  text-decoration:none;
}