body {
	line-height: 1;
	color: #51565b;
	background: #ccffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
  margin: 0px;
  padding: 0px;
}

h1{
  color: #035191;
  font-size: 40px;
}

.nice{
  color: #fff;
  font-size: 20px;
  background: #035191;
  padding: 10px 10px 10px 10px;
  float: left;
  border-top: 1px #035191 solid; 
  border-left: 1px #035191 solid;
  border-right: 1px #035191 solid;
  float: left;
  margin-bottom: 0px;
}

.niceRight{
  color: #fff;
  font-size: 20px;
  background: #035191;
  padding: 10px 10px 10px 10px;
  float: right;
  border-top: 1px #035191 solid; 
  border-left: 1px #035191 solid;
  border-right: 1px #035191 solid;
  float: left;
  margin-bottom: 0px;
}


h3{
  float: left;
}


a.{
  text-decoration: none;
}

#header{
  margin: 0 auto;
  width: 100%;
  height: 100px;
  background: #FFF;
}

#header_content{
  margin: 0 auto;
  width: 1000px;
  height: 150px;
}

#logo{
  margin-top: 10px;
  height: 80px;
  width: 255px;
  float: left;
}

#badge{
  height: 95px;
  width: 97px;
  float: right;
}

#menu{
  margin: 0 auto;
  width: 100%;
  height: 50px;
  background: #035191;
  border-bottom: 1px #053155 solid;
  border-top: 1px #053155 solid;
}

#menu_content{
  margin: 0 auto;
  width: 1000px;
  height: 50px;
}

#menu li {
  display: inline;
  list-style-type: none;
}

#menu li a {
  color: #cddeec;
  text-decoration: none;
  font-size: 18px; 
  padding: 1px;
  padding: 14px 85px 15px 85px;   
  text-shadow: 1px 2px 1px #06375f;  
}


#menu li a:hover {
  color: #fff;
}

#content{
  margin: 0 auto;
  width: 1000px;
  min-height: 730px;
  background: url("img/bg.jpg") no-repeat;
}

.racing_menu{
  width: 1000px;
  margin: 0 auto;
  height: 250px;
}

.racing_menu img{
  border: 1px #035191 solid;
}

.racing_menuShadow{
  width: 1000px;
  margin: 0 auto;
  height: 54px;
  background: url("img/front-divider.png");
}


.second{
  border-right: 1px #043155 solid;
}

.first{
  border-right: 1px #115a96 solid;
}


.gallery{
  width: 1000px;
  height: auto;
  float: left;
}

#Gallery {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}
#Gallery li {
  width: 152px;
  padding: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#Gallery li:hover {
}
#Gallery li:hover p {
  color: #6E6E6E;
}
#Gallery li p {
  font-size: 12px;
  color: #939292;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  position: relative;
  top: -1px;
}
#Gallery li img {
  width: 150px;
}