@charset "utf-8";
/* CSS Document */

body{background-color:#fff;
margin:0px;
font-family:"MS Serif", "New York", serif;
}
.header{width:100%;
height:200px;
background-color:#fff}

.container{width:90%;
margin:auto;
padding: 10px;
}

.logo{
margin-left: 20px;
margin-top: 20px;
height: 100px
}

hr{height: 2px;}
 
.header li{display:inline-block;
padding: 10px;
}

.header ul{float: right;
margin-top: 70px}

.header a{font-family:Verdana, Geneva, sans-serif;
font-size:18px;
color:#004080;
text-decoration:none;
padding: 5px;
}
.header h3{color:#003;
float:right;
margin-right: 20px;
}

.header a:hover{background-color:#999;
color:#000;
}


.img1{height:500px
width:700px;
border: solid 2px #000000;

}
.rotating-item {
    display: none;
    
    }
.rotating-item {
    display: none;
    position: absolute;
    top: 150px;
	margin-left: 100px;
}
.img2{border:solid 1px #000000}
.nave{margin-top:450px;
border:solid 2px #000000;}
.nave h1{color:#00F;}
.nave p {alignment-adjust:central;
float:right;
margin-top:-230px;
margin-left:200px;
}
.footer{width:100%;
background-color:#004080;
height:100px;
}

.img3{heigt:200px;
width: 200px}

.footer li{display:inline-block;
padding: 10px;
}

.footer a{color:#fff;
font-size:13px;
text-decoration:none;
padding: 2px;}

.footer a:hover{text-decoration: underline;}


.gallery-img{height:400px;
width:400px;
padding:20px;
border:dashed #333333;
}