html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5em;
    font-family: Tahoma, Geneva, sans-serif;
    color: #2E2E2B;
    background: #fffff0;
}


h1 {
    text-transform: uppercase;
    font-size: 16pt;
    color: #171716;
}

p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    padding: 5px;
}

blockquote {
    margin-top: 10px;
    padding: 10px;
    color: #5C5C56;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    font-style: italic;
}

#container {
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-image: url(textures/header.png);
    background-repeat: no-repeat;
    background-position: -491px 0px;
}

#header {
    height: 95px;
    margin-bottom: 0px;
}

.logo {
    float: left;
    margin-top: -5px;
    margin-left: 140px;
}

#splash {
}

#wrapper {
    float: left;
    width: 100%;
}

#content {
    position: relative;
    z-index: 1;
    padding: 0 150px 0;
}

#homepic {
    padding: 1%;
}

#gallery, #homepic {
    background-color: #fffff0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#gallery {
    width: 810px;
    height: 430px; /*Same as #images*/
    padding: 1%;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ul.year {
    list-style: none;
    width: 229px;
    float: left;
    display: block;
    margin-top: 0px;
    margin-left: 375px;
}

ul.year li {
    height: 63px; /* Height of Tab image */
    display: inline;
    float: left;
}

ul.year li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 75px;
    height: 75px;
}

#images {
    margin-right: -375px;
}

#images {
    width: 561px;
    height: 530px;
    overflow: hidden; /* Hides the non selected images */
    float: left;
    margin-top: 0px;
}

#images img {
    margin-bottom: 10px;
}

.specs {
    margin-bottom: 400px;
    font-size: 10pt;
    color: #1F1F14;
}

#contactform {
    float: right;
    display: block;
    margin-top: 0px;
    margin-right: 80px;
}

#contactform h1, #phone {
    margin-bottom: 10px;
}

#email {
    margin-bottom: 35px;    
}

.img {
    margin-left: 1%;
}

input {
color: #171716;
background: #EAEAEA;
border: 1px solid #993300;
font-size: 10pt;
padding: 2px 5px;
}

#navigation {
    float: right;
    margin-right: 96px; /*-(RightComlumnWidth)*/
    margin-top: 60px;
}

#navigation ul {
    list-style: none;
    font-size: 16px;
    font-weight: 800;
    line-height: 15pt;
}

#navigation ul li {
    display: inline;
    margin-left: 0px;
}

#navigation ul li a {
    list-style: none;
    margin: 0;
    padding: 10px 5px 25px;
    text-decoration: none;
    width: 200px;
    white-space: nowrap;
    color: #010e33;
}

#navigation ul li a:hover {
    background: url(textures/underliner.png) repeat-x 0% 100%;
    color: #993300;
}


#footer {
    position: absolute;
    bottom: 0;
    clear: left;
    height: 50px;
    width: 100%;
    color: #000;
}

#footer a {
    color: red;
}

#footertext {
    margin-top: 10px;
    margin-right: 100px;
}

.container {
    padding: 4px 0 10px 0;
    font-size: 8pt;
    text-align: right;
}

.rim {
    margin: 0 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#about.rim, #contact.rim {
    background: #fffff0;
    padding: 1%;
}


