Hello,

I have been looking around for a fix for my CSS browser related problems - with no luck.

Please help!

the page i am trying to fix is this:

Atlantis Project - Nasimi Tray | Zaynab Mahmood

The Page CSS is:

/* Layout Stylesheet */

body {

background:#ffffff;
color: #333333;
text-align:center;
padding:0;
margin:0;

}

#outer {
text-align:left;
border:1px solid #fff;
width:730px;
margin:auto;
}

#hdr {
height:10px;
background:#fff;
color: #fff;
}

#bar {
height:7px;
background:#ffffff;
color: #fff;
border: solid #fff;
border-bottom-color: #fff;
border-width:1px 0 1px 0;
}

#bodyblock {


position:absolute;
left:60px;
top:60px;
background: #ffffff;
color: #333333;
width:730px;
padding:0;
}

#l-col {
float:left;
background:#ffffff;
color: #333333;
width:145px;
}

#cont {
width:575px;
background:#ffffff;
color: #333333;
border:solid #fff;
border-width:0 0 0 1px;
text-align:left;
line-height: 120pt;
}

.contentbox

{PADDING-RIGHT: 0px; PADDING-LEFT: 1px; FLOAT: left; PADDING-BOTTOM: 0px;

MARGIN: 1px 1px 0px 0px; WIDTH: 520px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; font-size:12px;

font-family: helvetica, impact, sans-serif;}

.font1

{

COLOR: #00aeef;

TEXT-DECORATION: none;

padding-top:none;

font-size:13px;

}


.font2

{

COLOR: #00aeef;

TEXT-DECORATION: none;

padding-top:none;

font-size:11px;

font-family: helvetica, impact, sans-serif;

font-weight: bold;

}


.font3 {

COLOR: #707070;

font-weight: bold;

font-size:11px;

}


and the HTML/PHP page is this:

<body>

<div id="outer">

<div id="hdr" align="left">


</div>

<div id="bar">


</div>

<div id="bodyblock" align="right">

<div id="l-col" align="left">

<?php include('../mylogo.php');?>


<?php include('../navigational_links_home.html');?>

</div>

<div id="cont">

<h3 align="left"></h3>

<div align="left">

<img src="Client names_homepage.jpg" alt="Client names"/>

<?php include('../footer.php');?>

</div>

<div class="contentbox">

<b class="font1"> more text here...
<span class="font2">text goes here</span>

</div>
</div>
</div>
</body>