	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:0px;
		padding:0px;
		background:#fff;
		font-family:verdana;
		color:#333;
		}
	
	#navbar {
		position: absolute;
		left:0px;
		top:50px;
		width:200px;
		background:#fff;
		border-bottom:1px solid #c9c9c9;
		}

	#center {
		background:#fff;
   		margin-left: 199px;
   		margin-right:199px;
		border:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#rightcontent {
		position: absolute;
		right:0px;
		top:50px;
		width:200px;
		background:#fff;
		border-bottom:1px solid #c9c9c9;
		}
	
	#banner {
		background:#fff;
		height:40px;
		border-top:0px solid #000;
		border-right:0px solid #000;
		border-left:0px solid #000;
		border-bottom:1px solid #c9c9c9;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		padding-top:10px;
		padding-left:10px;
		}
	html>body #banner {
		height:39px;
		}
		
	p,h1,h2,td,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:24px;
		font-family:arial;
		padding-top:10px;
		font-weight:bold;
		color:#BB92A0;
		}

	h2 {
		font-size:20px;
		font-family:arial;
		font-weight:120%;
		color:#B9A7BF;
		padding-top:5px;
		}
		
	#banner {
		font-size:20px;
		padding:10px 10px 0px 10px;
		margin:0px;
		color:#bbb;
		}
	
	#rightcontent p {
		font-size:10px
		}

	#navbar p {
		color:#bbb;
		}
	
	a{
		color:#7B8AAB;
		text-decoration:none;
		font-weight:bold;
		}

	a:hover{
		background:#E0E5EF;
		}

	b {
		color:#EFC2B3;
		}