@charset "utf-8";
/* CSS Document */


#wrapper {
	float: left;
	height: auto;
	width: 100%;
	color: #cfbe8C;
	background-color: #000;
}
#top {
	float: left;
	height: auto;
	width: 96%;
	margin-left: 2%;
	margin-bottom: 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: 18px;
	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: 15px;
}

#menu ul li a:hover{
	background: black; 
	color: white; 
	}
#menu ul li a {
	text-decoration: none;
	color: #cfbe8c;
}


#top2 {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 2%;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	font-size: 40px;
	text-align: center;
	color: #cfbe8c;
	background-color: #000;
}
	
#banner {
	float: left;
	height: auto;
	width: 96%;
	margin-left: 2%;
	margin-bottom: 2%;
}
#banner img {
	float: left;
	height: auto;
	width: 100%;
}
#article1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: normal;
	float: left;
	height: auto;
	width: 94%;
	margin-left: 2%;
	padding-right: 10px;
	padding-left: 10px;
}
#photo {
	float: left;
	height: auto;
	width: 96%;
	margin-left: 2%;
	margin-bottom: 2%;
}
#photo img {
	float: left;
	height: auto;
	width: 100%;
}
#article2 {
	float: left;
	height: auto;
	width: 94%;
	margin-left: 2%;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5%;
}
#certification {
	float: left;
	height: auto;
	width: 96%;
	margin-left: 2%;
}
#certification img {
	float: left;
	height: auto;
	width: 100%;
}


#footer {
	float: left;
	height: auto;
	width: 95%;
	margin-top: 2%;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	
	
}
