
body {
    background: #929292;
    font-family: Arial, sans-serif;
    color: #ffffff; padding: 0; margin: 0;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #F3A30B;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color:white;
}

#body_wrap {
    width: 100%;
    text-align:center;
}

#body_div {
    background: url(../images/background.gif);
    height: 691px;
    width: 993px;
    text-align: left;
    margin: 0px auto;
}

#left_col {
    margin-left: 41px;
    width: 300px;
    float: left;
}
#logo {
    margin-top: 147px;
}
#menu {
    margin-top: 34px;
}

#player {
    margin-top: 48px;
    margin-left: 49px;
}
#player img {
    margin: 0px 6px;
}
#controls {
    margin: 10px;
    min-height: 190px;
}
#footer {
    font-size: 9px;
    margin-left: 21px;
}
#footer a{
    text-decoration:none;
    color: #fff;
}

#main {
    margin-left: 374px;
    width: 582px;
    padding-top: 32px;
}

#submenu {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 116px;
}
#submenu a, #submenu span {
    margin-right: 17px;
}
#submenu a {
    color: #A7A9AC;
    text-decoration: none;
}
#content {
    margin-top: 30px;
}
#gallery {
    background-color: #505050 !important;
    margin-top: 18px;
    padding: 0px;
}

.gbItemImage { /* container in slideshow */
    height: 582px;
    width: 582px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.gbBlock {
    padding: 0px;
    border: 0px;
}
#gsContent {
    height: 582px;
}
#gsImageView { /*container on photo pages */
    height: 582px;
    width: 582px;
    vertical-align: middle;
    display: table-cell;
}

img#slide, .gbBlock img { /* image to center */
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
