/*-----------------------------------------------------------------------------
Structural Stylesheet

author:    Andrew Scrivener
email:     andrew@denison.co.uk
website:   http://www.denison.co.uk
-----------------------------------------------------------------------------*/


body 
{
 background-color: #F3F3F3;
 text-align: center;
}


div.wrapper
{
 width: 976px; /* 976px*/
 position: relative;
 text-align: left;
 margin: 0 auto;
 padding: 0 0 0 20px;
 background-color: #FFF;
}


div.branding
{
 width: 956px; /* 956px*/
 height: 59px;
 position: relative;
 background-color: #706041;
 border-bottom: 2px solid #564A32;
}


div.subNav
{
 width: 735px; /* 755px Total */
 height: 22px;
 background-color: #FF9;
 float: left;
 margin-left: 20px;
}


div.mainContent
{
 width: 715px; /* 755px Total */
 float: left;
 position: relative;
 padding: 0 20px 0 20px;
}


div.subContent1
{
 width: 201px; /* 201px Total */
 float: left;
 position: relative;
}


div.footer
{
 width: 956px; /* 956px*/
 position: relative;
 padding: 14px 0 5px 0;
 margin-bottom: 15px;
 border-top: 1px dashed #28430A;
}


/*--------------------------- Page Specific Styles --------------------------*/


body#indexPage div.mainContent
{
 width: 761px; /* 761px Total */
 padding: 0;
}


body#indexPage div.mainContent p,
body#indexPage div.mainContent h1,
body#indexPage div.mainContent ul,
body#indexPage div.mainContent ol
{
 padding: 0 20px 0 20px;
}


body#indexPage div.subContent1
{
 width: 195px; /* 195px Total */
}
