/* index CSS */
.floatleft {
float:left;
}
.floatright {
float:right;
}
#announcements .xsnazzy {
width:250px;
}
#announcements .xboxcontent .details{
padding-left:10px;
padding-right:10px;
}
#announcements {
width:550px; 
height=400px;
margin:0 auto;
}
#announcements h3 {
text-align:center;
}
.xsnazzy h5 { //for "to be announced" line
font-size:1em;
}
#announcements .details {
line-height:1.1;
}
dl {
margin-top:5px;
}