body {
	color:#fff;
	font: 10pt/1.5em Helvetica, Arial, Verdana, sans-serif;
	margin:0; 
	padding:0;
	background: #2c353b;
}
em, li.creator {
	font-style: normal;
	color:#F9C900;
}
h2 {
	font-size: 1.4em/1.8em; /*Rockwell, Georgia, serif*/
	margin: 0 !important;
}
h3 {
	font-size: 1em/1em;
	margin: 0 0 1em !important;
}
a {
	color: #fff;
}
.action a {
	color: #F9C900;
}
#header, .action, #footer {
	background: #131b21;
}
#header {
	border-bottom: 1px solid #72818A;
	margin: 50px 0 0 0;
	height:21px;
}
#menu {
	width:600px;
	margin: 0 auto;
	position:relative;
}
	#create, #edit, #invite, #upcoming, #myevents {
		text-indent: -5000px;
		position: absolute;
		height: 21px;	
		background: url('img/sprite.menu.gif');
	}
	#create {
		left: 0;
		width: 50px;
		background-position: 0 20px !important;
	}
	#create:hover {
		background-position: 0 1px !important;
	}
	#edit {
		left: 60px;
		width: 35px;
		background-position: -50px 20px !important;
	}
	#edit:hover {
		background-position: -50px 1px !important;
	}
	#invite {
		left: 105px;
		width: 50px;
		background-position: -90px 20px !important;
	}
	#invite:hover {
		background-position: -90px 1px !important;
	}
	#upcoming {
		right: 85px;
		width: 80px;
		background-position: -140px 20px !important;
	}
	#upcoming:hover {
		background-position: -140px 1px !important;
	}
	#myevents {
		right: 0;
		width: 74px;
		background-position: -220px 20px !important;
	}
	#myevents:hover {
		background-position: -220px 1px !important;
	}
#logo {
	position:absolute;
	left:254px;
	margin-top:-31px;
	border:none;
}
#login {
	display:none;
	margin: 0 auto;
	padding-left: 320px;
}
#content {
	margin: 80px auto;
	width: 600px;
}
#content p {
	margin: 1.8em 0;
}
#events p, #news p, #createform p {
	margin-top: 0 !important;
}
li span, h3 strong {
	color: #72818A;	
}
.action {
	padding: 10px;
	margin: 1.5em 0;
	color: #72818A;
	background: #1B2329 !important;
}
.important {
	color: #fff;
}
#footer {
	text-align: center;
	border-top: 1px solid #72818A;
	height: 22px;
}