/* body */
body {
  background-color: #48331e;
  color: #48331e;
  font-family: georgia, arial, verdana, sans-serif;
  font-size: small;
  padding: 0px;
  margin: 0px;
}

/* container0 */
#container0 {
  background-color: #bf1e2d;
  width: 1000px;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  border: #570b22 solid 1px;
}

/* container */
#container {
  width: 900px;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}

/* container2 */
#container2 {
  width: 900px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  border: #570b22 solid 1px;
}

/* header */
#header {
  background-color: #bf1e2d;
  color: #570b22;
  padding: 5px 0px;
  margin: 0px;
}
#header img {
  border: solid 0px;
}
#header ul {
  padding: 0px;
  margin: 0px;
}
#header li {
  list-style-type: none;
  text-align: center;
  display: inline;
  font-weight: bold;
  padding: 3px 3px 0px 0px;
  margin: 0px;
}
#header .links {
   padding: 45px 5px 0px 0px;
   float: right;
}
#header a:link {
  color: #570b22;
  text-decoration: none;
  border-bottom: none;
}
#header a:visited {
  color: #570b22;
  text-decoration: none;
  border-bottom: none;
}
#header a:active {
  color: #e2e2c7;
  text-decoration: none;
}
#header a:focus {
  color: #e2e2c7;
  text-decoration: none;
}

/* ar */
#ar {
  background-color: #e2e2c7;
  padding: 10px 10px 0px 10px;
  margin: 0px;
  border: solid 0px;
}


/* main */
#main {
  background-color: #e2e2c7;
  line-height: 1.9em;
  padding: 1px 10px 10px 10px;
  margin: 0px;
}

#main p {
  padding: 0px 0px 7px 0px;
}

/* footer */
#footer {
  background-color: #bf1e2d;
  color: #570b22;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  padding: 2px;
  margin: 0px;
  clear: left;
}

/* cd */
#cd {
  background-color: #e2e2c7;
  text-align: center;
  line-height: 1.4em;
  width: 450px;
  padding: 14px 10px 10px 10px;
  margin: 0px;
  float: right;
}

/* de */
#de {
  background-color: #e2e2c7;
  width: 87px;
  padding: 20px 5px 0px 10px;
  margin: 0px;
  float: left;
}

/* flyer */
#flyer {
  background-color: #e2e2c7;
  text-align: center;
  padding: 10px;
  margin: 0px;
}

/* headings */
h1 {
  font-size: 1.2em;
  padding: 0px;
  margin: 0px;
}

/* styles */
.bold {
font-weight: bold;
font-style: normal;
}

.bigbold {
font-weight: bold;
font-size: 110%;
font-style: normal;
}

.italic {
font-style: italic;
}
.bold-italic {
font-weight: bold;
font-style: italic;
}

img {
  border: solid 1px #570b22;
}

/* links */
a:link {
  color: #48331e;
  text-decoration: none;
  border-bottom: thin dotted #570b22;
}
a:visited {
  color: #48331e;
  text-decoration: none;
  border-bottom: thin dotted #570b22;
}
a:hover {
  color: #48331e;
  text-decoration: none;
}
a:active {
  color: #bf1e2d;
  text-decoration: none;
}
a:focus {
  color: #bf1e2d;
  text-decoration: none;
}

#bf a:link {
  color: #48331e;
  text-decoration: none;
  border-bottom: none;
}
#bf a:visited {
  color: #48331e;
  text-decoration: none;
  border-bottom: none;
}
#bf a:hover {
  color: #48331e;
  text-decoration: none;
  border-bottom: none;
}
#bf a:active {
  color: #bf1e2d;
  text-decoration: none;
  border-bottom: none;
}
#bf a:focus {
  color: #bf1e2d;
  text-decoration: none;
  border-bottom: none;
}

/* error pages */
#error {
  background-color: #e2e2c7;
  padding: 10px;
}

