Создал шаблон на denwer было все норм, выложил в интернет и тут пошло поехало...модули с правой колонки (Поиск, Авторы) спустились под content и footer съехал тоже .Не могу понять где ошибки. Код (css): *{ padding:0 auto; outline:none; } body, html { height:100%; margin:0; padding:0; background-image: url('images/myimg/fon.jpg') repeat; font:14px Arial, Helvetica, sans-serif ; line-height:1.3; color:#000; text-align:left; } #container{ width: 1024px; margin:0 auto; min-height:100%; background-color: #ffffff; position: relative; } #header{ background-image: url(img/shapka.jpg); height:200px; text-align:right; } #wrap {width:1024px; clear:both; overflow: hidden; height:auto; } #wrap2 {float:left; width:810px; min-height:100%; overflow: hidden; clear:both; margin-left:2px; } #left{ background-color: #; width: 195px; float: left; margin-top:5px; text-align:left; } #odinL { padding:5px; width: ; background-color:#ddd; clear:both; border-radius:6px; } #right{ background-color:#; width:200px; float:left; margin-top:5px; margin-left:px; } #odinP { padding:5px; width: px; background-color:#ddd; clear:both; border-radius:6px; } #dvaP { padding:px; width: px; background-color:#bbb; clear:both; border-radius:6px; } #content{ background-color:; padding: 10px 8px 5px 5px; float:right; width:600px; padding-bottom: 50px; <--box-shadow: 0 0 5px #bebdbd inset; margin-top:5px; } #rasporka{ height:40px; } #footer{ background-color: #0072bc; width: 1024px; height:40px; margin:-40px auto 0 auto; position: relative; clear:both; text-align:center; } #user2 { width: 100%; background-color:#fffce9; clear:both; } Код (xml): <?php defined('_JEXEC') or die('Restricted access'); JHtml::_('behavior.framework', true); ?> <?php echo '<?'; ?>xml version="1.0" encoding="<?php echo $this->_charset ?>"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="/templates/<?php echo $this->template ?>/css/template.css" /> <link rel="stylesheet" href="/templates/<?php echo $this->template ?>/css/menu.css" /> <link rel="icon" href="/templates/likbez-net/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="/templates/likbez-net/favicon.ico" type="image/x-icon"> </head> <body style="background-image:url(images/myimg/fon.jpg);"> <div id="container"> <div id="header"> <jdoc:include type="modules" name="header" style="xhtml" /> <img src="images/myimg/17001.jpg" width="1024px" alt="шапка сайта"> </div> <div id="user2 "> <jdoc:include type="modules" name="user2" style="xhtml" /> </div> <div id="user1 "> <jdoc:include type="modules" name="user1" style="xhtml" /> </div> <div id="wrap"> <div id="wrap2"> <div id="left"> <div id="odinL"><jdoc:include type="modules" name="odinL" style="xhtml" /></div> <div id="dvaL"><jdoc:include type="modules" name="dvaL" style="xhtml" /></div> <div id="triL"><jdoc:include type="modules" name="triL" style="xhtml" /></div> <div id="chetL"><jdoc:include type="modules" name="chetL" style="xhtml" /></div> <div id="pytL"><jdoc:include type="modules" name="pytL" style="xhtml" /></div> <div id="shesL"><jdoc:include type="modules" name="shesL" style="xhtml" /></div> </div> <div id="content<?php echo $contentwidth; ?>"> <jdoc:include type="message" /> <jdoc:include type="component" style="xhtml" /> </div> </div> <div id="right"> <div id="odinP"><jdoc:include type="modules" name="odinP" style="xhtml" /></div> <div id="dvaP"><jdoc:include type="modules" name="dvaP" style="xhtml" /></div> <div id="triP"><jdoc:include type="modules" name="triP" style="xhtml" /></div> <div id="chetP"><jdoc:include type="modules" name="chetP" style="xhtml" /></div> <div id="pytP"><jdoc:include type="modules" name="pytP" style="xhtml" /></div> <div id="shesP"><jdoc:include type="modules" name="shesP" style="xhtml" /></div> </div> </div> <div id="rasporka"></div> </div> <div id="footer"></div> </body> </html>