@charset "UTF-8";

body,td,th {
	background-color: #000000;
	margin: 0px;
	color: #CCCCCC;
	font-family: Trebuchet MS;
	font-size: 16px;
}

#logo {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.fullWidthPanel {
	background-color: #111111;
	width: 900px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	border: 1px solid #333333;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
