body {
	background: black;
	margin: 0;
}

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

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


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;
}













