@charset "UTF-8";
/* CSS Document */

/*** #specialEventsWrapper: Begin ***/
#specialEventsWrapper { height:100px; width:110px; padding-left:17px; float:left; }
#specialEventsWrapper { max-height:100px; max-width:110px; } /* For IE6 */
#specialEventsInnerWrapper { height:100px; width:110px; } 
#specialEventsInnerWrapper { max-height:100px; max-width:110px; } /* For IE6 */
#specialEventsWrapper .item { padding:10px 0 0 5px; }
/*** #specialEventsWrapper: End ***/

/*** #upcomingEventsWrapper: Begin ***/
#upcomingEventsWrapper { width:500px; margin-left:11px; padding-left:17px; float:left; }
#upcomingEventsWrapper { max-width:500px; } /* For IE6 */
#upcomingEventsInnerWrapper { width:500px; } 
#upcomingEventsInnerWrapper { max-width:500px; } /* For IE6 */
#upcomingEventsWrapper .item { padding:5px; overflow:auto; }
.itemImage { float:left; }
.itemContent { width:367px; padding-left:3px; float:left; }
.itemContent { max-width:367px; } /* For IE6 */
/*** #upcomingEventsWrapper: End ***/