body
	{
		margin: 0;
		padding: 0;
		font: 85% kalinga, verdana, sans-serif;
		line-height: 150%;
		text-align: center;
		color: #33292a;
		background-color: white;
	}


	#container
	{
		position: absolute; top: 0px; 
		margin: 1em auto;
		left: 50%;
		top: 50%;
		width: 1016px;
		height: 600px;
		text-align: left;
		margin-left: -500px;
		margin-top: -300px;
		background-color: none;
		border: 0px;
		border-style:solid;
		border-color: grey;
	}
	
	
	#menu
	{
		
		position: absolute; top: 0px; left: 60px;
		width: 150px;
		height: 600px;
		background-color: none;
		border: 0px;
		border-style:solid;
		border-color: none;
		
		
	}
	#contents4	
	{
		z-index: 2;
		position: absolute; top: 80px; left: 260px;
		width: 590px;
		background-color: none;
		overflow: none;
	}

	#contents3	
	{
		z-index: 2;
		position: absolute; top: 20px; left: 260px;
		width: 680px;
		background-color: none;
		overflow: none;
	}

	#contents	
	{
		
		position: absolute; top: 40px; left: 180px;
		width: 780px;
		background-color: none;
		overflow: none;
	}
	#contents2
	{
		z-index: 1;
		position: absolute; top: 40px; left: 260px;
		width: 610px;
		background-color: none;
		
	}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: white;
	}
	#footer li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#footer li a
	{
		text-decoration: none;
		color: #37297e;
	}
	
	#footer li a:hover
	{
		text-decoration: none;
		color: #ED683A;
		background-color: white;
	}
h2 
	{ 
		color : #433f3f;
		font-weight:normal;
		font-style: normal;
		font-size : 85%;
		line-height: 150%;
		font-family : verdana, sans serif;
		text-align: justify;
	}
h3 
	{ 
		font: 85% verdana, sans-serif;
		text-align: left;
		color: #685757;
		line-height: 150%;
		font-family : verdana, sans serif;
		font-weight: bold;
	}
	
	a {
	font-size: 100%;
	font-family : verdana, sans serif;
	color: #4d334f;
	text-decoration: none;
}
a:visited {
	color: #918592;
	text-decoration: none;
}
a:hover {
	color: #f2ec46;
	text-decoration: underline;
}
a:active {
	color: #918592;
	text-decoration: none;
}
	