body {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 25px;
text-align: center;
}

div#menu-up {
width: 850px;
height: 200px;
margin-left: auto;
margin-right: auto;
overflow: auto;
}

div#menu-up-left {
width: 647px;
height: 146px;
float: left;
background-image: url('images/menu-1.png');
background-position: top;
background-repeat: no-repeat;
}

div#menu-up-right {
width: 203px;
height: 146px;
float: right;
}

div#menu-up-middle {
width: 850px;
height: 19px;
clear: both;
}

div#menu-up-down {
width: 850px;
height: 35px;
clear: both;
background-image: url('images/menu-14.png');
background-position: top;
background-repeat: no-repeat;
}

div#main {
width: 850px;
margin-left: auto;
margin-right: auto;
background-image: url('images/back.png');
background-position: top;
background-repeat: repeat-y;
height: auto;
overflow: auto;
}

div#footer {
width: 850px;
height: 60px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background-image: url('images/footer-back.png');
background-position: top;
background-repeat: no-repeat;
}

div#menu-left {
width: 250px;
float: left;
}

div#menu-left-txt {
font-family: Verdana;
font-size: 8pt;
color: #000;
margin-bottom: 20px;
margin-left: 15px;
margin-right: 15px;
margin-top: 20px;
text-align: left;
}

div#menu-left ul {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
list-style-type: none;
}

div#menu-left li {
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

div#menu-left li a {
color: #000;
background-color: #fabb00;
text-decoration: none;
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
}

div#menu-left li a:hover {
color: #fabb00;
background-color: #000;
text-decoration: none;
padding-bottom: 1px;
padding-left: 20px;
padding-right: 1px;
padding-top: 1px;
}

div#main-body {
width: 600px;
float: left;
}

div#main-body-txt {
font-family: Verdana;
font-size: 8pt;
color: #000;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 20px;
margin-top: 20px;
text-align: justify;
}

div#main-body-txt a {
color: #000;
}

div#main-body-txt a:hover {
color: #A67C00;
}

div#footer-txt {
font-family: Verdana;
font-size: 8pt;
color: #FFF;
line-height: 14pt;
text-align: right;
padding-top: 16px;
padding-right: 20px;
}

div#footer-txt a {
color: #fff;
text-decoration: none;
}

div#footer-txt a:hover {
color: #fff;
text-decoration: underline;
}

h1 {
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

.h1-span {
font-family: Verdana;
font-size: 12pt;
text-transform: uppercase;
color: #000;
background-color: #fabb00;
line-height: 15pt;
padding-bottom: 1px;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
}

h2 {
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

.h2-span {
font-family: Verdana;
font-size: 12pt;
text-transform: uppercase;
color: #fabb00;
background-color: #000;
line-height: 15pt;
padding-bottom: 1px;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
}

.text-align-right {
text-align: right;
}

td {
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
}

td.txt-left {
text-align: left;
}

td.txt-right {
text-align: right;
}

div#gallery-car {
width: 570px;
}

div#gallery-car .img-margins {
margin-right: 15px;
margin-left: 15px;
}

#like-box {
position: fixed;
z-index: 99;
top: 100px;
right: -304px;
-webkit-transition: right 0.5s ease-out;
-moz-transition: right 0.5s ease-out;
-o-transition: right 0.5s ease-out;
transition: right 0.5s ease-out;
}

#like-box:hover {
right: 0px;
}

#like-box .outside {
position: relative;
z-index: 1;
background: #3b5999;
padding: 2px;
min-width: 1px;
float: right;
}

#like-box .inside {
position: relative;
z-index: 2;
background: #fff;
}

#like-box .belt {
position: relative;
z-index: 0;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
float: left;
width: 100px;
height: 40px;
padding: 8px 20px 0px 20px;
margin: 50px -55px 0px 0px;
background: #3b5999;
color: #fff;
font-weight: bold;
font-family: Verdana;
font-size: 16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}