	body {
		background-color: #000000; 
		font-family: sans-serif, helvetica, verdana; 
		color: #000000; 
		font-size: 8pt; 
		cursor: default; 
		text-decoration: none;
	}
	.body { 
		width: 650px;
		height: 100%;
		background-color: #ffffff;
		border:15px solid #ffffff;
	}
	strong {
		letter-spacing -0.1em;	
	}
	.header { 
		width: 650px;
		height: 149px;
		border: 1px #ffffff solid;
	}
	#nav {
		color: #ffffff;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: -0.13em;
		line-height: 50px;
	}
	.active {
		width: 100px;
		height: 50px;
		float: left;
	}
	.empty {
		width: 240px;
		height: 50px;
		border: 1px #ffffff solid;
		float: left;

	}
	.root { 
		width: 100px;
		height: 50px;
		border: 1px #ffffff solid;
		float: left;
	}
	.about { 
		width: 100px;
		height: 50px;
		border: 1px #ffffff solid;
		float: left;
	}
	.port { 
		width: 100px;
		height: 50px;
		border: 1px #ffffff solid;
		float: left;
	}
	.cont { 
		width: 100px;
		height: 50px;
		border: 1px #ffffff solid;
		float: left;
	}
	.content { 
		width: 475px; 
		height: 100%; 
		min-height: 500px; 
		float:left;
		clear: both;
	}
	.side { 
		width: 140px;
		height: 100%;
		min-height: 300px; 
		float: right;
		border-left: #000000 dotted 1px;
	}
	.footer { 
		color:#ffffff;
		height: 50px;
		line-height: 25px;
		clear: both;
	}
	input, textarea, submit {
		background: #ffffff;	
		color: #000000;
		border-style: dotted;
		border-color: #000000;
		border-width: 1px;
		font-family: sans-serif;
		font-size: 10px;
	}

	h1 { 
		letter-spacing: -0.13em;
		border-bottom: #000000 dotted 2px;
	}
	h2 { 
		letter-spacing: -0.13em;
		border-bottom: #000000 dotted 2px;
	}
 