
#container{
  position:relative;
  width:780px;
  left:50px;
}

#header{
  position:relative;
  width:780px;
  height:101px;
  padding-left:2px;
  background-image:url(../imgs/common/header.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

#navigation{
  position:relative;
  top:-19px;
  width:545px;
  display:inline;
}

#navigation a, #navigation a:active, #navigation a:link, #navigation a:visited, #navigation a:hover{
  font-family: Helvetica, Arial, sans-serif;
  font-size:13.4px;
  font-weight:bold;
  color:#88847f;
  letter-spacing:-1px;
  text-decoration:none;
}

.nav_div{
  font-family: Helvetica, Arial, sans-serif;
  font-size:14px;
  font-stretch:extra-condensed;
  font-weight:bolder;
  color:#cb2f05;
}

#left{
  float:left;
  width:220px;
  height:auto;
}

.left_top{
  position:relative;
  width:220px;
  height:30px;
  background:url(../imgs/common/left_top.jpg) top left no-repeat;
  z-index:0;

}

.left_bg{
  position:relative;
  width:220px;
  background: url(../imgs/common/left_bg.jpg) top left repeat-y;
  padding-bottom:5px;
}

.left_content{
  position:relative;
  width:198px;
  background-color:#FFFFFF;
  margin-left:5px;
  border: 1px #E6E6E6 solid;
  padding:3px;
  padding-bottom:20px;
  min-height:150px;
  z-index:900;
}

.left_bottom{
  position:relative;
  width:220px;
  height:5px;
  background: url(../imgs/common/left_bottom.jpg) top left no-repeat;
}

.title{
  position:absolute;
  left:8px;
  top:7px;
}

#right{
  float:right;
  width:560px;
  height:auto;
}

#right_top{
  position:relative;
  width:560px;
  height:30px;
  background: url(../imgs/common/right_top.jpg) top left no-repeat;
  z-index:0;
}

#right_bg{
  position:relative;
  width:560px;
  background: url(../imgs/common/right_bg.jpg) top left repeat-y;
  padding-bottom:5px;
}

#right_content{
  position:relative;
  width:537px;
  background-color:#FFFFFF;
  margin-left:5px;
  border: 1px #E6E6E6 solid;
  padding:3px;
  padding-bottom:20px;
  min-height:365px;
  z-index:900;
}

#right_bottom{
  position:relative;
  width:560px;
  height:5px;
  background: url(../imgs/common/right_bottom.jpg) top left no-repeat;
}
