/* CSS Document */

body {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
color : white;
margin : 1em 0 1em 0;
padding : 0;
background-color : #FFCC66;
text-align : center;
}

#container {
margin : 0 auto;
width : 760px;
background-color : #990000;
border : 1px solid #000;
}



#header {
width : 760px;
height : 134px;
background-image : url("../images/header.jpg");
background-position : top left;
background-repeat : no-repeat;
}


/* navigation */

#nav {
float : left;
margin-bottom : 130px;
padding : 0;
}

#nav ul {
margin : 0;
padding: 0;
list-style : none;
}

#nav li {
width : 150px;
margin : 1em;
padding : 5px;
background-color : #6C0000;
border : 1px solid #000;
font-weight : bold;
color : #FFCC66;
}

#nav img {
border : 1px solid #000;
}

#nav li a {
color : white;
font-weight : bold;
text-decoration : none;
}

#nav li a:hover {
color : #FFCC66;
}


/* content */

#content {
float : left;
width : 530px;
margin : 1em;
background-color : #6C0000;
border : 1px solid #000;
text-align : left;
}

.last {
width : 337px !important;
min-height : 160px;
}

#content h1 {
font-size : 1.2em;
font-weight : bold;
padding : 0.5em 0 0.5em 0.5em;
margin : 0;
}

h2 {
font-size : 1.5em;
font-weight : bold;
padding : 0.5em 0 0.5em 0.5em;
margin : 0;
text-align : center;
}

h3 {
font-size : 2em;
font-weight : bold;
padding : 0.5em 0 0.5em 0.5em;
margin : 0;
text-align : center;
}

#content p {
padding : 0 0.5em 0.5em 0.5em;
margin : 0;
}

#content img {
border : 1px solid #000;
margin : 0.5em;
}

#content ul {
margin-left : 2em;
padding-left : 2em;
padding-bottom : 80px;
}

.floatRight {
float : right;
}

.floatLeft {
float : left;
}

.distinction {
float : left;
width : 165px;
height : 160px;
margin : 1em ;
padding : 0;
background-color : #6C0000;
background-image : url("../images/50-years.gif");
background-position : center;
background-repeat : no-repeat;
border : 1px solid #000;
}

#vehicles {
width : 100%;
text-align : center;
padding : 2px;
}

#vehicles td {
border-bottom : 1px solid #000;
}

#form {
width : 470px;
text-align : left;
padding : 2px;
margin-left : 3em;
}


.header {
font-weight : bold;
}

#vehicles .bottom {
border : 0;
}

/* footer */

#footer {
width : 720px;
padding: 1em;
font-size : 80%;
font-weight : bold;
}

a {
color: #FFF;
text-decoration:none;
}

a:hover {
color:#FFCC66;
text-decoration: underline;
}