/* -- Global -- */
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

body {
	background-color: #000;
}

a {
	color: #8d3354;
	text-decoration: none;
	letter-spacing: 1px;
}

a:hover {
	color: #dcbca3;
}

input, textarea, select {
	background-color: #000;
	border: 1px solid #444444;
	color: #444444;
	padding: 3px;
}

/* -- Layout -- */
#wrapper {
	background-image: url(grouch.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 440px;
}

#header {
	display: none;
}

#content {
	width: 460px;
	padding: 0px 15px;
	margin: 0 0 0 auto;
}

/* -- Navigation -- */
#nav h2 {
	display: none;
}

#nav {
	width: 460px;
	margin: 0 0 0 auto;
}

#nav ul li {
	display: inline;
	font-size: 13px;
}

#nav ul li a {
	text-decoration: none;
	color: #867976;
	padding: 5px 12px;
}

#nav ul li a:hover {
	color: #e7552f;
}
/* -- Main Page -- */
#content h2 {
	background-color: #151119;
	color: #867976;
	font-size: 14px;
	padding: 5px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 20px 0px 5px 0px;
}

#content p, #content li {
	color: #4d4d4d;
	font-size: 13px;
	padding: 5px;
	text-align: justify;
}

#content #flstats li {
	font-size: 12px;
	color: #4d4d4d;
	margin: 2px 20px;
	list-style: none;
}

/* -- Foot -- */
#foot ul {
	width: 460px;
	margin: 30px 0 0 auto;
}

#foot ul li {
	text-align: center;
	list-style: none;
	display: inline;
	padding: 2px 28px;
}

#foot ul li a {
	font-size: 11px;
}

/* --  -- */
