body {margin: 0;padding: 0;
      background: #FFFFFF url('../images/background.jpg');
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	 }

html{margin: 0;padding: 0;}

#container{
	width: 850px;
	margin: auto;
	padding:0;
	background-color: #8B88AF;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#header {
	width: 850px;
	background-color: #FFF;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #F00;
	text-align: center;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3132FE;
	text-align: left;
}


#banner {
    width: 850px;
  	background-color: #000000;

}

#nav{
	width: 850px;
    background-color: #000000;
	
}

#content {
	color: #000000;
	width: 760px;
	text-align: left;
	background-color:  rgb(240,240,240);
	padding: 45px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#nav ul {margin: 0; padding: 0; display: flex; justify-content: center; }
#nav li {position: relative; list-style: none; z-index: 8}
#nav li a {display: block; color: #FFF; padding: 6px 1rem;}

#nav ul ul, #nav ul li:hover ul ul, #nav ul ul li:hover ul ul {display: none;}
#nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul {display: block;}


#nav ul> li:hover > a, #main-menu > li.current > a	{color: #F00}
#nav ul ul{
	position: absolute;
	width: 240px;
	background: #000;
	padding: 0 0 1rem;
	z-index: 9;
}
#nav ul li li a {
	text-transform: uppercase;
	padding:  .5rem 1rem;
	border-bottom: 1px solid #444;
	font-size: .9rem;
}
#nav ul li li a:hover {color: #F00}

#content img {
	padding: 10px;
              }
			  
#content a:hover {color: #FF0000;}

#content a {color: #3132FE;}


.style1 {
	text-align: justify;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	padding: 5;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

.style2 {
    color:  #FFFFFF;
	}
	
	
.style3 {
	text-align: left;
    color: #3132FE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: bold;
	}
	
.style4 {
	text-align: center;
    color: #3132FE;
	font-size: 20px;
	text-decoration: normal;
	}
	
.style5 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3132FE;
	text-decoration: bold;
}

.style6 {
	text-align: center;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	padding: 5;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}


.style7 {
	text-align: justify;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	padding: 5;
	font-weight: normal;
}


#links {
	color: #000000;
	width: 850px;
	text-align: center;
	background-color: #8B88AF;
	background-image: url(../images/background.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	}
	
#links a:hover {color: #FF0000;}

#links a {color: #FFFFFF;}

#links p {color: #FFFFFF;}

#links .style2 {color:  #FFFFFF;}

#footer {	
	width: 850px;	
	}

a:link {
	color: #3CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9FF;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: none;
}

li, li a {text-align:left; font-family: sans-serif;}

.fotorama {display: flex; justify-content: center;}