/* CSS Document */
#main{
background-color:#000000;
background-image: url(main_bg_activity.jpg);
background-position:left;
background-repeat:no-repeat;
height:300px;
}
#maintext{
background-color:#000000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
width:720px;
text-align:left;
padding:10px;
}
#subtext{
background-color:#333333;
text-align:right;
padding-right:4px;
}
#activity{
background-image:url(activity.gif);
background-position:top left;
background-repeat:no-repeat;
}
#notices{
background-image:url(notices.gif);
background-position:top left;
background-repeat:no-repeat;
}
#gallery{
background-image:url(gallery.gif);
background-position:top left;
background-repeat:no-repeat;
}
#dotbox{
padding-left:5px;
border-bottom:1px #dddddd dotted;
text-align:left;
height:20px;
}

