@charset "utf-8";
/* CSS Document */
body{
	
	margin: 0;
	padding: 0;
	background-color: #A4BDE3;
}
.banner{
	
	
	border: 5px Solid;
	border-color: #F4E844;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 200px;
	background-color: #0072bc;
}
.Wrap{
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	min-height: 400px;
	
	
}

.Nav{
	
	float: left;
	margin: auto;
	min-height: 150px;
	background-color: #F4E844;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100px;
    background-color: #F4E844;
	text-align: center;
	font-family: alternate-gothic-no-3-d, sans-serif;
font-style: normal;
font-weight: 400;
}

li a {
    display: block;
    color: #2337D5;
    padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
    background-color: #0072bc;
    color: white;
}

.Home{
	background-color: #0072bc;
	width: 800px;
 border: 5px Solid;
	border-color: #F4E844;
	border-top-color: #0072bc;
	
	text-align: center;
	font-family: alternate-gothic-no-3-d, sans-serif;
font-style: normal;
font-weight: 400;
	color: antiquewhite;
	float: right;
	min-height: 400px;
	
}
.pugimg{
	
	border: solid 2px;
	border-color: white;
	
 
}
a:link{
	
	color:white;
	
	text-decoration: none;
}
a:hover{
	
	color: #0072bc;
	text-decoration: none;
}
a:visited{
	color: #0072bc;
	text-decoration: none;
}
	
}