body{
	background-color: #FFD8B0;
	font-family: Tahoma;
	font-size: 12pt;
	color: #5F2056;
	margin: 0px 0px 0px 0px;
}

#main{ 
	background-color: #ECBFC3;  
	margin: 20px auto 0px auto;	
	width: 1000px;
	min-height: 700px;
	overflow: hidden;
	box-shadow:1px 1px 6px #292929;
}

#header {
	width: 100%;
	height: 125px;
	padding: 20px 10px 0px 10px;
	font-size: 20pt;
	color: #ee7b1f;
	font-weight: bold;
	font-style: italic;
	background-color: #f4bf93;
}

#content {
	width: 95%;
	margin: 50px auto 25px auto;
	text-align: justify;
}

#content img {
	float:right; 
	margin:0px 0px 5px 15px; 
	box-shadow:1px 1px 6px #292929;
}

#navi {
	width: 100%;
	font-size: 14pt;
	height: 80px;
	border-top: 1px solid #FF9D4C;
	border-bottom: 1px solid #FF9D4C;
	background-color: #FF9D4C;
}

#navi a {
	color: #5F0053;
	text-decoration: none;
}

#navi a:hover {
	color: #FFCC99;
}

ul#Navigation {
    text-align: center;
	vertical-align: center;
	margin: 30px 0px 0px -30px;
}

ul#Navigation li {
    list-style: none;
    display: inline;
	height: 100%;
    margin: 0px 20px 0px 0px; 
	padding: 0px;
}

#footer {
	margin: 10px 0px 10px 0px;
	font-size: 10pt;
	color: #000000;
}

#footer a {
	color: #696969;
	text-decoration: none;
}
