@charset "utf-8";
/* CSS Document */

#wrapper {
	color: #cfbe8c;
	background-color: #000;
	float: left;
	height: auto;
	width: 100%;
}
#top {
	float: left;
	height: auto;
	width: 96%;
	margin-bottom: 2%;
	margin-left: 2%;
}
#logo {
	float: left;
	height: auto;
	width: 20%;
	margin-top: 2%;
	margin-right: 15%;
}
#top #logo img {
	float: left;
	height: auto;
	width: 100%;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	font-weight: lighter;
	float: left;
	height: auto;
	width: 63%;
	margin-top: 6%;
	text-align: right;
}
#top #menu ul li {
	text-align: right;
	display: inline;
	padding-left: 5px;
}
#title {
	float: left;
	height: auto;
	width: 96%;
	margin-bottom: 2%;
	margin-left: 2%;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	font-size: 40px;
	text-align: center;
}
#banner {
	float: left;
	height: auto;
	width: 93%;
	margin-left: 2%;
	
}

#banner img {
	float: left;
	height: auto;
	width: 100%;
}

	

#article1 {
	float: left;
	height: auto;
	width: 96%;
	font-size: 18px;
	color: #cfbe8c;
	font-weight: normal;
	margin-left: 2%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#article2 {
	float: left;
	height: auto;
	width: 96%;
	margin-left: 2%;
	margin-top: 2px;
	font-size: 18px;
	text-align: justify;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}
#photo {
	float: left;
	height: auto;
	width: 96%;
	margin-top: 2%;
	margin-left: 2%;
}

#pho1 {
	float: left;
	height: auto;
	width: 100%;
}
#photo #pho1 img {
	float: left;
	height: auto;
	width: 100%;
}

#pho2 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 4%;
}
#photo #pho2 img {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
}
#article3 {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-top: 4%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	color: #cfbe8c;
	margin-bottom: 2%;
}


#certification {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 96%;
	margin-top: 5%;
	margin-left: 2%;
}
#certification img {
	float: left;
	height: auto;
	width: 100%;
}





#footer {
	float: left;
	height: auto;
	width: 96%;
	margin-top: 2%;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	padding-top: 10px;
}
