body {
	background: black;
	margin: 0;
}

#container {
		background: url(assets/work_background.jpg) no-repeat;
		position: relative;
		width: 1024px;
		margin: auto;
}

#header {
		height: 768px;
		border: solid #000;
		border-width: 2px 2px 0 2px;
		text-indent: -999em;
}

#text {
		text-indent: -999em;
}

#table {
		position: absolute;
		top: 265px;
		left: 385px;
		right: 0px;
}

#table td {
		text-align: center;
		padding: 17px;
}

#table a {
		color: transparent;
}

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

p {
		font-family: helvetica neue, helvetica, geneva, arial, sans-serif;
		font-size: 11pt;
		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;
}














