link; http://ogar200.cba.pl/demo/
CSS;
*{ margin: 0; padding: 0; }* body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; } #header { background: #FE7B09 url(images/header.jpg) repeat-x; height: 215px; } #menu { height: 30px; line-height: 32px; background: #fff url(images/bg.jpg) repeat-x; } #menu ul { list-style-type: none; padding-left: 60px; } #menu ul li { display: block; float: left; } #menu ul li a { padding: 0 20px 0 0; text-decoration: none; font-weight: 600; font-size: 12px; color: white; } #menu ul li a:hover { color: white; text-decoration: none; } a {COLOR: #6587E0; text-decoration: none;} a:visited {COLOR: #6587E0; text-decoration: none;} a:hover {COLOR: #333; text-decoration: underline;} h2 { margin: 0 0 10px; padding: 10px 0 3px; } h3 { padding-left: 10px; color: #fff; background: #FE7B09 url(images/bg.jpg) repeat-x; font-size: 1em; height: 24px; line-height: 24px; } ul { padding: 0; margin: 0 0 10px;} li { list-style-type: none;} p { margin: 5px 0 10px 0; } img { border: none; } #wrap { padding: 10px 10px 3px 10px; width: 760px; margin:20px auto; background: #fff;} #left { float: left; width: 180px; background: #CFDDFF; margin-bottom: 10px; margin-top: 20px;} #left ul { padding: 5px 10px 10px 10px; margin: 0; } #right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;} #footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }
HTML;
<!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"> <head> </head> <body> <div id="wrap"> <div id="header"> </div> <div id="menu"> <ul> </ul> </div> <div id="right"> <div class="articles"> This template is allowed for all uses, including commercial use, as it is released under the <strong>Creative Commons Attributions 2.5</strong> license. The only stipulation to the use of this free template is that the links appearing in the footer remain intact. Beyond that, simply enjoy and have fun with it! <img src="images/pic.jpg" alt="Example pic" style="border: 3px solid #ccc;" /> Donec nulla. Aenean eu augue ac nisl tincidunt rutrum. Proin erat justo, pharetra eget, posuere at, malesuada et, nulla. Donec pretium nibh sed est faucibus suscipit. Nunc nisi. Nullam vehicula. In ipsum lorem, bibendum sed, consectetuer et, gravida id, erat. Ut imperdiet, leo vel condimentum faucibus, risus justo feugiat purus, vitae congue nulla diam non urna. </div> <div class="articles"> Donec nulla. Aenean eu augue ac nisl tincidunt rutrum. Proin erat justo, pharetra eget, posuere at, malesuada et, nulla. Donec pretium nibh sed est faucibus suscipit. Nunc nisi. Nullam vehicula. In ipsum lorem, bibendum sed, consectetuer et, gravida id, erat. Ut imperdiet, leo vel condimentum faucibus, risus justo feugiat purus, vitae congue nulla diam non urna. </div> </div> <div id="left"> <ul> </ul> <ul> </ul> </div> <div id="footer"> </div> </div> </body> </html>