			body {
				margin: 0px 0px 10px 0px;
				padding: 0;
				background-image: url("../../assets/images/webground_lightgrays_000111.jpg");
				font-family: Verdana, Arial, Helvetica;
				font-size: 0.8em;
			}

			#header {
				position: absolute;
				left: 0px;
				top: 0px;
				border-bottom: 1px solid;
				background-image: url("../../assets/images/logo.gif");
				background-repeat: no-repeat;
				background-color: #FFFFCC;
				height: 112px;
				width: 100%;
			}
			
			#logo {
				position: absolute;
				left: 0px;
				top: 0px;
			}

			#header h1
			{
				margin: 15px 0 0 112px;
				font-size: 3.5em;
				white-space: nowrap;
				color: #FFFFFF;
			}

			#navigation
			{
				background-color: #CC0000;
			}

			#navigation ul
			{
				position: absolute;
				bottom: -1px;
				left: 0px;
				list-style: none;
				padding: 0;
				margin: 0 0 0px 165px;
			}
						
			#navigation li
			{
				float: left;
				display: block;
				margin-right: 0.3em;
				border-left: 1px solid;
				border-top: 1px solid;
				border-right: 1px solid;
				border-bottom: 1px solid;
				font-weight: bold;
				font-size: 0.8em;
				background-color: #EAEAEA;
				white-space: nowrap;
			}

			#navigation li.navSelected {
				background-image: url("../../assets/images/webground_lightgrays_000111.jpg");
				border-bottom: 1px solid #FFFFFF;
			}

			#navigation a {
				text-decoration: none;
				color: #000000;
				padding-left: 0.5em;
				padding-right: 0.5em;
			}

			#navigation a:hover {
				color: #CC0000;
			}

			#sidebar {
				position: absolute;
				left: 5px;
				top: 112px;
				padding: 0;
				margin: 10px 2px 0px 4px;
				width: 150px;
			}

			#main {
				border-left: 1px solid;
				display: block;
				padding: 0 0 0 10px;
				margin: 120px 10px 0px 165px;
			}
			
			#footer {
				border-top: 1px solid;
				font-size: 0.8em;
				margin: 8px 0 0 165px;
			}