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;
}
	#m_create, #m_edit, #m_browse, #m_buddy, #m_soon, #m_mine {
		/*background: url('img/sprite.menu.gif');
		text-indent: -5000px;*/
		position: absolute;
		height: 21px;	
	}
	#m_create {
		left: 0;
		width: 50px;
		background-position: 0 20px !important;
	}
	#m_create:hover {
		background-position: 0 1px !important;
	}
	#m_edit {
		left: 60px;
		width: 35px;
		background-position: -50px 20px !important;
	}
	#m_edit:hover {
		background-position: -50px 1px !important;
	}
	#m_browse {
		left: 105px;
		width: 50px;
		background-position: -90px 20px !important;
	}
	#m_browse:hover {
		background-position: -90px 1px !important;
	}
	#m_buddy {
		left: 170px;
		width: 50px;
		background-position: -90px 20px !important;
	}
	#m_buddy:hover {
		background-position: -90px 1px !important;
	}	
	#m_soon {
		right: 65px;
		width: 80px;
		background-position: -140px 20px !important;
	}
	#m_soon:hover {
		background-position: -140px 1px !important;
	}
	#m_mine {
		right: 0;
		/*width: 74px;*/
		background-position: -220px 20px !important;
	}
	#m_mine:hover {
		background-position: -220px 1px !important;
	}
#logo {
	position:absolute;
	left:254px;
	margin-top:-31px;
	border:none;
}
#userstatus {
	margin: 0 auto;
	width: 600px;
	text-align: right;
	color: #72818A;
}
#login {
	display:none;
	margin: 0 auto;
}
#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;
}
table.calendar {
	margin: 20px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

table.calendar td {
	margin: 0;
	padding: 0;
	height: 50px;
	border: 1px solid #72818A;
	vertical-align: top;
}

table.calendar td.other {
	border: 0;
}

table.calendar td div.day {
	padding: 3px;
	float: right;
	font: 18px normal Georgia, 'Times New Roman', serif;
	color: #72818A;
}

form {
	padding:0; margin:0;
}