html, body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	height: 100%;
	background-position: center;
	background-repeat: repeat-y;
	background-image:url(background.gif);
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #a2a2a2;
}

a:active {
	color: #FFFFFF;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid #666666;
	vertical-align: top;
	padding: 5px;
}

#content {
	width: 966px;
	margin: 0 auto;
	height: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#header {
	width: 800px;
	background-color: #000000;
	margin: 0 83px;
	height: 235px;
}

#navigation {
	background-image: url(navbar.gif);
	height: 24px;
	width: 746px;
	margin: 0 83px;
	padding: 7px 27px 0 27px;
	color: #FFFFFF;
	text-align: right;
	line-height: 1;
}

#text {
	color: #a2a2a2;
	width: 350px;
	margin: 0 82px;
	padding: 60px 30px 30px 420px;
	text-align: justify;
	line-height: 1.5;
}
input {
	background-color: #151515;
	border: 1px solid #a2a2a2;
	color: #a2a2a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
}
textarea {
	background-color: #151515;
	border: 1px solid #a2a2a2;
	color: #a2a2a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
}

.textLabel {
	width: 100px;
	float: left;
	maring: 2px;
}

#picture {
	float: left;
	padding-left: 147px;
	padding-top: 50px;
	color: #a2a2a2;
	line-height: 1.4;;
}
