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

body { 
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#mainWrapper h1 {
	font-size: 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #666;
}

.center{
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}

.cenDiv {
	border: 1px solid #666;
	color: #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}

.cenDiv-narr {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
	width: 640px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999;
}

a:link, a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	border: none;
}
a.current {
	color: #AAB3B2;
}
a.current:hover {
	color: #AAB3B2;
	cursor: default;
}
