*
	{
		/*margin:0;*/
		/*padding:0;*/
	}

html, body
	{
		height:100%;
	}
	
body
	{
		/*background-color:red;*/
		text-align:center; /* horizontal centering for IE Win quirks */
	}
	  
div#center
	{
		width:100%;
		height:50%;
		/*background-color:#fc6;*/
		margin-bottom:-384px;/*-13.75em; /* half of container's height */
		float:left;
	}

div#htmlContent
	{
		margin:0px auto;
		position:relative; /* puts container in front of center */
		text-align:left;
		height:768px;/*27.5em;*/
		width:1024px;/*45em;*/
		clear:left;
		/*background-color:#ff9;*/
		/*border:1px solid #c93;*/
	}

div#logo 
	{
		/*position:relative;*/
		/*margin-top:50px;*/
	}
   
div#navi 
	{
	   	/*position:relative;*/
		font-size:14px;
		background-color:scrollbar;
		padding:10px;
   	}

div#content1 
	{
		/*padding:10px;*/
		/*position:relative;*/
		/*width:300px;*/
   	}
	
div#ptcontentli
	{
		/*position:relative;*/
		padding:10px;
		float:left;
		/*width:224px;*/
		/*background-color:#C96;*/
   	}
	
div#ptcontentre
	{
		/*position:relative;*/
		padding:10px;
		float:right;
		width:70%;
		/*height:430px;*/
		/*background-color:#09C;*/
   	}

div#sitemap 
	{
		/*position:relative;*/
		line-height:16px;
		/*width:500px;*/
   	}

div#sitemap li
	{
		padding: 0 0 0 24px;
		margin: 0 0 0 -24px;
		list-style-type: none;
	}

div#sitemap ul
	{
		padding: 0 0 0 24px;
		margin: 0 0 0 -24px;
		list-style-type: none;
	}
