@import  url("/css/reset.css");
@import  url("/css/global.css");
@import  url("/css/styles.css");


#container {
  min-width: 1025px;
  background: url(/img/l.gif) repeat-y;
}

#bg {background: url(/img/r.gif) top right repeat-y;}

#wrapper {
  zoom: 1;
}

#wrapper:after {
  content:'.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#header {background: url(/img/head.png) repeat-x; position: relative;}
#header .l {background: url(/img/headl.png) left top no-repeat;}
#header .r {background: url(/img/headr.png) right top no-repeat;}
#header .wrap {height: 495px; background: url(/img/car.jpg) 3px 191px  no-repeat;}


#content {
  float: right;
  width: 100%;
  margin: 0 0 0 -330px;
}
#content table, #content td
{
    border: 1px solid;
    border-color: #cccccc;
    vertical-align: middle;
}

#content table.noborder, #content table.noborder td
{
    border: 0px;
}


#content td
{
    padding: 2px;
    vertical-align: middle;
}

#content .column {margin: 0 95px 0 330px;}

/*        -- Side-bar --        */
#aside {
  float: left;
  width: 330px;
}

/* ---------- Footer ---------- */
#footer {
  background: url("/img/foot.gif") repeat-x;
}

#footer .l {background: url("/img/footl.png") no-repeat;}
#footer .r {background: url("/img/footr.png") top right no-repeat; height: 62px;}
