body
	{
		font-family: verdana, georgia, times, "times new roman", serif;
		color: #000;
		background: white;
		width: 90%;
	}
	
	a:link { color: #369; }
	a:visited { color: #369; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #369;
	}
	
	h1
	{
	color: #000;
	font: 130% verdana, georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0;
	}
	
	h2
	{
		color: #000;
		font: 140% verdana, georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0;
  	padding: 20px;
	}
	h3
	{
		color: #000;
		font: 120% verdana, georgia, times, "times new roman", serif;
		font-weight: bold;
	}
	
		#container
	{
		margin: 1em auto;
		border: 0;
	}
	
	#balk {
		height:45px;
		border-bottom: 1px solid #000;
}
	
	#header
	{
		height: 5px;
		position: relative;
		border-bottom: 0px solid #fff;
	}
	

	#menu
	{
		display:none;
	}
	
	#menu ul
	{
		display:none;
	}
	
	#contents
	{
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
	}
	
	#contents p { line-height: 165%; }
	
	.imagefloatright
	{
		display: none;
	}
	
	.imagefloatleft
	{
	display: none;
	}
	
		.imagenormal
	{
			display: none;
	}
			
	#footer
	{
		display: none;
	}
