body  {
    background-image: url(../p/bg_body.gif);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #585858;
}

html {
    height: 101%;
}

.clear {
    clear: both;
}

.wrapper {
    width: 995px;
    height: 256px;
    background-image: url(../p/bg_header.jpg);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.wrapper .infoText {
    color: #888888;
    width: 265px;
    height: 56px;
    text-align: center;
    margin-top: 100px;
    padding-left: 59px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: Lucida Sans,Verdana,sans-serif;
    font-style: italic;
    font-size: 12px;
    line-height: 1.3em;
    float: left;
}

/* IE 6 */
* html .wrapper .infoText {
    height: 70px;
}

/* IE 7 */
*+html .wrapper .infoText {
    height: 70px;
}

.wrapper .langText {
    clear: both;
    margin-left: 59px;
    font-family: Lucida Sans,Verdana,sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}

.wrapper .langText .left {
    display: block;
    width: 130px;
    height: 20px;
    text-align: center;
    color: #cb1900;
    float: left;
}

.wrapper .langText .right {
    display: block;
    width: 130px;
    height: 20px;
    text-align: center;
    color: #FFFFFF;
    float: left;
}

.wrapper .lang {
    float: left;
    color: #ffffff;
    margin-top: 6px;
    margin-left: 250px;
}

.wrapper .lang img {
    border: 0px;
    margin-top: 4px;
    margin-right: 5px;
    -moz-opacity:0.4;
    filter:alpha(opacity=40);
    opacity:1;
}

.wrapper .lang img.active {
    -moz-opacity:1;
    filter:alpha(opacity=100);
    opacity:1;
}

.navi {
    width: 938px;
    height: 44px;
    background-image: url(../p/bg_navi.gif);
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 57px;
    position: relative;
}

.navi li {
    float: left;

}

.navi li.active {
    background-image: url(../p/bg_navi_active.gif);
}

.navi li img {
    border: 0px;
}

.navi li a {
    font-family: Lucida Sans,Verdana,sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: #d23115;
    text-decoration: none;
    display: block;
    padding: 11px 50px 11px 50px;
    height: 22px;
    float: left;
}

.navi li.active a {
    color: #FFFFFF;
}

.content {
    width: 995px;
    min-height: 400px;
    background-image: url(../p/bg_content_middle.gif);
    margin-left: auto;
    margin-right: auto;
    position: relative;    
}

.content .contentTop {
    position: absolute;
    left: 0px;
    top: 0px;
}

.content .innerContentWrapper {
    position: relative;
    z-Index: 1px;    
}

.content .innerContent {
    position: relative;
    top: 0px;
    margin: 0px 55px 0px 57px;
    padding-top: 40px;
    line-height: 1.6em;
    min-height: 250px;
    height: auto !important;
    height: 250px;
}

.content .innerContent .col1 {
    width: 576px;
}

.content .innerContent .col1 table {
    margin: 0px;
    padding: 0px;
}

.content .innerContent .boxHeader {
    width: 236px;
    height: 22px;
    color: #e0700d;
    font-size: 18px;
    font-style: italic;
    background-image: url(../p/box_header.png);
    padding: 12px 16px 8px 16px;
    font-family: Lucida Sans,Verdana,sans-serif;
    font-weight: bold;
}

.content .innerContent .boxContent {
    background-image: url(../p/box_middle.png);
    padding: 12px 16px 8px 16px;
    width: 236px;
}

.content .innerContent .boxContent p {
    width: 236px;
    margin-top: 0px;
}

.content .innerContent .boxContent span {
    width: 235px;
    margin-top: 0px;
    display: inline;
    float: left;
}

.content .innerContent .boxContent ul {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.content .innerContent .boxContent ul li {
    padding-left: 10px;
    background-image: url(../p/bg_list.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.content .innerContent .boxContent a.link {
    color: #d13114;
    float: right;
    background-image: url(../p/arrow_left.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 15px;
    display: block;

}

.content .innerContent .boxBottom {
    width: 268px;
}

.content .innerContent .box {
    float: left;
    margin-bottom: 20px;
}

.content .innerContent .box.right {
    float: right;
}

.content .innerContent .col2 {
    width: 268px;
    position: absolute;
    top: 40px;
    left: 616px;
}

.content .innerContent h1 {
    margin: 0px 0px 20px 0px;
    color: #e0700d;
    font-size: 16px;
}

.content ul {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.content ul li {
    padding-left: 10px;
    background-image: url(../p/bg_list.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.content .contentBottom {
    position: relative;
    float: left;
}

.content .contentItemCol .left {
    width: 110px;
    float: left;
    margin-bottom: 19px;
}

.content .contentItemCol .right {
    width: 265px;
    float: right;
    margin-bottom: 19px;
    padding-right: 30px;
}

.content .contentItemCol p {
    margin: 0px 0px 19px 0px;
}

.footerText {
    position: absolute;
    text-align: center;
    margin-top: -47px;
    width: 100%;
    color: #979797;
    line-height: 1.6em;
    left: 0px;
    z-Index: 1;
}

.footerText a {
    color: #979797;
}

.content .naviBottom {
    color: #ffffff;    
    font-size: 12px;
    width: 895px;
    z-Index: 5;
}

.content .naviBottom ul {
    margin: -39px -60px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.content .naviBottom li {
    background-image: none;
    padding: 0px;
    display: block;    
}

.content .naviBottom li a {
    float: right;
    display: block;
    margin-left: 10px;
}

* html .naviBottom {
    margin-top: -22px;
}

*+html .naviBottom {
    margin-top: -22px;
}

.naviBottom a {
    color: #979797;
}