<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Amanda Hutson</title>
<style>
.main {
width: 1024px;
margin: 0 auto;
}
.topbar, .menubar {
position: relative;
}
.logo {
width: 720px;
height: 150px;
background-image: url([URL unfurl="true"]http://www.amandahutson.com/images/header.jpg);[/URL]
}
.basket {
width: 298px;
height: 150px;
position: absolute;
top: 0px;
left: 726px;
background-color: #999;
color: black;
}
.basket div {
margin-top: 25%;
}
.menubar {
height: 40px;
}
.menubar ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0px;
padding: 0px;
margin-top: 8px;
}
.menubar ul li {
font-family: arial;
font-size: 1.5em;
color: white;
width: 14.28571%;
height: 40px;
line-height: 40px;
background-color: #999;
text-align: center;
float: left;
}
.menubar li:hover {
background-color: black;
}
.workarea {
clear: both;
height: 400px;
position: relative;
margin-top: 8px;
background-color: white;
}
.info {
background-color: #999;
width: 335px;
height: 400px;
float: left;
font-family: arial;
font-size: 1.8em;
font-weight: bold;
text-align: center;
}
.grid>div {
float: left;
}
.grid>div>p {
margin: 0px;
background-color: #999;
width: 335px;
height: 200px;
font-family: arial;
font-size: 1.8em;
font-weight: bold;
}
.workarea>p, .grid>p {
width: 9px;
height: 400px;
background-color: white;
float: left;
top: 0px;
}
.copyright {
font-family: verdana;
font-size: 14px;
text-align: center;
clear: both;
background-color: #999;
}
</style>
</head>
<body>
<div class="main">
<div class="topbar">
<div class="logo">
</div>
<div class="basket">
<div>
Basket
</div>
</div>
</div>
<div class="menubar">
<ul>
<li>home</li>
<li>about</li>
<li>furniture</li>
<li>lighting</li>
<li>finishes</li>
<li>bespoke</li>
<li>contact</li>
</ul>
</div>
<div class="workarea">
<div class="grid">
<div>
<p>
FURNITURE
</p>
<p style="background: #ff0;">
CUSTOMISE
</p>
</div>
<p></p>
<div>
<p style="background: #f0f;">
LIGHTING
</p>
<p style="background: #0ff;">
INFLUENCES
</p>
</div>
</div>
<p></p>
<div class="info">
<p>
AMANDA HUTSON<br />
<br />
INFO BOX<br />
ABOUT AMANDA
</p>
</div>
</div>
<div class="copyright">
Copyright ©2009 Amanda Hutson Limited. All Rights Reserved.
</div>
</div>
</body>
</html>