@charset "utf-8";
#top {
	background-image: url(images/bg.jpg);
	width: 800px;
	height: 600px;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: left;
	text-indent: 0px;
	right: 0px;
	clip: rect(0px,0px,0px,0px);
	width: 400px;
	position: fixed;
	float: right;
	left: 0px;
	clear: none;
	height: 300px;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 400px;
	padding-left: 45px;
	color: #FFFFFF;
	bottom: 300px;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
	left: 50px;
	text-align: left;
	word-spacing: 80px;
	right: 150px;
	height: 75px;
	width: 600px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 50px;
	bottom: 50px;
}
