			div {
				position: absolute;
				font: 8pt/10pt Verdana;
				color: #012d74;
			}

			a {
				font-weight: bold;
				text-decoration: none;
				color: #012d74;
			}

			a:hover{
				color: #012d74;
				text-decoration: underline;
			}

			#header h1 {
				font: bold 24pt/30pt Verdana;
				margin: 10px;
			}

			#logo {
				left: 0px;
				top: 7px;
				width: 97px;
				bottom: 0px;
			}

			#header {
				left: 97px;
				top: 0px;
				right: 0px;
				height: 40px;
				font: bold 20pt/24pt Verdana;
			}

			#navigation {
				right: 0px;
				top: 40px;
				width: 120px;
				bottom: 175px;
			}

			#content {
				left: 125px;
				top: 50px;
				right: 125px;
				bottom: 50px;
				overflow: auto;
				background: url(images/yinyang_bg.jpg);
				background-repeat: no-repeat;
				background-position: center center;
			}
			
			#content2 {
				left: 125px;
				top: 50px;
				right: 125px;
				bottom: 50px;
				overflow: auto;
			}

			#content p {
				margin: 10px;
			}
			
			#copyright {
				left: 20px;
				height: 25px;
				right: 20px;
				bottom: 0px;
				border-top: dotted 1px #012d74;
				text-align: right;
			}