body {
	background-color: #181818;
	color: white;
	font-family: impact;
	font-size: 18pt;
}

div#container {
	position: relative;
	width: 685px;
	left: 50%;
	margin-left: -343px;
	margin-top: 25px;

}	

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

a:hover {
	color: red;
}

.leftcolumn {
	float: left;
	clear: left;
	text-align: right;
	width: 150px;
	position: relative;
	left: 464px;
	padding-right: 8px;
	border-right: 4px solid white;
}

.rightcolumn {
	float: right;
	clear: right;
	position: relative;
	text-align: left;
	width: 50px;
}

.red {
	color: red;
}

div#copyright {
	position: relative;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	top: 200px;
	font-size: 16pt;


}

div#photo {
	margin-bottom: 5px;
}

div#photo img {
	height: 490px;
}
