@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#Wrapper {
	background-color: #FFFFFF;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	list-style-position: outside;
	list-style-image: url(../Image/0.gif);
}
#Wrapper #One {
	height: 10px;
	background-color: #343B37;
}
#Wrapper #Logo {
	background-color: #343B37;
	height: 60px;
	background-image: url(../Image/ethiolion.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#Wrapper #Two {
	background-color: #FFCC00;
	height: 3px;
}
#Wrapper #Navigator {
	background-color: #B50000;
	height: 31px;
}
#Wrapper #Three {
	background-color: #FFCC00;
	height: 3px;
}
#Wrapper #Body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3C3C3C;
	padding-top: 30px;
	padding-right: 75px;
	padding-bottom: 30px;
	padding-left: 75px;
}
#Wrapper #Four {
	background-color: #FFCC00;
	height: 3px;
}
#Wrapper #Footer {
	background-color: #DEDEDE;
	height: 85px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3C3C3C;
}
#Wrapper #Bottom {
	background-color: #FFCC00;
	height: 2px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
}
H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #343B37;
}

