@charset "UTF-8";
body {
	font-family: "Helvetica New", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(images/Page-Background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Layout */
#container {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding: 0;
	margin: 0;
	display: block;
}
#header ul {
	list-style-type: none;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}
#header ul li {
	float: left;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	font-size: .8em;
	border-bottom: 3px solid #000;
}
#header ul li a:hover {
	text-decoration: none;
}
#header ul li:hover {
	border-bottom: 3px solid #666;
}
#content {
	clear: both;
	width: 800px;
	min-height: 400px;
	margin-top: 10px;
}
#footer {
	width: 800px;
	font-size: .7em;
	color: #999999;
}

/* tags */
h3 {
	border-bottom: 1px dotted #ccc;
}