
html, body {
    margin: 0;
    padding: 0;
}
p {
margin: 0;
padding: 10px;
color:#404040;
    text-decoration:none;
    text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
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;
}
h2 {
margin: 0;
padding: 20px;
color:#333333;
    text-decoration:none;
    text-align: center;
	font-size: 19px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
h3 {
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;
}
h4 {
color: #dd2a1b;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 28px;
font-weight: bold;
font-variant: small-caps;
line-height:27px;
padding-top: 10px;
padding-left: 25px;
}
h5 {
color: #404040;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 20px;
font-weight: bold;
font-variant: small-caps;
line-height:27px;
text-align: center;
padding: 10px;
}
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;
}

 /* Custom Details div */
 
#Galery {
 width: 1050px; 
 background-color: #F0F0F0;
 margin: auto;
 border-bottom:#C0C0C0 solid 10px;
 }
#galeriButton a{
background-color: #dd2a1b;
color: white;
}

#article1 {
padding-top: 10px;
width: 1050px;
height: 1330px;
border-bottom: 5px solid;
border-color: #C0C0C0;
}
#article2 {
padding-top: 10px;
width: 1050px;
height: 730px;
border-bottom: 5px solid;
border-color: #C0C0C0;
}
#article3 {
padding-top: 10px;
width: 1050px;
height: 600px;
}

#Images ul{
width: 1050px;
height: 330px;
padding: 0;
margin: auto;
}
#Images ul li{
	float: left;
	width:379px;
	height:284px;
	list-style:none;
	margin:15px 72px 15px 72px;
	box-shadow:#000 0px 0px 5px 0px;
}

/* 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;
}
