#leftcontent {
	float:left;
	margin-top: 1em;
}

#rightcontent {
	position:absolute;
	top: 10px;
	left: 20em;
	float:left;
	right: 2em;
}

img.logo {
	position:absolute;
	left:22px;
	top:350px
}

img.picture {
	float: left;
	margin-right: 20px;
}

p {
	font-size: 12px;
	color: #FFFF66;
	text-align: justify;
}

p.title {
	font-size: 18px;
	line-height: 22px;
}

p.signature {
	font-size: 18px;
	line-height: 22px;
	text-align: right;
}

h1 {
	font-size: 24px;
	color: #999999;
}

h2 {
	font-size: 20px;
	color: #999999;
}

h3 {
	font-size: 16px;
	color: #999999;
}

body {
	background-color: #000000;
	background-image: url(images\backgroundimg.jpg);
	background-repeat: no-repeat; 
	background-position: 150 right;
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td, th {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF66;
}


label,input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 140px; 
	padding-right: 20px;
}

input.button {
	width: 150px;
	position: relative;
	left:	140px;
}

a {
	color: #336600;
	text-decoration: none;
}

a:link {
	color: #0000FF;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

