body {
  margin:0;
  padding:0;
  background:#838484;
}

body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:12px;
  color:#666;
  line-height:1.4em;
}

h1 {
  font-family:arial,sans-serif;
  font-weight:normal;
  font-size:18px;
  color:#A02031;
  text-transform:lowercase;
}
h2 {
  font-family:arial,sans-serif;
  font-weight:normal;
  font-size:16px;
  color:#A02031;
  text-transform:lowercase;
}
h3 {
  font-family:arial,sans-serif;
  font-weight:normal;
  font-size:14px;
  color:#A02031;
  text-transform:lowercase;
}

a {
  color:#A02031;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

blockquote {
  border-left:solid #A02031 3px;
  margin:1em 0 1em 30px;
  padding:0 0 0 10px;
  font-family:georgia,serif;
  font-size:16px;
  font-style:italic;
}
blockquote span.author {
  font-style:italic;
  font-size:12px;
}

input,textarea {
  border:solid #999 1px;
}
input.button {
  border:solid #999 1px;
  background:#ddd;
}

table tr th,
table tr td {
  padding:0;
  text-align-left;
  vertical-align:top;
}
#content table tr th,
#content table tr td {
  padding:2px 1em 2px 0;
}

#container {
  width:900px;
  background:#fff url(images/title.gif) no-repeat;
  margin:0 auto 20px auto;
}
#title {
  height:150px;
}
#title * {
  display:none;
}

#main {
  padding:0 34px 20px 110px;
  width:550px;
}
#rightbar {
  width:160px;
  padding:0 46px 35px 0;
  background:url(images/jiggyBg.gif) no-repeat;
}

#nv1 {
  margin:44px 0 0 0;
  padding:0 0 10px 0;
  height:20px;
  background:url(images/nv1Bg.gif) no-repeat 100% 8px;
}
#nv1 a {
  padding:0 0 10px 0;
  margin:0 30px 0 0;
  text-transform:lowercase;
}
#nv1 a:hover {
  background:url(images/grayDots.gif) no-repeat 50% 100%;
  text-decoration:none;
}
#nv1 a.a1,
#nv1 a.s1 {
  background:url(images/redDots.gif) no-repeat 50% 100%;
}

#nv2 {
  height:25px;
}
#nv2 a {
  color:#686E6E;
  margin:0 15px 0 0;
  text-transform:lowercase;
}
#nv2 a.a1 {
  font-weight:bold;
}


#content {
  margin:20px 0 0 0;
  min-height:288px;
  height:auto !important;
  height:288px;
}
#copyright span.de a.de {
  display:none;
}
#copyright span.en a.en {
  display:none;
}

#copyright {
  padding:45px 34px 35px 0;
  text-align:right;
  text-transform:lowercase;
  background:url(images/pageBg.gif) no-repeat 100px 100%;
}
#copyright a {
  margin:0 0 0 15px;
}
