@charset "UTF-8";


body {
	background-color: #1F2635;
	background-image: url(images/manalive_bg.jpg);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EAEAEA;
	font-weight: lighter;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}


#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #1f2635 url("/images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #5d6780 url("/images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}

p {
	color: #000000;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #7E8BAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3D475F;
	padding-bottom: 5px;
	padding-top: 0px;
	font-weight: lighter;
	letter-spacing: .25em;
}
