<!--

/* events.css */


/* --------------------------------------------------------------------------- */
#header {
	position:		fixed;
	top:			0px;
	left:			0px;
	}


/* --------------------------------------------------------------------------- */
#content {
	padding:		80px 0 0 0;
	}


/* --------------------------------------------------------------------------- */
h3 {
	padding-top:		30px;
	}


/* Special bullet point in an unordered list 
--------------------------------------------------------------------------- */
.ulist {
	list-style-type:	none;
	margin:			0;
	padding:		0 0 0 25px;
	list-style-image:	url(images/web-star.gif);
	line-height:		150%;
	}


-->