html,body
{
margin:0;
padding:0;
}

body
{
font:arial,sans-serif;
font-size:12px;
text-align:center;
background-image:url('background1.jpg');
background-repeat:no-repeat;
background-attachment:fixed
}

p
{
margin:0 10px 10px;
}

a
{
padding:5px;
text-decoration:none;
color:#000000;
}

a.link
{
padding:5px;
text-decoration:none;
color:darkblue;
font-size:125%;
}

div#header/*Header Background Colour*/
{
padding-left:250px;
}

div#header h1
{
height:100px;
line-height:80px;
margin:0;
padding-left:10px;
}

div#container
{
text-align:left;
}

div#navigation
{
/*background:gray;*/
font-family:arial;
font-size:100%;
}

div#navigation ul
{
margin:15px 0;
padding:0;
list-style-type:none;
text-align:center;
}

div#navigation li
{
margin-bottom:5px;
border-style:ridge;
border-width:4px;
border-color:#808080;
background:skyblue;
text-decoration:none;
}

div#navigation a
{
color:maroon;
}
div#navigation a:hover
{
text-decoration:none;
color:yellow;
}


div#footer
{
/* Background colour for footer */
/*background:steelblue;*/
}

div#footer p
{
margin:0;
padding:5px 10px
}

div#container
{
width:800px; /*Page Width*/
margin:0 auto
}

div#content
{
float:right;
width:580px; /*Content Width - Set to page width - navigation width*/
}

div#content p
{
line-height:1.4;
font-family:arial;
font-size:12px;
}

div#content h1
{
font-family:arial;
font-size:14px;
font-style:strong;
}

div#content h2
{
font-family:arial;
font-size:14px;
}

div#content h3
{
font-family:arial;
font-size:12px;
font-style:strong;
}

div#navigation
{
float:left;
width:190px; /*Navigation Width - Set to page width - Content width*/
}

div#extra
{
text-align:center;
float:left;
clear:left;
width:200px; /*Extra Content under navigation - set to same as navigation*/
}

div#footer
{
clear:both;
width:325px;
}

div#footer p
{
font-family:arial;
font-size:10px;
}

p.include
{
font-family:arial;
font-size:12px;
}
