body {
	background: black;
	margin: 0;
}

#container {
		position: relative;
		width: 1024px;
		margin: auto;
}

#header {
		background: url(assets/contact_background.jpg);
		height: 768px;
		border: solid #000;
		border-width: 2px 2px 0 2px;
		text-indent: -999em;
}

#form {
		position: absolute;
		top: 280px;
		left: 560px;
		color: white;
		font-family: helvetica neue, helvetica, geneva, arial, sans-serif;
		line-height: 10px;
}

label {
		align: left;
		clear: top;
}

input {
		width: 250px;
		background-color: white;
		border-color: #494333;
}

textarea {
		background-color: white;
}

#submit input {
		font-family: helvetica neue, helvetica, geneva, arial, sans-serif;
		font-weight: bold;
		font-size: 18pt;
		color: black;
		border-color: #494333;
		width: 75px;
		background-color: white;
}

h1 {
		font-size: 16pt;
		color: #fff;
}

p {
		font-size: 9pt;
		color: #fff;
}

p a {
		color: white;
		text-decoration: none;
}

p a:hover {
		text-decoration: underline;
}

p a:active {
		color: yellow;
		text-decoration: none;
}

#navigation {
		font-family: helvetica neue, helvetica, geneva, arial, sans-serif;
		font-size: 18pt;
		color: white;
		position: absolute;
		line-height: 1.5em;
		top: 600px;
		left: 80px;
		width: 250px;
}

#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
}

#navigation ul a {
		color: white;
		text-decoration: none;
}

		
#navigation a:hover {
		text-decoration: underline;
}

#navigation a:active {
		color: yellow;
		text-decoration: none;
}

#lowercaselink {
		line-height: 1em;
		font-size: 10pt;
}














