@charset "utf-8";
/* 
	SITE COLOURS
		BG: #000
		Text: #fff
		Green: #b4b905
*/

	/* RESET & FLOAT */
div { margin: 0; padding: 0; }
p { margin-top: 0; }
.clearfloat { clear: both; }
.floatright { float: right; }
.floatleft { float: left; }
a img { border:none; }
.ads { margin-top: 30px; }
/* #ol, ul { list-style-image:none; list-style-position: outside; list-style-type:none; } */

	/* SITEWIDE SETUP */
body { margin: 0 0 0 0; color: #fff; font-family:Helvetica, Arial, sans-serif; font-size: 13px; background-color: #000000; }

a:link { color: #fff; text-decoration:none; }
a:visited { color: #fff; text-decoration:none; }
a:active { color: #fff; text-decoration:none; }
a:hover { color: #fff; text-decoration:underline; }

	/* LAYOUT */
#container { margin: 0 auto; width:870px; }
#header { background-image:url(../images/header.png); width:702px; height:114px; margin-top:75px; }
#events { font-family: Helvetica, Arial, sans-serif; font-size:24px; margin: 50px 0 0 300px; color:#b4b905; }
	#events li { height:45px; }
	.green { color:#b4b905; }
#follow { color: #fff; margin-top:145px; }
	#follow a:link, #follow a:visited, #follow a:active { color:#b4b905; text-decoration:none; }
	#follow a:hover { color:#b4b905; text-decoration:underline; }
#footer { background-color:#fff; width:870px; height:100px; margin-top:5px; color:#000; }
	#footer ul { list-style-type:none; margin:0; padding:0; }