/**/
body {
  background: #E1E1E1; }

img {
  border: 4px solid #333; }

.cars {
  width: 85%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  position: relative; }
  .cars .img {
    float: left;
    margin: 10px; }
  .cars img {
    width: 200px;
    height: 120px; }

.header {
  background: #336699; }
  .header .menus li {
    list-style: none;
    padding: 10px;
    display: inline-block; }
  .header .menus li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500; }
    .header .menus li a:hover {
      color: #fff; }
    .header .menus li a:active {
      background: #fff; }
    .header .menus li a:visited {
      background: #fff; }
  .header .active {
    background: #fff;
    color: #333; }

.container {
  margin: 0 auto;
  padding: 0;
  width: 70%;
  top: 0;
  right: 0;
  left: 0;
  position: relative; }

.content {
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 4px solid #871087;
  display: inline-block;
  min-height: 200px;
  width: 100%; }

/*# sourceMappingURL=style.css.map */
