			body {
				background: #aaa;
			}

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

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

			a:hover{
				color: #b0f;
			}

			#header {
				left: 0px;
				top: 0px;
				right: 0px;
				height: 100px;
				background: url(pix/banner2.gif);
				background-position: center;
				background-repeat: no-repeat;
			}

			#header h1 {
				font: bold 24pt/30pt Verdana;
				margin: 10px;
				text-align: left;
			}
			
			#left {
				position: absolute;
				left: 50%;
				margin-left: -500px;
				top: 0px;
				width: 250px;
				bottom: 0px;
				background: url(pix/left.gif);
				background-position: top;
				background-repeat: no-repeat;
			}
			
			#right {
				position: absolute;
				left: 50%;
				margin-left: 250px;
				top: 0px;
				width: 250px;
				bottom: 0px;
				background: url(pix/right.gif);
				background-position: top;
				background-repeat: no-repeat;
			}

			#navigation {
				left: 0px;
				top: 100px;
				right: 0px;
				height: 25px;
			}
			
			#navigation p {
				margin: 0px;
			}

			#content {
				position: absolute;
				left: 50%;
				margin-left: -700px;
				top: 130px;
				width: 1400px;
				bottom:15px;
				overflow: auto;
				background: #fff;
			}

			#content p {
				margin: 10px;
			}