/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
}
#mainContent .highlight {color:#f6d72f;}

#mainCentre{
    background-image:url(../gfx/center.gif);
    background-repeat:repeat-y;
    width: 862px;
    color: black;
    /* below two lines make this ID sit horizontally central on Mozilla, et al) */
    margin-right:auto;
    margin-left:auto;
    text-align: center;
    height: 100%;
    display: table;
}
#comment{
    width: 500px;
    height: 251px;
    margin-top: 15px;
    text-align: left;
    font-size: 11px;
    display: table;
}
#comment p{
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 4px;
    margin-bottom: 8px;
}
#comment h4{
    margin-left: 25px;
    margin-top: 2px;
    margin-bottom: 0px;
}
#comment img{
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 5px;
}
#leftCentre{
    float: left;
    width: 230px;
    text-align: left;
}
#leftCentre img{
    float: left;
}
#leftCentre h5{
    float: right;
    width: 110px;
    font-size:11px;
    margin: 0px;
    margin-right: 20px;
    _margin-right: 15px;
}

#leftCentre p{
    float: right;
    width: 110px;
    font-size:11px;
    margin-right: 20px;
    _margin-right: 15px;
}
#rightCentre{
    float: right;
    width: 230px;
    text-align: left;
    margin-top: 10px;
}
#latestBandHeader{
    margin-top: 10px;
    margin-bottom: 15px;
}

#newsStory h5{
    float: left;
    width: 220px;
    margin-bottom: 8px;
}
#newsStory p{
    float: left;
    width: 220px;
}
#newsHeadlines{
    margin-top: 5px;
    margin-bottom: 10px;
}
#rightCentre ul{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
#rightCentre li{
    list-style:none;
    width: 200px;
    color: black;
    margin-top: 3px;
    font-size: 11px;
}
.alternatingLine1{
    background-color:#f6d72f;
    list-style:none;
    margin-top: 2px;
    margin-bottom: 2px;
    color: black;
    text-align: left;
}
.alternatingLine2{
    background-color:#c00015;
    list-style:none;
    margin-bottom: 2px;
    color: black;
    text-align: left;
}

.alternatingLine1 img{
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: -1px;
}
.alternatingLine2 img{
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: -1px;
}
.alternatingLine1 a{
    margin-left: 4px;
    color: black;
    text-decoration:none;
}
.alternatingLine1 a:hover{
    text-decoration:underline;
}
.alternatingLine2 a{
    margin-left: 4px;
    color: black;
    text-decoration:none;
}
.alternatingLine2 a:hover{
    text-decoration:underline;
}
#top5Bands img{
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: -1px;
}
.top10Downloads{
    list-style: none;
}

.top10Downloads img{
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: -1px;
}

#mainDIYTable{
    text-align: left;
}
#mainDIYTable td{
    color: black;
    font-size:11px;
    text-align: left;
}
#mainDIYTable a{
    font-size:11px;
} 
.graphicHeader{
    margin-top: 10px;
    margin-bottom: 10px;
}
.newsItem{
    text-size: 12px;
    text-align: left;
}
.newsItem h2{
    font-weight:bold;
}
.newsItem h4{
    font-style:italic;
    margin-bottom: 10px;
}
.newsItem a{
    text-decoration: none;
}
.newsItem img{
    clear: left
    float: left;
}
.newsItem p{
    margin-bottom: 10px;
    clear: left;
}
.adminTable{
    font-size: 12px;
    text-align: left;
    color: #CCCCCC;
    font-weight: normal;
    display: table;
    border: 1px solid black;
}
.adminTable th{
    color: #000000;
    font-weight: bold;
}
hr{
    color: red;
    margin-top: 10px;
    margin-left: 10px;
}
.passwordBox{
    color: red;
}
.sub{
	color: #CCCCCC;
}


