#canvas {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#window {
	background-repeat: no-repeat;
	background-position: center center;
	height: 603px;
	width: 599px;
	border: thin solid #333333;
}
#content {
	height: 380px;
	width: 370px;
	margin-top: 110px;
	margin-left: 195px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #0022AA;
	font-style: italic;
}
p	{
	text-indent: 50px;
	margin-top: 0px;
	margin-bottom: 10px;

}
#nav {
	height: 40px;
	clear: both;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
}
#nav img {
	margin-left: 20px;
}
#content img {
	border: 1px solid #0000CC;
}


#button2 {
	position: relative;
	top: 0px;
	border: 0px solid #000000;
	margin: 0px;
	left: 5px;
}
#nav2 {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
}
#nav2 li {
	display: inline;
	margin-right: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0025BB;
}
#nav2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0920A6;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#nav2 a:hover {
	color: #FF66CC;
	font-weight: bold;
	text-decoration: none;
}
body {
	background-color: #999999;
}
