body {
  margin:0;
  padding:0;
  background:#383838;
}
body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:11px;
  line-height:16px;
  color:#555;
}
a {
  color:#9A5603;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

h1 {
  color:#9A5603;
  font-family:arial;
  font-size:18px;
  font-weight:normal;
}
h2 {
  color:#9A5603;
  font-family:arial;
  font-size:16px;
  font-weight:normal;
}
h4 {
  color:#9A5603;
  font-family:arial;
  font-size:14px;
  font-weight:normal;
}

table tr td,
table tr th {
  text-align:left;
  vertical-align:top;
}
table tr td[align=right] {
  text-align:right;
}
img.left,
img[align=left] {
  display:block:
  float:left;
  margin:0;
}

#content table tr td,
#content table tr th {
  padding:2px 1em 2px 0;
}

#container {
  background:#fff;
  margin:0 auto;
  width:700px;
  height:100%;
}

#title {
  padding:0 15px;
}
#title .inner {
  width:670px;
  height:290px;
  background:url(images/title.jpg);
}
#title h1,
#title h2 {
  display:none;
}

#nv {
  padding:0 15px;
}

#nv1 {
  line-height:15px;
  padding:5px 15px;
  color:#fff;
  background:url(images/nv1Bg.jpg);
}
#nv2 {
  line-height:15px;
  padding:5px 15px;
  color:#fff;
  background:url(images/nv2Bg.jpg);
}
#nv1 a,
#nv2 a {
  color:#fff;
  text-transform:uppercase;
}
#nv a.a1,
#nv a.s1 {
  font-weight:bold;
}

#content {
  height:100%;
}
#content .inner {
  padding:15px;
}

#copyright {
  padding:0 15px;
}
#copyright .inner {
  background:#F8E7C6;
  font-size:10px;
  line-height:15px;
  padding:5px 10px;
}