		html {
			margin: 0;
			padding: 0;
			width: 100%;
			max-width: 100%;
			text-align: left;
		}

		body {
			margin: 0;
			padding: 0;
			width: 100%;
			max-width: 100%;
			text-align: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background-color: #896;
		}
		
		#header {
			position: absolute;
			top: 0;
			left: 0;
			margin: 0;
			padding: 0;
			display: block;
			width: 100%;
			max-width: 100%;
			height: 160px;
			max-height: 160px;
			background-color: #896;
			color: #000;
			text-align: center;
			overflow: hidden;
		}
		
		#nav {
			position: absolute;
			top: 160px;
			left: 5px;
			width: 140px;
			max-width: 140px;
			background-color: #896;
			color: #fff;
			overflow: hidden;
			text-align: center;
		}
		
		#nav a, #nav a:visited, #nav_footer a, #nav_footer a:visited {
			display: block;
			text-align: center;
			background-color: #896;
			color: #fff;
			font-weight: bold;
			border: 1px solid #fff;
			margin: 0;
			padding: 5px;
			text-decoration: none;
			letter-spacing: 2px;
		}
				
		#nav_footer {
			position: absolute;
			margin: 0;
			border: 0;
			padding: 5px;
			left: 0;
			right: 0;
			bottom: 25px;
			background-color: #896;
			color: #fff;
			text-align: center;
			line-height: 30px;
		}
		
		#nav_footer a, #nav_footer a:visited {
			display: inline;
			margin: 0;
			border: 0;
		}
		
		#content {
			position: absolute;
			top: 160px;
			left: 150px;
			right: 0;
			margin: 0;
			padding: 0;
			overflow: visible;
			overflow-x: hidden;
			background-color: #efc;
			color: #000;
		}

		#content_l {
			background-color: #efc;
			color: #000;
		}
				
		#content_main {
			margin: 0;
			padding: 15px;
			overflow: visible;
			overflow-x: hidden;
		}
		
		#content_main strong {
			font-size: 14px;
		}
		
		#content_main a, #content_main a:visited {
			font-size: 14px;
			font-weight: bold;
			color: #060;
			text-decoration: none;
		}
		
		#content_main a:hover, #content_main a:active {
			color: #090;
			text-decoration: underline;
		}
		
		#content h1 {
 font-size: 16px;
 font-weight: bold;
 color: #060;
 text-align: center;
		}
		
		#content h2 {
			font-size: 18px;
			font-weight: bold;
			color: #060;
		}
		
		#footer {
			position: absolute;
			display: block;
			margin: 0;
			padding: 5px;
			left: 0;
			right: 0;
			bottom: 0;
			height: 18px;
			max-height: 18px;
		 	background-color: #999;
			color: #000;
			letter-spacing: 2px;
			text-align: center;
			overflow: hidden;
		}
		
		* html #footer, * html #nav_footer {
			width: 90%;
		}
		
		#footer a {
			text-decoration: underline;
			color: #fff;
		}
		
		.boxhead {
			margin: 0 auto;
			border: 0;
			padding: 3px;
			text-align: center;
			background-color: #896;
			color: #fff;
			font-weight: bold;
			font-size: 14px;
			letter-spacing: 2px;
		}
		
		.boxbody {
			margin: 0 auto;
			border: 1px solid #896;
			padding: 6px;
			font-size: 14px;
		}

		.plain a, .plain a:visited {
			font-size: normal;
		}
		.plain a:active, .plain a:hover {
			font-size: normal;
		}
		[if IE]>
		.gapfix {
			display: inline;
			zoom: 1;
			padding: .5em 0;
		}
		<![endif]h1 {
 font-size: medium;
 font-weight: bold;
 color: #5E8A00;
}
h1.medium {
 font-size: 16px;
 font-weight: bold;
 color: #999999;
 text-decoration: none;
}
