html {
	background: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	letter-spacing: 1.5pt;
	text-align:justify;
}
p {
	text-align:justify;
}
#needstesting_content {
	width: 35%;
	margin: 0px;
	float: left;
}
#needstesting_pictures {
	width: 65%;
	margin: 0px;
	float: right;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF; 
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
#wrapper {
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main {
	width: 800px;
	text-align: left;
	vertical-align: top;
}
#content {
	width: 778px;
	float: left;
	background: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-top: none;
	border-bottom: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
}
#content a {
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #FF0000;
}
h1 {
	font-size: 20pt;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}
#header {
	width: 800px;
	height: 233px;
}
#navigation_spot {
	width: 800px;
	height: 58px;
	background: #000000;
	top: 233px;
}
#red_line {
	width: 798px;
	height: 3px;
	background: #FF0000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-top: none;
	border-bottom: none;
	position: static;
}
.redtext {
	color: #FF0000;
}
#footer {
	width: 800px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #666666;
	margin-bottom: 20px;
}
#footer a {
	/*color: #FFFFFF;*/
}
#validate {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.borderthin {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.smalltext {
	font-size: 8pt;
}
