/* CSS Document */
#newstable {
width:400px;

}

#newsdiv{
width:100%;
padding:20px;

}

p.date{
font-size:12px;
text-align:left;
line-height:25px;
}
p.news{
padding-left:10px;
font-size:14px;
text-align:left;
line-height:20px;
text-indent:10px;
border-bottom:#999999;
border-bottom-style:solid;
border-bottom-width:1px;
}
p.subject{
font-size:14px;
text-align:left;
line-height:20px;
}


#showtable{
width:450px;
padding-left:5px;
text-indent:0px;
}
#showtable td{
text-align:left;
}
#showtable p{
font-size: 12px;
text-indent:0px;
}


#date{
width:80px;
}

#venue{
width:140px;
}
#time{
width:50px;
}

#albumpromo{
width:100%;
padding:5px;
}

#albumpromo p{
float:left;
text-align:left;
font-size:24px;
color:#FF0000;
}
