		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
		}
		body {
			line-height: 1;
		}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: '';
			content: none;
		}

		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}

		/* remember to highlight inserts somehow! */
		ins {
			text-decoration: none;
		}
		del {
			text-decoration: line-through;
		}

		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		
		/* OUR STUFF */
		body {
			background-image: url(/images/gradient.png);
			background-repeat: repeat-x;
		}
		
		#wrapper {
			width: 995px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
		}
				
		#header {
			width: 995px;
			height: 140px;
		}
		
		#header #name {
			font-family: Helvetica, sans-serif;
			font-size: 38px;
			font-weight: bold;
			padding-left: 10px;
			padding-top: 12px;
			color: #FFFF00;
			width: 240px;
			float: left;
		}
		
		#header #name a {
			color: #FFFF00;
			text-decoration: none;
		}
				
		#header #adbox {
			width: 728px;
			height: 80px;
			float: right;
			margin-top: 28px;
			margin-right: 10px;
		}
		
		ul#navigation {
			margin-top: 3px;
			margin-left: 12px;
			height: 33px;
			width: 700px;
			float: left;
		}
		
		ul#navigation.right {
			float: right;
			width: 200px;
		}
		
		ul#navigation li {
			float: left;
			color: #222;
			font-family: "Lucida Grande", Verdana, sans-serif;
			font-weight: bold;
			font-size: 14px;
			margin-top: 8px;
			margin-right: 20px;
			padding-bottom: 2px;
			border-bottom: 1px solid #222;
			position: relative;
		}
		
		ul#navigation li a {
			color: #222;
			text-decoration: none;
		}
		
		/* SEXY DROP DOWNS */
		ul#navigation li ul {
		  display: none;
		  position: absolute; 
		  top: 1em;
		  left: 0;
		}
		
		ul#navigation li:hover ul {
			display: block;
			padding: 10px;
			margin-left: -4px;
			background: #e9e00b;
			-moz-border-radius-bottomleft: 8px;
			-moz-border-radius-bottomright: 8px;
			-webkit-border-bottom-left-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			width: 175px;
		}
		
		ul#navigation li:hover ul li {
			font-size: 11px;
			width: 175px;
			border-bottom: none;
		}
		
		ul#navigation li:hover ul li a {
			text-decoration: none;
			border-bottom: none;
			color: #000;
		}
		/* END SEXY DROP DOWNS */
		
		ul#navigation li.fb_connect {
			margin-right: 10px;
			margin-top: 0px;
		}
		
		ul#navigation li.active, ul#navigation li:hover {
			color: #000;
			border-bottom: 1px solid #000;
		}
		
		.content {
			font-family: Arial, sans-serif;
			font-size: 14px;
			line-height: 16px;
		}
		
		.content h1 {
			font-family: Helvetica;
			font-size: 26px;
			line-height: 30px;
		}
		
		#left {
			float :left;
			width: 675px;
			margin-left: 10px;
			padding-top: 24px;
			padding-bottom: 20px;
		}
		
		#right {
			width: 300px;
			float: left;
			margin-left: 10px;
			padding-top: 24px;
		}
		
		#notice {
/*			border: 1px solid #cc3333;*/
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			background: #d65757;
			padding: 6px;
			color: #332727;
			font-family: Verdana;
			font-size: 18px;
			line-height: 24px;
			margin-bottom: 20px;
		}
		
		#notice ul {
			list-style-type: circle;
			margin-left: 25px;
		}
		
		ul.drop {
			display: none;
		}
		
		ul.drop li {
			float: none;
			font-size: 8px;

		}
		
		ul#navigation li:hover ul.drop, ul#navigation ul.drop:hover {
			display: block;
			position: absolute;
			margin-top: 11px;
			background: #d65757;
			padding-left: 6px;
			padding-right: 6px;
			border-bottom: 1px solid black;
			font-size: 30px;
		}
		
		div.events {
		
		}
		
		div.header, div.small-header, div.footer, div.header-box {
			background: black;
			padding: 10px;
			color: #FFF;
			font-size: 24px;
			font-weight: bold;
		}
		
		div.header-box {
			margin-top: 20px;
		}
		
		div.header-box a {
			color: #FFF;
		}
		
		div.header, div.small-header, div.header-box {
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
		}
		
		div.small-header {
			font-size: 18px;
		}
		
		div.footer, div.header-box {
			-moz-border-radius-bottomleft: 8px;
			-moz-border-radius-bottomright: 8px;
			-webkit-border-bottom-left-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			font-size: 18px;
			text-align: center;
		}
		
		div.footer a {
			color: #FFF;
		}
		
		div.event {
			padding: 10px;
			font-weight: bold;
			line-height: 16px;
			min-height: 142px;
			border-bottom: 1px solid #AAA;
			font-size: 14px;
		}
		
		div.event h1 {
			font-size: 18px;
			line-height: 24px;
		}
		
		div.event h1 span {
			font-size: 14px;
		}
		
		div.event h2 {
			font-size: 14px;
			font-family: Helvetica;
			font-weight: bold;
		}
		
		div.event img {
			float: left;
			margin-right: 10px;
		}
		
		div.odd {
			background: #DDD;
		}
		
		div.even {
			background: #FFF;
		}
		
		div.search {
			background: #DDD;
			margin-bottom: 20px;
			padding: 8px;
			font-size: 11px;
			font-family: Verdana;
		}
		
		div.search ul li {
			font-size: 12px;
		}
		
		a {
			color: #000;
			text-decoration: underline;
		}
		
		a:hover {
			color: #cc1100;
		}
		
		#right .header {
			font-size: 18px;
			padding: 8px;
		}
		
		#left div.content {
			font-family: Helvetica;
			font-size: 14px;
			padding: 10px;
			font-weight: bold;
			margin-bottom: 20px;
		}
		
		div.event-change {
			font-family: Helvetica;
			font-size: 14px;
			padding: 10px;
			border-bottom: 1px solid #AAA;
		}
		
		#left label {
			font-weight: bold;
		}
		
		#left th {
			text-align: left;
		}
		
		div.pagination-wrapper {
			margin-top: 20px;
			font-size: 36px;
		}
		
		div.pagination-wrapper tr td {
			font-family: Helvetica;
			font-weight: bold;
			font-size: 18px;
		}
		
		div.pagination span.disabled {
			color: #555;
		}
		
		div.pagination span.current {
			font-size: 24px;
		}
		
		div.pagination span.current {
			color: #cc1100;
		}
		
		#footer-wrapper {
			background: #000;
			width: 100%;
			float: left;
		}
		
		#footer {
			width: 995px;
			margin-left: auto;
			margin-right: auto;
			font-family: Helvetica, sans-serif;
			color: #FFF;
			font-weight: bold;
			font-size: 14px;
		}
		
		#footer a {
			color: #FFF;
			text-decoration: none;
		}
		
		div.image {
			width: 140px;
			height: 140px;
			float: left;
			margin-right: 10px;
		}
		
		div.odd div.loading {
			background: url(/images/odd_spinner.gif) no-repeat center center;
			border: 1px solid #AAA;
		}
		
		div.even div.loading {
			background: url(/images/even_spinner.gif) no-repeat center center;
			border: 1px solid #AAA;
		}
		
		div.small-header a {
			color: #FFF;
			text-decoration: none;
		}
		
		#imeem-box {
			font-family: Arial;
			color: #FFFFFF;
			position: fixed;
			bottom: 12px;
			right: 12px;
			background: #2D2D2D;
			padding: 4px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			width: 300px;
			z-index: 2;
		}

		#imeem-box #close-box, #sample-box #close-box {
			font-size: 12px;
			text-align: right;
			padding: 2px;
			display: inline;
			float: right;
		}

		#imeem-box #close-box a, #sample-box #close-box a {
			color: #FFFFFF;
		}
		
