* {
  margin: 0;
  padding: 0;
  font-family: verdana, arial, sans-serif;
  font-size: small;
  color: #340000;
}

a img {
  border: none;
}

a:hover {
  text-decoration: none;
}

body {
  background: #F3E5E4;
}

h3 {
  font-size: 150%;
  font-weight: normal;
  margin: 0.5em 0;
}

#wrapper {
  background: url(../assets/bg_content.jpg) bottom no-repeat #f2e5e4;
  min-height: 800px;
}

#sidebar {
  margin: 359px 0 0 5px;
  background: url(../assets/side.png) no-repeat;
  height: 450px;
  width: 310px;
}

#navi {
  margin: -360px 0 0 19px;
}

#navi li {
  list-style-type: none;
  border-bottom: 1px solid black;
  width: 270px;
}

.hidden {
  display: none;
}

#navi ul {
  padding: 30px 0 0 0;
}

#navi a {
  display: block;
  width: 269px;
}

li.navi01 a {
  height: 34px;
  background: url(../assets/navi/01.jpg) no-repeat;
}

li.navi02 a {
  height: 34px;
  background: url(../assets/navi/02.jpg);
}

li.navi03 a {
  height: 36px;
  background: url(../assets/navi/03.jpg);
}

li.navi04 a {
  height: 33px;
  background: url(../assets/navi/04.jpg);
}

li.navi05 a {
  height: 36px;
  background: url(../assets/navi/05.jpg);
}

li.navi06 a {
  height: 36px;
  background: url(../assets/navi/06.jpg);
}

li.navi07 a {
  height: 34px;
  background: url(../assets/navi/07.jpg);
}

li.navi01 a:hover {
  height: 34px;
  background: url(../assets/navi/01_hover.jpg) no-repeat;
}

li.navi02 a:hover {
  height: 34px;
  background: url(../assets/navi/02_hover.jpg);
}

li.navi03 a:hover {
  height: 36px;
  background: url(../assets/navi/03_hover.jpg);
}

li.navi04 a:hover {
  height: 33px;
  background: url(../assets/navi/04_hover.jpg);
}

li.navi05 a:hover {
  height: 36px;
  background: url(../assets/navi/05_hover.jpg);
}

li.navi06 a:hover {
  height: 36px;
  background: url(../assets/navi/06_hover.jpg);
}

li.navi07 a:hover {
  height: 34px;
  background: url(../assets/navi/07_hover.jpg);
}

#content {
  background: #ebdcda;
  width: 500px;
  float: right;
  margin: 30px 0 0 320px;
  padding: 10px;
  position: absolute;
}

p {
  line-height: 1.5em;
  margin: 1em 0;
}

#footer {
  border-top: 1px solid #630000;
  text-align: center;
}

#footer p {
  font-size: smaller;
}

#footer a {
  font-size: smaller;
}

.right {
  float: right;
  margin-right: 50px;
}

#pics {
  position: absolute;
  margin: 30px 0 0 865px;
}

#news_home {
  list-style-type: none;
}

#news_home li {
  margin-bottom: 1em;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 200px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.cmxform input {
  width: 200px;
}
form.cmxform textarea {
  width: 200px;
  height: 100px;
}
.other {
  display: none;
}
.newsletter label {
  display: block;
  margin: 0.5em 0;
}

#navi img {
  margin: 10px 0 0 20px;
}


p.error, input.error, textarea.error {
	border: 1px solid red;
}
p.error {
	padding: 5px;
}
