body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#000;
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #000;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #c42522;
  color: white;
}

.content {
background-color:#000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

#logo {
	width:auto;
	height:auto;
	background-color:#000;
}

#footer {
	width:1322px;
	height:515px;
	float:left;
}

#footcars {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footinsurance {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footcustomer {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footcareers {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#fbpage{
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footermain {
	width:1312px;
	height:50px;
	float:left;
	padding-left:10px;
}

#footprivacy {
	width:641px;
	height:50px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footcopyright {
	width:661px;
	height:50px;
	float:left;
	font-size:13px;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover {
    color:#00A0C6; 
    text-decoration:none; 
    cursor:pointer;  
}

#content {
	width:1322px;
	height:470px;
	background-color:#000;
	float:left;
}

#event1 {
	width:688px;
	height:470px;
	background-color:#000;
	float:left;
	padding-left:24px;
	color:white;
}
#event2 {
	width:610px;
	height:460px;
	float:left;
	padding-top:10px;
}

#pic1 {
	width:1322px;
	height:500px;
	background-color:#000;
	float:left;
}


#pic2 {
	width:1322px;
	height:600px;
	background-color:#000;
	float:left;
}

#pic3 {
	width:1322px;
	height:500px;
	background-color:#000;
	float:left;
}


#borderlogo {
	width:1322px;
	height:100px;
	background-color:#FFF;
	float:left;
}

#bordernav {
	width:1322px;
	height:48px;
	background-color:#FFF;
	float:left;
}

#container {
	width:1322px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}




	