@charset "UTF-8";

/* ------ basic styling ------ */
body {
	background-color: #191919;
	margin: 70px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 62.5%;
	line-height: 1.5;
}
p, ul, li {
	margin: 0;
	padding: 0;
}
a:link {
	color: #DC3C18;
	text-decoration: none;
}
a:visited {
	color: #DC3C18;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #DC3C18;
	text-decoration: underline;
}

/* ------ specific styling ------ */
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#nav {
	text-align: right;
	padding-bottom: 3px;
}
#nav li {
	display: inline;
	list-style-type: none;
	margin-left: 1.5em;
}
#contents {
	text-align: center;
}
#footer {
	color: #3E3E3E;
	margin-top: 7px;
}
#footer a {
	color: #3E3E3E;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
