#table-main {
  width: 100%;
  height: 800px;
  text-align: left;
  border-collapse: collapse;
}

#left-home {
    background: url('../img/bg_left_home.gif') repeat-x;

}

#left-sub {
    background: url('../img/bg_left_sub.gif') repeat-x;
}

#right-home {
    background: url('../img/bg_right_home.gif') repeat-x;

}

#right-sub {
    background: url('../img/bg_right_sub.gif') repeat-x;
}

#center {
    width: 950px;
    padding: 0 0 20px 0;
}

#footer {
    height: 100px;
    text-align: center;
    background: url('../img/bg_footer.gif') repeat-x;
}

#main-container {
    /*position: relative;*/
    float: left;
    width: 950px;
}

#left-container {
    position: relative;
    float: left;
    margin-top: 180px;
	text-align: left;
    width: 220px;
    z-index: 200;
}

#home-container {
	text-align: left;
    float: right;
    margin-top: 211px;
    width: 730px;
    z-index: 100;
}

#home-top-banner embed {
    z-index: 100;
}

#center-container {
     /*z-index: 10;*/
     /*position: relative;*/
    float: left;
    margin-top: 227px;
    width: 730px;
	text-align: left;
}

#full-container {
    float: left;
    width: 730px;
	text-align: left;
    margin-top: 227px;
}

#right-container {
    float: left;
    margin-top: 227px;
    width: 209px;
}

#footer-container {
    position: relative;
    width: 948px;
    height: 70px;
    margin: auto;
    margin-top: 12px;
    border: 1px solid #8CA2C4;
    border-width: 0 1px 0 1px;
    text-align: left;
}

