body {
margin: 0px;
background-color: #04252E;
}

td {
text-align: center;
}

.car td {
width: 146px;
}

.left {
background-color: #093946;
font-family: Georgia, serif;
font-size: 41px;
color: #FFF;
text-align: left;
padding-left: 15px;
border-bottom: 1px solid #43A0B9;
height: 63px;
}

.lbOn {
font-family: Georgia, serif;
font-size: 41px;
line-height: 1.2em;
}

.right {
background-color: #093946;
text-align: right;
border-bottom: 1px solid #43A0B9;
}

.right a {
padding: 3px;
padding-left: 7px;
padding-right: 7px;
background-color: #387F93;
color: #FFF;
text-decoration: none;
}

.right a:hover {
padding: 3px;
padding-left: 7px;
padding-right: 7px;
background-color: #43A0B9;
color: #FFF;
text-decoration: none;
}

h1 {
font-family: Georgia, serif;
font-size: 18px;
font-weight: normal;
color: #43A0B9;
margin: 0px;
padding-bottom: 5px;
}

a {
color: #FFF;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 2em;
text-decoration: none;
}

a:hover {
color: #FFF;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 2em;
text-decoration: underline;
}

.left a, .left a:hover {
font-family: Georgia, serif;
font-size: 41px;
line-height: 1.2em;
text-decoration: none;
}

.cars {
color: #FFF;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
vertical-align: top;
text-align: left;
padding: 15px;
height: 100%;
}

.leightbox {
color: #F6FCFD;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
text-indent: 1em;
display: none;
position: absolute;
top: 15%;
left: 22%;
width: 55%;
height: 70%;
background-color: #073947;
padding: 10px;
text-align: left;
z-index: 1001;
overflow: auto;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);
}

.leightbox a, .leightbox a:hover {
color: #F6FCFD;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
text-decoration: underline;
}

.footer {
background-color: #093946;
text-align: left;
color: #3097B3;
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
padding-left: 10px;
border-top: 3px solid #43A0B9;
}

.footer a, .footer a:hover {
color: #3097B3;
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
text-decoration: none;
}

.footer span {
color: #FFF;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
}

.footer2 {
background-color: #093946;
text-align: right;
color: #3097B3;
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
padding-right: 10px;
border-top: 3px solid #43A0B9;
}

.footer2 a, .footer2 a:hover {
color: #ECFBFF;
font-family: Tahoma;
font-size: 10px;
text-decoration: underline;
}

#tooltip{
background: #04252E;
border: 1px solid #999999;
color: #FFFFFF;
font: menu;
margin: 0px;
padding: 3px 5px;
position: absolute;
visibility: hidden;
}

#container {
width: 50%;
margin: 0 auto;
text-align: left;
}

#overlay {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background-color: #04252E;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);
}

.lightbox[id] {
position: fixed;
}

#overlay[id] {
position: fixed;
}