@import url(http://fonts.googleapis.com/css?family=Arimo:700italic,400italic,400,700);
#wrapper {
    width: 970px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#wrapper #header {
    width: 100%;
    height: 175px;
    margin-bottom: 1px;
}
#wrapper #header .head_logo {
    height: 85px;
    width: 970px;
    background-image: url(../images/logo_L.jpg);
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center 40px;
    text-indent: -9999px;
}
#wrapper #header .head_logo a {
    display: block;
    height: 100%;
    width: 100%;
}
#wrapper #header .gnav {
    padding-top: 10px;
}
#footer {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#footer .pagetop {
    width: 970px;
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: right;
}
#footer #foot_menu {
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    padding-top: 35px;
}
#footer #foot_menu .foot_inner {
    width: 970px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    height: 20px;
}
#footer .foot_nav {
    font-family: Georgia, "Times New Roman", Times, serif;
    float:right;
}
#footer .foot_nav p {
    float: left;
    padding-left: 30px;
}

#contents .breadcrumb {
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
#header .gnav ul li {
    display: block;
    float: left;
    padding-right: 88px;
}
#footer #foot_menu .foot_inner h2 {
    float: left;
}