@CHARSET "UTF-8";

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

a {
  border: none;
}

body {
  background-color: #eec892;
}

#container {
  width: 900px;
  background-color: #efb768;
  margin: left;
}

#head {
  width: 900px;
  height: 150px;
  background: url('../images/head_bg.jpg') no-repeat;
}

#main {
  width: 900px;
  background-color: #efb768;
}

#main_nav {
  width: 200px;
  float: left;
  text-align: left;
  padding-top: 5px;
}

#main_nav .link {
  width: 170px;
  padding: 5px 0 0 30px;
  height: 25px;
  background: url('../images/main_nav_bg.jpg') no-repeat;
  margin-top: 15px;
  color: #fff;
}

#main_nav .link:hover {
  background: url('../images/main_nav_bg_hover.jpg') no-repeat; 
}

#main_nav .link a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#content {
  padding: 10px 20px 20px 15px;
  background: url('../images/content_bg.jpg') repeat-y;
  width: 665px;
  margin-left: 200px;
  color: #2B2A2A;
  text-align: justify;
}

#content .box_container {
  width: 580px;
  margin-bottom: 20px;
  background-color: #eec892;
}

#content .box_container img {
  border: none;
  border: 5px solid #e65f18;
}

#content .box_s {
  width: 160px;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  padding: 10px;
  line-height: 18px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .box_m {
  width: 360px;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  background-color: #eec892;
  padding: 10px;
  line-height: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content #contact {
  width: 500px;
  padding: 10px;
  background-color: #eec892;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .ordination_container {
  width: 630px;
  margin-bottom: 0px;
  margin-top: -10px;
}

#content .ordination_container .pic {
  width: 200px;
  margin-right: 20px;
}

#content .ordination_container .pic img {
  float: left;
  margin-bottom: 10px;
}

#content .ordination_container .pic_line {
  width: 630px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #eec892;
}
#content .ordination_container .pic_line img {
  margin-right: 5px;
}

#content .ordination_container .text_box {
  width: 400px;
  padding: 10px;
  background-color: #eec892;
  float: right;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}



#content .be_container {
  width: 660px;
}

#content .be_container .pic_l {
  width: 190px;
  margin-bottom: 20px;
  float: left;
}

#content .be_container .pic_r {
  width: 180px;
  margin-bottom: 20px;
  float: left;
}

#content .be_container .pic img {
  float: left;
  margin-bottom: 60px;
}

#content .be_container .text_box {
  width: 260px;
  padding: 10px 10px 5px 10px;
  background-color: #eec892;
  float: left;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}




