body { 
 font:normal 11px Tahoma; 
 background-color: #ffffff; 
 margin-top: 10px;
 }
 img {border:none;}
 #container { 
  width: 780px;
  background-color: #ffffff;
 }
 
 #header {
 width: 780px;
 height: 112px;
 background-color: #ffffff;
 }
 
 .ford
{
margin-left: 420px;
}
 
  #main {
position: relative;
 width: 780px;
 margin: 0;
 padding:0;
 }
 
 #leftnav {
 float:left;
 width: 185px;
 margin: 0;
 padding: 0;
 height: 544px;
 padding-bottom: 3px;
 }
 
 #search{
 margin:0;
 padding:0;
background-image:url(../images/search_bg.gif);
background-repeat:repeat-x;
height: 122px;
width: 184px;
 }

#mainsearch{
 margin:0;
 padding:0;
background-image:url(../images/search_bg.gif);
background-repeat:repeat-x;
height: 122px;
width: 590px;
 }
 
#search table{ height:100%; 
	margin-left:3px;
	margin-top: 0px;
	width: 175px;
	padding:0px;
}

#mainsearch table{ height:100%;
        margin-left:3px;
        margin-top: 0px;
        width: 175px;
        padding:0px;
}

#search p{
	font-size:10px;
	font-family:Tahoma,Arial;
	color: #ffffff;
	font-weight:600;
	padding-left: 8px;
}

#mainsearch p{
        font-size:10px;
        font-family:Tahoma,Arial;
        color: #ffffff;
        font-weight:600;
        padding-left: 8px;
}

#search td{
	margin:0;
	padding:0;
	line-height: 10px;
}

#mainsearch td{
        margin:0;
        padding:0;
        line-height: 5px;
}

.inp
{
width: 110px;
}

#search .button{
	border:0px;
	width:57px;
	cursor:pointer;
	float:right;
}
 
#mainsearch .button{
        border:0px;
        width:57px;
        cursor:pointer;
}

 #content {
 float:left;
 margin:0;
 padding:0;
 width: 590px;
 background-color: #fff;
 }
 
#content p{
margin: 20px 15px 10px 20px;
}

.table{
margin-left: 20px;
}

.button	{

width: 70px;
font-family: Tahoma;
font-size: 11px;
font-weight: 500;
}
 
 #footer {
 width: 780px;
 height: 57px;
 background-image:url(../images/footer_bg.gif);
 background-repeat:repeat-x;
 }
 
 #footer p{
 float: right;
 margin-top: 10px;
 margin-right: 10px;
 padding: 0;
 color: #ffffff;
 }