
html, body {
    margin: 0;
    padding: 0;
}
h1 {
margin: 0;
padding: 0px;
color:white;
    text-decoration:none;
    text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
    font-variant: small-caps;
    line-height:27px;
}
h4 {
margin-right: 130px;
padding: 5px;
color:white;
    text-decoration:none;
    text-align: center;
	font-size: 25px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-style: italic;
}
h6 {
margin: 0;
padding: 0px;
color:white;
    text-decoration:none;
    text-align: center;
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
}

/* Top Logo and Text */

.mainLogo {
background-color: #dd2a1b;
height: 123px;
width: 1050px;
margin: auto;
}
.logoPic  img{
float: left;
}
#mainTxt{
float: right;
}

/* Navigation Bar */

.nav ul {
margin: 0;
padding: 10px;
list-style-type: none;
text-align: center;
}
.nav {
  height: 43px;
  width: 1050px;
  margin: auto;
  background-color: #404040;
}
.nav a {
  top: 14px;
  background-color: #404040;
  font-size: 16px;
  font-weight: bold;
  color: #F0F0F0 ;
  padding: 10px 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Arial Black", Gadget, sans-serif;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.nav a:hover {
  background-color: #dd2a1b;
  color: white;
}
.nav li {
 display: inline;
}

 /* Image div */
 
#Galery {
 overflow:scroll;
 overflow-x: hidden;
 width: 1050px; 
 height: 600px;
 background-color: #F0F0F0;
 margin: auto;
 border-bottom:#909090 solid 10px;
 }
#galeriButton a{
background-color: #dd2a1b;
color: white;
}

#Images ul{
width: 1050px;
height: 600px;
padding: 0;
margin: auto;
}
#Images ul li{
	float:left;
	width:185px;
	height:160px;
	background: #499bea; /* Old browsers */
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #499bea 0%,#207ce5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C */
	list-style:none;
	margin:25px 35px 10px 40px;
	opacity:0.7;
	box-shadow:#000 0px 0px 5px 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

#Images ul li:hover{
	opacity:1.0;
}

/* Partners Section */

#partners {
vertical-align: middle;
margin: auto;
width: 1050px;
border-top: #333333 solid 5px;
border-bottom: #404040 solid 8px;
}
#headline {
margin: 0;
padding: 10px;
color: white;
background-color: #404040;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 26px;
font-weight: bold;
font-variant: small-caps;
line-height:27px;
border-top: #333333 solid 6px;
}
#logos {
margin-left: 120px;
width: 810px;
height: 200px;
}
#logoPic {
display: inline;
margin: auto;
padding-top: 10px;
padding-left: 50px;
}

/* Footer section */

.footer {
margin: auto;
width: 1050px;
height: 80px;
background-color: #dd2a1b;
}
.footer2 {
margin: auto;
width: 1050px;
height: 18px;
background-color: #dd2a1b;
color: white;
}
