/* @override http://dev.spacecamputah.org/templates/cmsec/css/template.css */

body {
	background-color: #000;
	color: #fff;
	font: normal normal 12px Stellar, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		text-shadow: #191919 1px 1px 3px;

}

td {
	color: #fff;
	text-align: left;
	right: 0;
}

table {
	text-align: left;
	margin: auto;
	width: auto;
	height: auto;
}

#header {
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	top: 15px;
	border-width: 1px;
	float: none;
	clear: none;
	z-index: 0;
	margin: auto;
	padding-top: 2%;
	font-size: 17px;
	width: 500px;
	height: 125px;
}


#footer {
	color: #fff;
	text-align: center;
	margin: auto;
	width: 500px;
}

#middle {
	color: #fff;
	background-color: #262626;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	width: 542px;
	display: block;
	height: 470px;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
}
#top {
	border-top: 1px solid #7f7f7f;
	display: block;
	height: 0;
	width: 574px;
}
#bottom {
	border-top: 1px solid #7f7f7f;
	display: block;
	height: 0;
	width: 574px;
}