TABLE {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #333333; 
    /*
    border:solid 1px pink;
    */
}
TD{
   /*
   border:solid 1px pink;
   */
}
BODY {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #333333; 
}

A {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
A:HOVER{
    text-decoration: underline;
}

DIV.logo {
    position : absolute;
    left: 475px;
    top: 170px;
    z-index : 1;
}

DIV.new_release {
    position : absolute;
    left:220px;
    top:-30px;
    z-index : 1;
}


DIV.tSpace{
    width: 660px;
    height: 20px;
}
DIV.releaseR, DIV.releaseL{
    width: 480px;
}

DIV.releaseL{
    float: left;
}
DIV.break{
    height: 1px;
    clear: both;
}
DIV.contTR{
    width: 650px;
}
DIV.contTR {
    height: 400px;
    text-align: right; 
}
DIV.contTL {
    width: 400px; 
}
DIV.contBR {
    position: absolute;
    width: 300px; 
    top: 380px;
    left: 360px;
    text-align: right; 
}
DIV.infoL {
    position: absolute;
    top: 150px;
    text-align: left; 
}
DIV.contactL {
    position: absolute;
    top: 155px;
    text-align: left; 
}
TABLE.release {
    width:450px;
    font-size: 10px;  
    margin-bottom:50px;  
}
TD.imgRelease{
    height: 450px;
    text-align:center;
    vertical-align: middle;
    border:1px dashed #CCCCCC;
}
TD.txtReleaseL{
    text-align: right;
    width: 450px;
}
TD.txtReleaseR{
    width: 450px;
}
TD.releaseL,TD.releaseR,TD.releaseTR,TD.releaseTL{
    text-align: right;
    font-weight: bold;
    padding-right: 3px;
}
TD.releaseL,TD.releaseTL {
    width: 300px;
}
TD.releaseR,TD.releaseTR {
    width: 150px;
    text-align:left;
}
TD.releaseTL,TD.releaseTR {
    color:#bbbbbb;
}
SPAN.releaseID{
    font-weight: bold;
    margin-right: 15px;
}
SPAN.small{
    font-size:9px;
}
P.upcoming{
    margin-top: 40px;
}
A.friends {
    line-height: 20px;
}
.announce{
    color: yellow;
    font-weight: bold;
}
