body {
    margin: 0px;
    padding: 0px;
    background-color: black;
    background-image:  url('img/bg_gradient.jpg');
    background-repeat: repeat-x;
    position: relative;
    margin-right:0px;
    font-family: Tahoma, Arial, sans-serif ;
}

em {
    font-style: normal;
    color: #990000;
}

#maincontent {
    width: 800px;
    height: 750px;
    margin: 30px auto;
    background-image: url('img/StanfordOpen Taekwond_jacob.jpg');
    background-repeat: no-repeat;
    background-position: 0px 29px;
    position: relative;
    margin: 0px,30px;
}

#sponsor1index {
    position:relative;
    left:-800px;
    top: 329px;
}
#sponsor1 {
    position:relative;
    left:-181px;
    top: -300px;
}

#sponsor2index {
    position:relative;
    left:975px;
    top:169px;
}
#sponsor2 {
    position:relative;
    left:955px;
    top:-462px;
}

#subcontent {
    position: absolute;
    top: 29px;
    left: 0px;
    width: 94%;
    height: 630px;
    padding: 20px;
    background-color: white;
    color: black;
    filter:alpha(opacity=1);
      opacity:0.91;
}


#text {
    font-family: sans-serif;
    padding: 5px;
    padding-right: 40px;
    margin-top: 10px;
    height: 560px;
    width: 726px;
    font-size: 0.8em;
    overflow: auto;
    float: left;

}

#text p, .indent {
    margin-left: 20px;
}

table {
    font-size: 12px;
}

#centerimg {
    position:relative;
    left:75px;

}

#navbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99%;
    height: 25px;
    filter:alpha(opacity=0);
      opacity:0.9;
    padding-bottom: 5px;
    background: url('img/gradient.png') repeat-x;
    font-size: 14px;
}
#navbar .item {
    float: left;
    list-style: none;
    margin-top: 5px;
    height: 30px; 
    width: 100px;
    text-align: center;
    margin-right: 13px;
}


#navbar .item a {
    color: white;
    text-decoration: none;
    width: 90%;
    height: 30px;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 5px;
    padding-bottom: 6px; 
}


#navbar .item a:hover {
    background: #222;
    color: white;    
}

#navbar .item a.selected {
    background: url('img/red_gradient.png') repeat-x;
    color: white;
}


#subcontent #navbar {
    background: transparent; 
    color: black;
    padding-bottom:5px;
    font-size: 0.9em;
    float: left;
}

#subcontent #navbar .subItem {
    background: black; 
    margin-right: 5px;
    padding-bottom:5px;
    font-size: 0.9em;
    float: left;
}

#subcontent #navbar .subItem a {
    color: white;
    margin: 0px 5px 0px 5px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    text-decoration: none;
}

#subcontent #navbar .subItem a:hover {
    color: #8C1515;
    text-align: center;
    text-decoration: none;
}


#subcontent #navbar .subItem a.selected {
    color: #8C1515;
}
