/* Layout Stylesheet */ 
body{
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
 }	 
 
#lh-col{
 position:absolute;
 top:126px;
 left:15px;
 width:217px;
 z-index:3;
 background:#ffffff;
 color: #333333;}

#rh-col{
 position:absolute;
 top:126px;
 right:15px;
 width:170px;
 z-index:2;
 background:#ffffff;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#ffffff;
 color: #333333;
 height:80%;}

#c-col{
 margin:0 202px 0 251px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0;
 }
/*
#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }
*/

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

#search {
	text-align: center;	
	
}

#img_carcrazy {
	margin:0;
	padding: 5px 5px 5px 5px;
	position:absolute;
	top:0px;
	right:0px;
	
	}
#img_classic {
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
	
	}
	
/*- Menu Tabs 6--------------------------- */
	
    #hdr {
	  height:124px; 
	  position: relative;
      width:100%;
      background:#ffffff;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #666;
      }
    #hdr ul {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
      }
    #hdr li {
      display:inline;
      margin:0;
      padding:0;
      }
    #hdr a {
      float:left;
      background:url(images/tableft6.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:small;
	  font-weight:bold;
      }
    #hdr a span {
      float:left;
      display:block;
      background:url(images/tabright6.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #hdr a span {float:none;}
    /* End IE5-Mac hack */
    #hdr a:hover span {
      color:#FFF;
      }
    #hdr a:hover {
      background-position:0% -42px;
      }
    #hdr a:hover span {
      background-position:100% -42px;
      }

      #hdr #current a {
              background-position:0% -42px;
      }
      #hdr #current a span {
              background-position:100% -42px;
      }
