/* Home CSS Document */

.frame_home{
  float: left;
  width: 904px;
  margin: 30px 0px 0px 20px;
  display: inline;
}

.frame_home #header{
  float: left;
  width: 650px;
  background: url(../images/css/background_home.gif) no-repeat 15px 25px;
}

.frame_home #header #logo{
  float: left;
  width: 650px;
  overflow: hidden;
}

.frame_home #header #nav{
  float: left;
  clear: left;
  width: 600px;
  height: 525px;
  padding: 10px;
  margin: 4px 0px 0px 19px;
  display: inline;
}

.frame_home #content{
  float: right;
  width: 248px;
  padding: 64px 0px 0px;
  margin: 0px;
  clear: none;
  line-height: 18px;
  display: inline;
}

.frame_home #content #welcome{
  float: left;
  padding: 60px 0px 0px 33px;
  width: 215px;
  background: url(../images/css/background_welcome.gif) no-repeat;
}

.frame_home #footer{
  float: left;
  clear: both;
  width: 616px;
  margin: 0px 0px 0px 22px;
  display: inline;
  background: white;
  border: 1px solid #E6E6E6;
  color: #666666;
}

.frame_home #so_link_text{
  float: left;
  text-align: right;
  font-size: 11px;
  width: 620px;
  color: #666666;
  padding: 10px;
}
