html{ background: #f3f1e4 repeat-y center center url(../images/background.jpg); color: #555; font-family: "kandal-1","kandal-2"; text-shadow: 0 -1px 0 #fffef5; }
body{ width: 880px; margin: 0 auto 20px; }

h2{ font-family: "stud-1","stud-2"; color: #f58020; padding-left: 45px; background: no-repeat left center url(../images/left_ornament.png); }
	h2 span.secondary{ color: #37b8cb; padding-right: 45px; background: no-repeat right center url(../images/right_ornament.png); }
h3{ color: #37b8cb; text-transform: uppercase; }

.break{ height: 50px; clear: both; background: no-repeat center center url(../images/break.png); }

h1#logo{ height: 289px; text-indent: -999em; background: no-repeat center center url(../images/logo.png); }
#masthead{ color: #f58020; font-size: 1.2em; line-height: 1.7em; text-transform: uppercase; height: 100px; margin-bottom: 20px; background: no-repeat center center url(../images/masthead.png); padding: 20px 50px; }
#car{ padding-right: 320px; background: no-repeat top right url(../images/car.png); min-height: 250px; }

.navigation{ list-style-type: none; }
    .navigation li{ display: block; float: left; margin: 4px 16px; }
        .navigation li a{ padding: 4px 12px; text-decoration: none; text-transform: uppercase; color: #37b8cb; }
        .navigation li a:hover{ color: #f58020; text-decoration: underline; }

