* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    background-image: url("../images/car-bkgd2.jpg");
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 95%;
}
#navBkgd {
    background-color: #fff;
    position: fixed;
    display: block;
    width: 100%;
    height: 64px;
    border-bottom: #ccc 3px solid;
    top: 0;
    z-index: 100;


}
.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

header {
    height: 64px;
    position: relative;
    display: block;
    top: 0;
}
h1 {
    background-color: #480b64;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
    font-size: 35px;
    padding: 24px 20px 5px 20px;
    width: 260px;
    float: left;    
}
nav {
    margin-top: 42px;
    float: right;
    position: absolute;
    right: 0;
}

a:link {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: #666;
}
a:hover {
    color: #480b64;
}

.nav li {
    list-style: none;
    display: inline;
    padding: 15px;
}

main {
    position: relative;
    margin-top: 84px;
    background-color: #fff;
    opacity: 0.95;
    padding: 40px;
    height: auto;
    clear: both;
    margin-bottom: 30px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 24px;
    color: #480b64;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: #ccc 1px solid;
    display: block;
}  
p {
    line-height: 160%;
    padding-bottom: 20px;
}
.imgBox {
    float: left;
    margin-right: 20px;
    width: 260px;
    height: 250px;
    overflow: hidden;
    border: 1px solid #666;
}
.copywrite {
    color: #fff;
    font-size: 70%;
    text-align: center;
    padding: 10px;
}
#footerBkgd {
    background-color: #666;
    border-top: #480b64 8px solid;
    width: 100%;
    height: 40px;
    position: fixed;
    display: block;
    bottom: 0;
}
/* form styles */
input {
    font-size: 100%;
    width: 100%;
}
textarea {
    font-size: 100%;
    width: 100%;
}
.formField {
    line-height: 200%;
    margin-bottom: 20px;
}
.formLabel {
    padding-bottom: 5px;
}
.btn {
    background-color: #480b64;
    font-size: 110%;
    text-align: center;
    color: #fff; 
    padding: 10px 20px;
}
.btn:hover {
    background-color: #666;
}
/* portfolio styles */
.thumbnail {
    float: left;
    position: relative;
    padding-right: 30px;
    margin-bottom: 20px;
}
.thumbnailLabel {
    background-color: #480b64;
    color: #fff;
    text-align: center;
    width: 190px;
    height: 25px;
    padding: 5px;
    position: absolute;
    float: left;
    margin-right: 30px;
    top: 115px;
    z-index: 50;
}
.row {
    clear: both;
    margin-bottom: 20px;
}
  