
	body
	{
		margin: 0;
		padding: 0;
		font: 12px lucida, arial, hevetica, sans-serif;
		text-align: center;
		color: #434340;
		background-color: #e3e3d3;
	}
	
	a:link { color: #1F5D76; }
	a:visited { color: #151515; text-decoration: none; }
	
	a:hover, a:active
	{
		color: #434340;
		
	}
	
	h2
	{
		color: #F0F0DF;
		font: 105% lucida, verdana, sans-serif;
		margin: -8px 0 2px 4px;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #F0F0DF;
		font: 250% lucida, verdana, sans-serif;
		margin: 0 0 0 0;
	}
	
		h4
	{
		color: #1F5D76;
		font: 105% lucida, verdana, sans-serif;
		margin: 0 0 5px 0;
	}
	
	
	
	#container
	{
		margin: 1em auto;
		width: 760px;
		height: 100%;
		text-align: left;
		background-color: #fff;
		border: 1px solid #707070;
	}
	
	#header
	  { background-image: url(pix/water.jpg); text-align: left; padding: 0 5px 5px; border-bottom: 1px solid #696969; height: 60px }
	
	#strip
	{
		
		background-color: #F0F0DF;
		border-bottom: 1px solid #a1a199;
		font-size: 100%;
		padding: 4px 0;
	
	}
	
	#strip ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #aaaa9c;
	}
	
	#strip li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #aaaa9c;
	}
	
	#strip li a
	{
		text-decoration: none;
		color: #1F5D76;
	}
	
	#strip li a:hover
	{
		text-decoration: none;
		
	}

		
	#box
	{
		width: 760px;
		height:9940px;
		background-color: #fff;
		
	}
		
		
	#near
	{
		float: left;
		width: 3px;
		height: 100%;
		background-color: #aaaa9c;
	}
	


	#far
	{
		float: right;
		width: 40px;
		height: 100%;
		background-color: #aaaa9c;
	}

	#midr
	{
		float: right;
		width: 10px;
		height: 100%;
		background-color: #1F5D76;
	}
		
	#main
	{
		margin: 20px 30px 30px 0px ;
		float: right;
		width: 500px;
		height: 400px;
		line-height: 145%;
		
	}
	

	#pix
	  { background-image: url(pix/jung.jpg); border-right: 1px solid #1F5D76; border-bottom: 1px solid #a1a199; width: 140px; height: 95px }

		
	#nav
	{
		
		width: 140px;
		height: 87%;
		background-color: #F0F0DF;
		font-size: 95%;
		padding: 3em 0 0 0;
		border-right: 1px solid #1F5D76;
		
	}

	
	#nav ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: left;
		border-top: 1px solid #aaaa9c
	}
	
	#nav li
	{
		
		padding: 4px 0 4px 10px;
		margin:  0;
		border-bottom: 1px solid #aaaa9c;
	}
	
	#nav li a
	{
		text-decoration: none;
		color: #1F5D76;
	}
	
	#nav li a:hover
	{
		text-decoration: none;
		
	}

	
		
	#footer
	{
		
		width: 757px;
		height: 16px;
		background-color: #878783;
		font-size: 90%;
		padding: 4px 0 0 3px;
		border-top: 1px solid #696969;
		color: #222;
	}
	#footer a
	{
		text-decoration: none;
		color: #232323;
	}
	
	#footer a:hover
	{
		text-decoration: none;
		color: #000;
		
	}
	
	