السلام عليكم

اخواني اريد التعديل على ملف css المشكلة الاولى عند وجود كلام كثير في الصفحة من المفترض ان الصفحة تمتد

ولكن هنا يمتد الصفحة و بعض الاحيان لا تمتد لا اعرف المشكلة من اين

و لكن عند تحديث الصفحة يعمل بشكل سليم

وعند التحديث مرة اخرى لا يمتد

المشكلة الثانية وهي القائمة اليسرى #left اريد وضع خط في اليسار الى نهاية الصفحة ممتد

كود CSS
كود PHP:
body {
background-color#003366;
font-size11px;
font-familyVerdanaArialSunSans-RegularSans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
{color#564b47;}
a:visited {
    
color:#DB7093;
    
text-decoration:none;
          }
a:hover {
    
color#564b47;
    
text-decoration:none;
        }
a:active {
    
color:#000000;
    
text-decoration:none;
         }


h1 {
font-size14px;
text-transform:uppercase;
background-color#eeeeee;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
color:#003366;
padding:5px 15px;
margin:0px }

h2 {
font-familyArial;
font-size:14px;
text-aligncenter;
}

h3 {
font-familyArial;
font-size:14px;
text-aligncenter;
}

h4 {
font-familyArial;
font-size:15px;
text-aligncenter;
color#ff0000;
}

h5 {
font-familyArial;
font-size:12px;
text-aligncenter;
}

h6 {
font-familyArial;
font-size:15px;
text-aligncenter;
}

#p1 {
font-weightbold;
font-size14px;
font-familyarial;
text-aligncenter;
background-imageurl("image/back2.png");
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width99%;
margin-bottom10px;
margin-leftauto;
margin-rightauto;
background-color#ffffff;
}

/* ----------banner for logo-------------- */
#banner {
background-color#ffffff;
text-aligncenter;
padding0px;
margin0px;
}
#banner img {padding:10px 0px;}

/* -----------------Inhalt--------------------- */
#content {
background-color#ffffff;
padding0px;
margin-left0px;
margin-right200px;
}
div#content {
min-height:400px;
height:expression(this.scrollHeight 400 "auto":"400px");
}

ppre{
padding5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
floatright;
width200px;
border-right:1px solid #564b47;
border-left:1px solid #564b47;
margin0px;
text-align:justify;
}

/* -----------footer--------------------------- */
#footer {
clearboth;
margin0px;
padding0px;
text-aligncenter; }