table{
   font-size:100%;
   }
ul{
   text-align:left;
   }

div#wrapper{
   background:#FFFFFF;
   width:600px;
   margin-left:auto;/* center it*/
   margin-right:auto;/* center it*/
   border: 5px solid #DDDDDD;
   text-align:center;
   padding:20px;
}


/******* END GENERAL LAYOUT STUFF ***********/




/*
CALENDAR
***********/

table .cal_month{
   border:3px outset #ac0081;
   background-color:#f3d0ea;
   }
thead td{
   text-align:center;
   font-weight:bold;
}
.cal_title{
   border:1px solid #DDDDDD;
   background-color:#336699;
   text-align:center;
   color:#FFFFFF;
   font-weight:bold;
   }
.cal_data{
   text-align:center;
   }
.cal_empty{
   text-align:center;
   /*border:1px solid #EEEEEE;*/
   }
