body{
    margin: 0;
    margin-bottom: 0;
    padding:0;
    line-height: 1.3em;
    background-image: url('../assets/images/page-bk.jpg');
    background-color: rgb(46,46,46);
    font-family: arial;
}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: #8F0006;}
a:active {color: black;}

b{font-size: 100%;}
em{color: red;}

#maincontainer{
    width: 990px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background-color: white;
}

#contentwrapper{
    float: left;
    width: 100%; 
}

#contentcolumn{
    margin: 0 10px 0 10px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    padding: 10px;
}

#footer{
    clear: left;
    background: black;
    color: #cccccc;
    text-align: center;
    line-height: 2.5em;
    width: 990px; /*Width of main container*/
    height: 30px;
    margin-bottom: 0px;
    background: url("../assets/images/bottom-footer.jpg") repeat-x;
}

#footer a{
    color: #FFFF80;
    width: 990px; /*Width of main container*/
    text-align: center;
    margin-bottom: 0px;
    background: url("../assets/images/bottom-footer.jpg") repeat-x;
}

.innertube{
    margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

#title {
    background-image: url('../assets/images/titlebar-bk.jpg');
    background-color: maroon;
    height: 25px;
    color: #CFC174;
    width: 200px;
    text-align: center;
    line-height: 1.7em;
    padding-top: 1px;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
}
#soccer1 {
    background-image: url(../assets/images/bottom-soccer2.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 3;
}
#soccer2 {
    background-image: url(../assets/images/bottom-soccer.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 2;
}
#top-background {
    background-image: url(../assets/images/top-bk3.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    margin-left: 0px;
    width: 100%;
    height: 268px;
    z-index: 4;
}
#grass {
    background-image: url(../assets/images/grass.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 1;
}

.navlink {
    background-image: url('../assets/images/black-nav-bar.jpg');
    width: 990px;
    height: 43px;
    font-family: 'arial', serif;
    text-align: center;

    color: gray;
    font-weight: bold;
}

.navlink li {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -2em;
    text-align: center;
    line-height: 1.7em;
    margin-bottom: 5px;
}

.navlink a:link {color: #cccccc; text-decoration: none; font-weight: normal; padding: 4px;}
.navlink a:visited {color: #cccccc; text-decoration: none; font-weight: normal; padding: 4px;}
.navlink a:hover {background-color: maroon; color: #ffffff; font-weight: normal; text-decoration: none;  border: 1px solid orange; padding: 3px;}
.navlink a:active {color: #cccccc; text-decoration: none; font-weight: normal; padding: 4px;}


.navlink2 ul {
    width: 87%;    
    list-style: none;
    margin-left: 0;
    padding-left: .9em;
    text-indent: -1em;
}

.navlink2 ul li {
    display:block;
    width: 100%;
    height: 25px;
    background-image: url(../assets/images/titlebar-bk.jpg);
    border: 1px solid orange;
    list-style: none;
    margin-left: 0;


    text-align: center;
    line-height: 1.7em;
    margin-bottom: 5px;
}
.navlink2 a:link {color: #ffffff; padding-left: 10px; padding-top: 0px; font-size: 12px;}
.navlink2 a:visited {color: #ffffff; font-size: 12px;}
.navlink2 a:hover {color: orange; text-decoration: none; font-size: 12px;}
.navlink2 a:active {color: #ffffff; font-size: 12px;}


