body {
	background: #000000;
	color: #F3F3F3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72%;
    padding: 20px;
	line-height: 12pt;
}

a:link {
	color: #F3F3F3;
	text-decoration: underline;
}

a:visited {
	color: #F3F3F3;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}

a:active {
	color: #F3F3F3;
	text-decoration: underline;
}

img {
	border: none;
	margin-bottom: 20px;
}

#nav {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 230px;
	height: auto;
}

#content {
	position: absolute;
	top: 20px;
	left: 230px;
	width: 800px;
	height: auto;
	padding-top: none;
	padding-left: none;
	padding-right: none;
	padding-bottom: none;
}

#info {
	top: 0px;
	left: 230px;
	width: 450px;
	height: auto;
	padding-bottom: 20px;
}

#copy {
	left: 230px;
	width: 450px;
	height: auto;
	padding-bottom: 20px;
}

#st1, #st3 {
	display: none;
}

.navlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F3F3F3;
	font-size: 100%;
}

a.navlink:link {
	color: #F3F3F3;
	text-decoration: none;
}

a.navlink:visited {
	color: #F3F3F3;
	text-decoration: none;
}

a.navlink:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
}

a.navlink:active {
	color: #F3F3F3;
	text-decoration: none;
}

.border {
	border: solid #F3F3F3;
	border-width: 1px;
}

.photo {
	border: solid #F3F3F3;
	border-width: 20px;
}