@charset "UTF-8";
/* CSS Document */

#body		{
			overflow-x: hidden; 
			overflow-y: auto;
			}

#background	{
			position:fixed; left:0px; top:-100px; z-index:1; width:100%;
			}
			
#content 	{
			position:absolute;
			left:150px;
			top:0px;
			width:250px;
			height:auto;
			z-index:1;
			background-color: #FFFFFF;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#333;
			padding:8px;
			padding left:10px;
			text-align:justify;
			}

	
.head		{
			font-size:14px;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			color:#333;
			}
	
	
#media 	{
			position:fixed;
			left:550px;
			top:35px;
			width:480px;
			height:300px;
			z-index:1;
			padding:5px;
			background-color:white;
			text-align:center;
			}

#extended	{
			position:absolute;
			left:395px;
			top:300px;
			width:75px;
			height:50px;
			z-index:1;
			background-color:white;
			font-size:10px;
			color:black;
			padding:4px;
			font-family:Arial, Helvetica, sans-serif;
			text-align:center;
			}
			
#navi	 	{
			position:absolute;
			left:0px;
			top:0px;
			width:100%;
			height:12px;
			z-index:3;
			background-color: #FFFFFF;
			font-size:10px;
			padding:4px;
			padding-right:7px;
			font-family:Arial, Helvetica, sans-serif;
			text-align:left;
			}
				


a:link 		{
			text-decoration:none;
			color: #333;
			}
			
a:visited 	{
			text-decoration:none;
			color:#333;
			}
			
a:hover 	{
			font-weight:bold;
			color:#0072bc;
			text-decoration:none;
			}
			
a:active 	{
			font-weight:bold;
			color:#0072bc;
			text-decoration:none;
			}

a:focus		{
			font-weight:bold;
			color:#0072bc;
			text-decoration:none;
			}
			
