      /*
  Base Font
*/

* {
  font-family: Arial;
  font-size: 10pt;
  font-color: #000000;
}

a.text:link { COLOR: #150186; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 10pt }
a.text:visited { COLOR: #150186; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 10pt }
a.text:active { COLOR: #150186; TEXT-DECORATION: none; font-family: Arial; font-size: 10pt }
a.text:hover { COLOR: #000000; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 10pt }

a.menu:link { COLOR: #150186; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 11pt }
a.menu:visited { COLOR: #150186; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 11pt }
a.menu:active { COLOR: #150186; TEXT-DECORATION: none; font-family: Arial; font-size: 11pt }
a.menu:hover { COLOR: #fdf200; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 11pt }

      
      * {
        margin: 0;
        padding: 0;
        font-family: Arial;
      }

      img {
        border: 0px;
      }

      body {
        text-align: center;
        background-color: #150186;
      }

      #container {
        width: 900px;
        margin: 0px auto;
      }

      #header {
        height: 115px;
        text-align: right;
      }

      #main_menu {
        height: 33px;
        text-align: right;
        background-image: url('images/menu_bg.jpg');
        padding-right: 13px;
      }

        #main_menu_list td {
          text-align: center;
          padding-left: 0px;
        }

      #pre_content {
        height: 326px;
        background-color: #fdf200;
        text-align: center;
      }

	  #spacer {
        margin: 10px 0 0 0;
      }

      #content {
        background-color: #fdf200;
        margin: 0px 0 10px 0;
        padding: 13px;
      }

        #main_content {
          background-color: #ffffff;
          padding: 13px;
        }

        #used_car_search {
          height: 202px;
          background-color: #ffffff;
          background-image: url('images/car_search_bg.jpg');
          background-repeat: no-repeat;
        }

        ul#car_search_form {
          margin: 0px 0px 0px 460px;
          padding-top: 58px;
        }

        ul#car_search_form li {
          line-height: 15px;
          list-style-type: none;
          text-align: left;
          margin-bottom: 10px;
        }

        ul#car_search_form li label {
          display: block;
          float: left;
          width: 100px;
          font-size: 10pt;
        }

        ul#car_search_form li input, ul#car_search_form li select {
          font-size: 10pt;
          border: 1px solid #cccccc;
          width: 150px;
        }

        #recently_added {
          font-size: 12pt;
          text-align: left;
          margin-top: 13px;
          font-weight: bold;
          color: #150186;
          background-color: #fdf200;
          padding: 5px;
        }

        table#recent_cars {
          margin-top: 13px;
          height: 247px;
        }

        .car_cell {
          width: 208px;
          background: #fdf200 url(images/cellbg.jpg) no-repeat;
          padding: 10px;
        }

		.car_cell2 {
          width: 208px;
          background: #fdf200 url(images/cellbg2.jpg) no-repeat;
          padding: 15px;
        }

          h2.make {
            font-size: 14pt;
            color: #150186;
          }

          h3.model {
            font-size: 8pt;
            color: #150186;
          }

          h4.price {
            font-size: 22pt;
            color: #150186;
            text-align: right;
          }
          
          h5 {
            font-size: 16pt;
            color: #150186;
            text-align: center;
          }


        .spacer_cell {
          width: 14px;
        }
        
        p {
  line-height: 200%;
}