body {	background: #ffffff;
	color: #000000;
	margin-top: 0px;
	height: 100%;
	}
	
table, div {
	font-family: monospace
	font-weight: normal;
	}
	
img {	margin-top: 0px;
	margin-left: 0px;
	border: 0px;
	}

#container {
	width:700px;
	text-align:left;
	padding-left:0px;
}
	
#nav  { 
	width:265px;
	border:0px;
	margin-left:0px;
}

#main {
        margin-top:0px;
	margin-left:270px;
	position: absolute;
	top: 0px;
	width:430px;
	border:0px;
	height:97%;
	padding:0px;
	font-family:monospace;
}

#footer {
        width:700px;
	clear: both;
	position: absolute;
	text-align:center;
	font-family:monospace;
}
	
a {	color: #6666cc;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
        text-decoration: underline;
	}
	
.bold {	font-weight: bold;}
