BODY {
	background-color: #000000;
	color: #7f7fa1;
}

DIV.banner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 600px;
	height: 75px;
}

DIV.login {
	background-color: #000000;
	color: #7f7fa1;
	font-family: sans-serif;
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 605px;
	width: 215px;
	height: 75px;
	border-left: solid;
	border-width: 2px;
}

DIV.nav {
	background-color: #000000;
	color: #7f7fa1;
	font-family: sans-serif;
	font-size: 16px;
	position: absolute;
	top: 80px;
	left: 5px;
	height: auto;
	width: 150px;
	border-top: solid;
	border-width: 2px;
}

DIV.main {
	background-color: #000000;
	color: #7f7fa1;
	font-family: sans-serif;
	font-size: 14px;
	position: absolute;
	top: 80px;
	left: 155px;
	width: 665px;
	height: auto;
	border-left: solid;
	border-top: solid;
	border-width: 2px;
}
DIV.login TABLE {
	border: none;
	color: #7f7fa1;
	background: transparent;
}

DIV.login INPUT {
	height: 16px;
	border: none;
	font-family: monospace;
	font-size: 12px;
}

