div#logo {
width: 110%; height: 100px;
margin-left: -10px;
margin-bottom:10px;
background: url(../images/LSlogo.jpg) left no-repeat;
border: 1px solid #244223;
padding: 0px;
}
#col1{
float:left; width:20%;
display:inline;
background:#244223;
padding: 10px;
}
#col2 {
float:right; width:75%;
display:inline;
border:3px solid #244223;
background: #85a155;
padding: 10px;
}
#container{
float:left; width:85%
display:inline;
}
#myclear {
clear:both;
}
<? echo ‘<?xml version=”1.0″ encoding=”utf-8″?’ .’>’; ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Traditional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” lang=”<?php echo _LANGUAGE; ?>” xml:lang=”<?php echo _LANGUAGE; ?>”>
<head>
<jdoc:include type=”head” />
<link rel=stylesheet” href=”templates/_system/css/general.css” type=”text/css” type=”text/css” />
</head>
<body id = “page_bg”>
<jdoc:include type=”message” />
<div id=”logo”> <div>
<div id=”container”>
<div id=”col2″>
<jdoc:include type=”component” />
</div>
<div id=”col1″>
<jdoc:include type=”modules” name=”left” style=”xhtml” />
</div>
</div>
<jdoc:include type=”modules” name=”debug” />
</body>
</html>