@charset "utf-8";
/* CSS Document */



/*.............Template............*/

* {
margin:0;
padding:0;
}

body {
background-image:url(../image/bg1.jpg);
background-repeat:repeat-x;
background-color:#424141;
}
#outer {
width:813px;
margin:0 auto;
height:auto;
background-image:url(../image/bg2.png);
background-repeat:repeat-y;
}
#outer1 {
width:746px;
margin:0 auto;
}
#header {
width:100%;
height:80px;
background-image:url(../image/header.jpg);
background-repeat:repeat-x;
}
#title {
width:100%;
height:80px;
background-image:url(../image/titlebase.png);
background-repeat:no-repeat;
}
#banner {
width:100%;
height:185px;
}
#menu {
width:100%;
height:37px;
}
#sub {
width:100%;
height:30px;
background-color:#CCCCCC;
}
#content {
width:100%;
height:auto;
}
#content2 {
width:90%;
height:auto;
margin:0 auto;
}
#footer {
width:100%;
height:42px;
background-image:url(../image/footer.jpg);
background-repeat:repeat-x;
}
#spacer {
width:812px;
margin:0 auto;
height:50px;
background-image:url(../image/bottom.png);
background-repeat:no-repeat;
}
.footer {
color:#FFFFFF;
font-size:95%
}



#newcars td {
border-bottom:solid;
border-bottom-color:#999999;
border-bottom-style:dotted;
border-bottom-width:1px;
height:30px;
}