.st_main {
    width: 940px;
    margin: auto;
}

#st_fullBody {
    width: 100%;
    height: 100%;
    display: inline;
    background-color: transparent; /*#F6F6F6*/
    float: left;
    position: relative;
}

.st_body {
    /*
    border: 1px solid #AEC9E5;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    box-shadow: 0px 3px 5px 2px #AEC9E5;
    -moz-box-shadow: 0px 3px 5px 2px #AEC9E5;
    -webkit-box-shadow: 0px 3px 5px 2px #AEC9E5;
    */
    font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: auto !important;
    text-align: justify;
    text-justify: newspaper;
}

.st_topHeading {
    position: relative;
    display: block;
    text-decoration: #d0d0d0;
    font-size: 30px;
    font-style: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    font-weight: bold;
    color: #146EB4;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background-color: #AEC9E5;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}


.st_left {
    float: left;
    width: 300px;
    height: auto;
    margin-left: 16px;
    margin-right: 8px;
}

.st_map {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.st_map img {
    width: 270px;
}

.st_banner {
    position: relative;
    width: 230px;
    height: 330px;
    margin-left: 35px;
    margin-bottom: 10px;
}
.st_banner img {
    position: absolute;
}
.st_banner img.iphone {
    top: 5px;
    left: 5px;
    width: 130px;
}
.st_banner img.screenshot {
    top: 45px;
    left: 12px;
    width: 117px;
}
.st_banner img.freeApp {
    position: absolute;
    top: 7px;
    left: 73px;
    width: 60px;
}
.st_banner img.arrow {
    top: 180px;
    left: 155px;
    width: 40px;
}
.st_banner img.text {
    top: 65px;
    left: 134px;
    width: 93px;
}
.st_banner img.appleStore {
    top: 283px;
    left: 15px;
    width: 110px;
}
.st_banner img.LiveTrekker-Banner {
    top: 0px;
    left: 0px;
    width: 230px;
}

.st_right {
    float: right;
    width: 590px;
    height: auto;
    margin-left: 8px;
    margin-right: 16px;
    line-height: 22px;
}

.st_text {
    font-size: 15px;
}

.st_many_ways {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0px;
}
.st_many_ways table {
    border: 0px;
    width: 100%;
}
.st_many_ways table td.story_main_title {
    font-size: 18px;
    color: #1F497D;
    font-weight: bold;
    text-align: center;
    font-family: arial;
}
.st_many_ways table td.story_main_title p {
    margin: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}
.st_many_ways table td.story_logo {
    text-align: center;
}
.st_many_ways table td.story_logo img {
    height: 110px;
    border: 0px solid transparent;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}
.st_many_ways table td.story_title {
    color: #595959;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.st_many_ways table td.story_separator {
    width: 30px;
}