@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	margin-left:10px;
	background-color:#666;
	font-size:68.75%;
}

div#container{
	width:555px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-image:url(topBG.gif);
	padding-top:10px;
	font-size:1em;
}

h2, h3 {
	padding-left:10px;
	width:555px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:20px;
}

h2, h2 a, h2 a:hover, h2 a:visited {
	color:white;
	font-weight:normal;
}

h2 a, h2 a:hover, h2 a:visited {
	text-decoration:none;
	border-bottom:1px solid white;
}

h3 {
	font-weight:normal;
	margin:9px 0 72px 0;
}

em {
	color:#CCC;
}

img.piece {
	border-bottom:solid 1px black;
}

div.pieceSpacer {
	width:555px;
	height:11px;
	overflow:hidden;
}

h3#footer {
	width:545px;
	margin:0;
	padding:13px 0 23px 10px;
	color:#ccc;
	font-size:10px;
}

#footer a, #footer a:visited, #footer a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}