html {
    font-family: helvetica, arial, sans-serif;
    font-size: 16px;
}

body {
    background-color: white;
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-transform: lowercase;    
}

#bounding {
    margin-left: auto;
    margin-right: auto;
    width: 775px;
/*    height: 100%;*/
    padding-top: 30px;
    background-color: white;
}

#header, #footer, #menu {
    background-color: white;
    width: 775px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
}

#header {
    height: 30px;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
}

#menu {
    height: 30px;
    vertical-align: bottom;
    text-align: left;
    margin: 0px 0px 5px 0px;
}

#footer {
    height: 55px;
}

#menu li {
    font-size: 1px;
    color: white;
/*    font-weight: bold;*/
    display: inline;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 30px;
}

#menu li a
{
    display: block;
    height:30px;
    color: white;
}

#footer a:link, #footer a:visited {
    color: black;
}

#footer a:hover {
    color: #6e91b1;
}

#menu li.menu-spacer {
    width: 85px;
    display: inline;
    float: left;
}

#menu li.men a {
    width: 51px;
}

#menu li.women a {
    width: 79px;
}

#menu li.ethnic a {
    width: 68px;
}

#menu li.legs-feet a {
    width: 110px;
 }


#menu li.commercials a {
    width: 126px;
}

h1 {
    font-size: 1px;
    color: white;
}

#footer, #footer-table {
    font-size: 18px;
}

#footer-table td {
    vertical-align: top;
}

#footer-left {
    width: 260px;
    text-align: left;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 5px;
}

#footer-mid {
    width: 260px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    text-align: centre;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 5px;
}

#footer-right {
    width: 260px;
    text-align: right;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-left: 0px;
}

#mainbody {
    background-color: #053e6b;
    width: 775px;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px 0px 20px 0px;
}

div.selector {
    height: 260px;
    width: 129px;
    position: absolute;
    background-position: right bottom;
    background-repeat: no-repeat;
/*    z-index: 3;*/
}

div.selector a, div.entry a {
    font-size: 1px;
    line-height: 10px;
    height: 256px;
    display: block;
}

div.selector a {
    width: 121px;
}

div.entry a {
    width: 181px;
}

div.selector h1 {
    color: #6e91b1;
}

#selector-topleft {
    background-color: black;
    background-image: url('resources/labelimage.php?x=260&y=129&text=men&bgcolour=000&rotation=90&align=right&valign=bottom&size=21&border=true');
    left: -55px;
    top: 20px;
}

#selector-topright {
    background-color: #6e91b1;
    color: #6e91b1;
    font-size: 1px;
    background-image: url('resources/labelimage.php?x=260&y=129&text=women&bgcolour=6e91b1&rotation=-90&align=left&valign=bottom&size=21&border=true');
    left: 710px;
    top: 20px;
}

#selector-bottomright-hiredhands {
    background-color: black;
    background-image: url('resources/labelimage.php?x=260&y=129&text=hired hands&bgcolour=000&rotation=-90&align=left&valign=bottom&size=21&border=true');
    left: 710px;
    top: 320px;
}

#selector-bottomright-hiredhands a h1 {
    color: black;
}

#selector-bottomleft {
    background-color: #6e91b1;
    background-image: url('resources/labelimage.php?x=260&y=129&text=ethnic&bgcolour=6e91b1&rotation=90&align=right&valign=bottom&size=21&border=true');
    left: -55px;
    top: 320px;
    color: #6e91b1;
}

#selector-bottomright {
    background-color: black;
    background-image: url('resources/labelimage.php?x=260&y=129&text=legs%20%26%20feet&bgcolour=000&rotation=-90&align=left&valign=bottom&size=21&border=true');
    left: 710px;
    top: 320px;
}

#selector-middle {
    background-color: #6e91b1;
    background-image: url('resources/labelimage.php?x=181&y=256&text=commercials&bgcolour=6e91b1&rotation=0&align=left&valign=bottom&size=21');
    left: -90px;
    top: 320px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#selector-topleft a, #selector-bottomright a {
    font-size: 1px;
    color: black;
}

#selector-topright a, #selector-bottomleft a, #selector-middle a {
    font-size: 1px;
    color: #6e91b1;
}

#content, #content-section {
    width: 615px;
    height: 562px;
    margin-left: 84px;
    float: left;
    text-align: left;
/*    position:relative;*/
}

a, a img {
    border: none;
    text-decoration: none;
}

#content {
    overflow-y: hidden;
}

#content-section {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-base-color: #053e6b;
    scrollbar-arrow-color: #fff;
    width: 624px;
    z-index: 1;
    padding-left: 0px;
    text-align: center;
    float: left;
}

div.content-container {
    margin-left: auto;
    margin-right: auto;
}

/* includes IE Fix */
div.border {
    background-color: #999999;
    padding: 2px;
    margin: 0;
    width: 181px;
}
html>body div.border {
    width: auto;
}

div.entry {
    float: left;
    margin: 0px 10px 0px 10px;
    font-size: 19px;
}


div.entry-picture {
    height: 256px;
    width: 181px;
}
html>body div.entry-picture {
    width: auto;
}

div.entry-name {
    height: 40px;
    width: 185px;
    margin: 0;
    color: white;
    text-align: left;
}

div.category-entry-name {
    height: 40px;
    width: 185px;
    margin: 0;
    color: white;
    text-align: left;
    background-image: url("images/arrow.png");
    background-position: top right;
    background-repeat: no-repeat;
}

