			body {
				background: #357;
			}

			div {
				position: absolute;
				font: 8pt/10pt Verdana;
				color: #357;
			}

			a {
				font-weight: bold;
				text-decoration: none;
				color: #468;
			}

			a:hover{
				color: #59d;
			}

			#header {
				left: 14px;
				top: 14px;
				right: 14px;
				height: 100px;
				background: url(pix/bluetree.jpg);
				border: 1pt solid #357;
			}

			#header h1 {
				font: bold 24pt/30pt Verdana;
				margin: 10px;
				text-align: left;
			}

			#navigation {
				left: 14px;
				top: 116px;
				width: 150px;
				bottom: 114px;
				background: #000;
				border: 1pt solid #357;
			}

			#navigation a {
				margin: 0 10px;
				display: block;
			}

			#style {
				left: 14px;
				height: 100px;
				width: 150px;
				bottom: 14px;
				background: #000;
				border: 1pt solid #357;
			}

			#content {
				left: 166px;
				top: 116px;
				right: 14px;
				bottom: 15px;
				border: 1pt solid #357;
				overflow: auto;
				background: #000;
			}

			#content p {
				margin: 10px;
			}