
		body
		{
			height : 100%;
			padding : 0px 0 0px 0;
			margin : 0;
			font-family: Verdana, Geneva, Arial, sans-serif;
			text-align: left;
			font-size: 10px;
			font-weight : normal;
			background-color: #ffffff;
			/*overflow: hidden;*/

			/* line-height : 18px; */
		}
		#all
		{
			position: absolute;
			border: 0px;

			left: 50%;
			top: 50%;
			height:468px;
			width: 976px;

			margin-top: -234px;
			margin-left: -488px;
			/*background-color: #0000ff;*/
		}

		#maincontainer
		{
			position: relative;
			height: 365px;
			width: 976px;
			
			/*margin-top: -168px;*/
			visibility: visible;
			/*background-color: #00ff00;*/
			background-color: #a2aeb5;
			border: 1px solid #ffffff;
			
	
		}
		#leftsidebar
		{
			position: absolute;
			background-image: url(01_leftsidebar.png);
			top: 1px;
			left: 23px;
			border: 0px;
			margin-left: 0px;
			margin-top: 0px;
			width: 87px;
			height: 335px;
			z-index: 100;
		}
		#leftdmc
		{
			top: 50px;
			left: 0px;
			position: absolute;
			z-index: 110;
		}

		#menu
		{
			position: absolute;
			background-image: url(01_menubar.png);
			top: -1px;
			left: 0px;
			border: 0px;
			margin-left: 0px;
			margin-top: 0px;
			width: 731px;
			height: 22px;
			text-align: right;
			z-index: 200;
		}
		#menu ul
		{
			border: 0px;
			padding: 5px 30px 0px 0px;
			margin: 0px 0px 0px 0px;
			white-space: nowrap;

		}

		#menu ul li
		{
			color: #8b99a1;
			padding: 0px 0px 0px 0px;
			margin: 3px 0px 0px 20px;
			list-style-position: inside;
			list-style-type: none;
			vertical-align: baseline;
			display: inline;
		}
		#menu ul li a
		{
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-weight: bold; 
 			font-size: 11px;
			color: #8b99a1;
			text-decoration: none;
		}
		#menu ul li a:hover
		{
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-weight: bold;
			font-size: 11px;
			color: #ff0000;
			text-decoration: none;
		}
		
		#header
		{
			position: relative;
			height: 66px;
			width: 976px;
			z-index: 500;
		}
		#logo
		{
			position: absolute;
			top:32px;
			left: 24px;
			border: 0px;
			margin-left: 0px;
			margin-top: 0px;
			width: 334px;
			height: 34px;
		}
		#toptext
		{
			position: absolute;
			top: 2px;
			left: 547px;
			width: 429px; 
			height: 66px;
		}
		#footer
		{
			position: relative;
			height: 25px;
			width: 976px;
			z-index: 500;
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-weight: none;
			font-size: 11px;
			color: #b7c2c8;
			text-decoration: none;
		}
		#login
		{
			position: absolute;
			top:0px;
			left: 25px;
			border: 0px;
			margin-left: 0px;
			margin-top: 0px;
			width: 86px;
			height: 25px;
			/*border: 1px solid #ff0000;*/
		}
		#contact
		{
			position: absolute;
			top: 8px;
			left: 130px;
			width: 650px; 
			/*border: 1px solid #ff0000;*/
		}
		#footermenu
		{
			position: absolute;
			top: 8px;
			left: 780px;
			width: 196px;
			text-align: right;
			/*border: 1px solid #ff0000;*/
		}
		
		#footermenu a
		{
			color: #b7c2c8;
			text-decoration: none;
		}

		#footermenu a:hover
		{
			color: #ff0000;
			text-decoration: none;
		}
		
		#content
		{
			position: absolute;
			top: 30px;
			left: 70px;
			/* border: 1px solid #ff0000;*/
			height: 300px;
			width: 900px;
			z-index: 300;
		}
		#submenu
		{
			position: absolute;
			top: 55px;
			left:28px;
			text-align:right;
			size:10px;
			width:80px;
			height:100px;
			/*border: 1px solid #ff0000;*/
			z-index: 350;
			/*background-color: red;*/
			

		}
		
		#submenu ul
		{	
			margin-left:0px;
			margin-right:7px; /* daniel */
			padding-left:0px;
			list-style-type: none;
			line-height: 15px;
		}


		#submenu a /*dk_mod*/
		{	
			color: #ffffff;
			font-size: 11px;
			font-weight : normal;
			text-decoration: none;
		}
		#submenu a:hover
		{	
			color: red;
			font-size: 11px;
			font-weight : normal;
			text-decoration: none;
		}
		#credits {
			position: absolute;

			left: 50%;
			top: 100%;
			margin-top: -20px;
			margin-left: -75px;

			width: 150px;

			text-align: center;
			color: #8b99a1;
		}
		#credits a /*dk_mod*/
		{	
			/* color: #8b99a1; */
			color: #b7c2c8;
			font-size: 11px;
			font-weight : normal;
			text-decoration: none;
		}
		.noHrefChange a {
			color: #ffffff;
		}
		.noHrefChange a:hover {
			color: red;
		}
		