body
{
  margin: 0;
  padding: 0;
  font-family: Times New Roman;
  color: #000000;
  background: url(images/bg.jpg) repeat-x #6d696d;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
}

img{
  padding: 0;
  margin: 0;
  display: block;
}

#container{
  margin: 0 auto;
  width: 830px;
  min-height: 650px;
}

#header
{
  width: 830px;
  height: 80px;
  background: url(images/header.jpg) no-repeat #e2dfe1;
  padding: 0;
}


#main
{
  width: 830px;
  min-height: 520px;
  background: url(images/content.png) repeat-y;
}

#left{
  width: 295px;
  background-color: #ffffff;
  margin-left: 14px;
  min-height: 520px;
  float: left;
}

#navi{
  width: 295px;
  min-height: 380px;
  background: url(images/navi_bg.jpg) no-repeat;
}

#right{
  width: 505px;
  background: url(images/right_corner.jpg) no-repeat bottom right #4C1A55;
  min-height: 520px;
  float: left;
}

#picture{
  margin-left: 20px;
}

#footer
{
  width: 830px;
  min-height: 60px;
  background: url(images/footer.png) no-repeat;
  padding-left: 14px;
  padding-top: 15px;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
}

#footer a{
  text-decoration: none;
  color: #ffffff;
}

#footer_left{
  width: 420px;
  float: left;
  height: 20px;
}

#footer_left form{
  display: inline;
}

#footer_left div{
  display: inline;
}

#footer_left #emailform{
  width: 140px;
  border: 1px solid #58575a;
  background-color: #938e94;
  color: #ffffff;
  font-family: Tahoma;
  font-size: 13px;
  padding: 2px;
}

#footer_left input.searchbutton {
  background: transparent url('images/search_button.gif') no-repeat scroll 0 0;
  border: medium none;
  height: 20px;
  margin-left: 1px;
  width: 12px;
}

#footer_right{
  width: 380px;
  float: left;
  text-align: right;
  padding-top: 3px;
  font-weight: bold;
}