/* AD STYLING */
#medium_ads,
#wide_ads,
#tall_ads {
    width: 863px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 10px solid #fff;
}

#medium_ads img {
    border: 0px;
    margin-left: 3px;
    margin-right: 2px;
}

#wide_ads img {
    border: 0px;
}

#tall_ads img {
    margin-left: 3px;
    margin-right: 2px;
}



/* WEB PAGE STYLING */

body {
    background-color: #e7e7e7;
    background-image: url(images/sextv_bg.gif);
    background-position: top center;
    background-repeat: repeat-y;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#main_div {
    width: 952px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -475px;
    
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

#top_div {
    background-image: url(images/sextv_bannertop.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 863px;
    height: 106px;    
    text-align: left;
}

#menu_div {
    background-image: url(images/sextv_menugfx.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 863px;
    height: 168px;    
    text-align: left;
}

#menu_limiter {
    width: 650px;
    height: 168px;
}

#menu_limiter a {
    font-family: Trebuchet MS, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 12px;
    height: 28px;
    float: left;
}

#menu_limiter a:hover {
    color: #92b9e4;
    text-decoration: underline;
}

.content_div {
    width: 863px;
    background-color: #f0f0f0;
}

.text_div {
    width: 823px;
    font-family: Trebuchet MS, Tahoma, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: justify;
    line-height: 150%;

    padding: 20px;
}

.text_div a {
    color: #1a7dbe;
    text-decoration: underline;
}

.text_div a {
    color: #1a7dbe;
    text-decoration: none;
}

.main_h1 {
    margin: 0px;
    padding: 10px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 823px;    
    background-color: #f0f0f0;
    
    font-family: Garamond, Times New Roman, Serif;
    font-size: 30px;
    font-weight: bold;
    color: #1a7dbe;
    text-decoration: none;
    text-align: left;

    border-bottom: 11px solid #fff;
}

#bottom_div {
    background-image: url(images/sextv_bannerbottom.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 863px;
    height: 113px;
    text-align: left;
}

#bottomlogo {
    position: absolute;
    margin-left: 547px;
}

#bannerbottom {
    position: absolute;
    margin-left: 32px;
    margin-top: 15px;
    width: 468px;
    height: 60px;
}

#bannertop {
    position: absolute;
    margin-left: 392px;
    margin-top: -63px;
    width: 468px;
    height: 60px;
}
