
body {
font: 80% arial, helvetica, sans-serif;
margin: 0;
}
h1 {
position: absolute;
height: 0;
overflow: hidden;
}
#header {
background: url(http://www.scimar.co.uk/images/header.gif) no-repeat 160px ;
height: 111px;
border: solid #036;
border-width: 0 0 1px 0;
}
#header img {
border: none;
position: absolute;
left: 5px;
}
#navigation {
position: absolute;
top: 111px;
left: 0;
width: 134px;
color: white;
}
#navigation ul {
margin: 0 0 1em 0;
padding: 0;
list-style: none;
}
#navigation ul a {
color: white;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
display: block;
background: #17a;
padding: 0 0.5em;
margin: 0px 0.5em 5px 0.5em;
}
#navigation ul ul {
margin: 0 0 1em 1em;
padding: 0;
list-style: none;
}
#navigation ul ul a {
color: white;
font-weight: bold;
text-transform: none;
text-decoration: none;
display: block;
background: #17a;
padding: 0 0.5em;
margin: 0px 0.5em 1px 0.5em;
}
#navigation  #currentpage a{
color: #ccc;
}
#navigation a:hover {
background: #28b;
}
#content {
xpadding: 1px 1em 2em 1em;
padding: 1px 20px 1em 40px;
border-left: 134px solid #069;
min-height: 400px;
}
h2 {
font-size: 1.5em;
color: #036;
}
h3 {
font-size: 1.25em;
color: #036;
}
#content img {
width: 100;
max-width: 200px;
padding: 1px;
border: 1px solid #333;
float: right;
margin: 0 0 1em 1em;
}
#footer {
color: white;
background: #069;
text-align: center;
}
#container {
position: relative;
width: 846px; /* width + border for IE 5.x */
w\idth: 840px; /* real width */
border: solid #036;
border-width: 3px 3px;
margin: 5px auto
}