body {
    width: 960px;
	margin: 0px auto;
}

header {
    background-color:#261C67;
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.center h1 {
    font: 32px Open Sans, Courier;
    font-weight: 600;
    line-height: 28px;
    color:red;
    text-shadow: 2px 2px black;
    padding: 0px;
    margin: 0px;
}

.center h2 {
    font: 24px Open Sans, Courier;
    font-weight: 600;
    line-height: 42px;
    color:white;
    text-shadow: 2px 2px black;
    margin-top: 10px;
    margin-bottom: 0px;
}

.header_image {
    width: 100%;
    height: 244px;
    display: block;
}

.header_book_cover {
    position: absolute;
    left: 10px;
    bottom: 15px;
    z-index: 2;
    border: 2px;
    border-style: solid;
    border-color: white;
}

.center {
    position: absolute;
    left: 5%;
    top: 40%;
    width: 100%;
}

header#book_name {
    width: 300px;
    background-color: white;
    font: 20px Open Sans, Courier;
    font-weight: bold;
    color: red;
}

.main_div {
    width: 860px;
    height: auto;
    float: left;
    position: relative;
}

nav#tset {
    width: 90px;
    height: 500px;
    float: left;
    margin-right: 10px;
}

nav a {
    background-color: #261C67;
    display: block;
    border-radius: 8px;
    width: 88px;
    border: 1px solid #261C67;
    height: auto; /* added 12 Feb 2018 */
    margin-bottom: 8px;
    padding: 5px 0px;
    font: 16px Open Sans Condensed;
    color: #EED845;
    text-decoration: none;
    text-align: center;
}

nav a:hover {
    background-color: #AB0E36;
    width: 88px;
    border: 1px solid #261C67;
}

nav a:active {
    background-color: #681d1d;
}

p.nav_div {
    margin: 0;
}

.centre {
    text-align: center;
}

.clear_float {clear: both;}

ul#walk_list {
    background-color: salmon;
    border-width: 2px;
    border-style: solid;
    border-color: gray;
    padding: 2px;
    margin: 0;
}

ul#walk_list li {
    list-style: none;
    white-space: nowrap;
    margin-top: 5px;
    height: 60px;
    border-bottom: 2px;
    border-bottom-color: black;
    border-bottom-style: solid;
}

ul#walk_list a {
    text-decoration: none;
    text-align: left;
    font: 16px Open Sans Condensed, Courier;
    padding: 10px;
    color: black;
    display: block;
}

ul#walk_list li:hover>a {
    background-color: sienna;
    color: white;
    width: 122px;
}

ul#walk_list img {
    border: none;
    vertical-align: middle;
    margin-right: 10px;
}

.rotated_cover {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

ul#six_walks {
    margin: 0px;
    position: absolute;
    padding: 0;
    left: 10px;
    bottom: 10px;
}

ul#six_walks, ul#six_walks li{
    list-style: none;
    text-decoration: none;
    font: 18px Open Sans, Courier;
    font-weight: normal;
    color: white;
    text-shadow: 2px 2px 6px black;
}

ul#six_walk_italic li{
    font: 16px Open Sans Italic, Courier;
}
p {
    margin: 0;
}

.img_pad {
    border: none;
    vertical-align: middle;
    margin: 0px 25px;
    width: 40px;
}

/*a#walk_list_one:link, a#walk_list_two:link, a#walk_list_three:link, a#walk_list_four:link, a#walk_list_five:link, a#walk_list_six:link {
    margin: 3px 0px;
    padding: 5px 0px;
    display: block;
    text-decoration: none;
    text-align: center;
    font: 16px Open Sans Condensed, Courier;
}

a#walk_list_one:link {
    background-color: #CCCCFF;
}

a#walk_list_two:link {
    background-color: #CCFFFF;
}

a#walk_list_three:link {
    background-color: #CCFFCC;
}

a#walk_list_four:link {
    background-color: #FFFFCC;
}

a#walk_list_five:link {
    background-color: #FFCCCC;
}

a#walk_list_six:link {
    background-color: #FFCCFF;
}

a#walk_list_one:hover, a#walk_list_two:hover, a#walk_list_three:hover, a#walk_list_four:hover, a#walk_list_five:hover, a#walk_list_six:hover {         
    background-color: antiquewhite;
    color: red;
}

/*--- footer ---*/

footer {
    background-color: #261C67;
    color: white;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 960px;
    margin: 10px auto;
}

footer a img {margin: 10px 0 0 0;}

#copyright {
    font: 10px Open Sans, Courier;
    text-align: center;
    margin: 0px auto;
}

.footer_link {
    padding: 5px 10px 10px 10px;
    margin: 0px;
}

.footer_link a {
    display: inline;
    color: white;
    text-decoration: none;
    font: 12px Open Sans, Courier;
    padding: 0px 15px;
    width: auto;
    border-radius: 0px;
    margin-bottom: 0px;
}

.footer_link a:hover {
    color: #EED845;
    text-decoration: underline;
}