/*-----------------------------------------------------------------------------
Structural Stylesheet

author:    Andrew Scrivener
email:     andrew@denison.co.uk
website:   http://www.denison.co.uk
-----------------------------------------------------------------------------*/


body 
{
 background-color: #FFF;
 text-align: center;
}


div.wrapper
{
 width: 940px; /* 940px*/
 position: relative;
 text-align: left;
 margin: 0 auto;
 padding: 0;
 background-color: #FFF;
}


div.branding
{
 width: 940px; /* 940px Total */
 height: 80px;
 position: relative;
 background-image: url(../images/mistral-logo.gif);
 background-repeat: no-repeat;
 background-position: 17px 10px;
 /*background-color: red;*/
}


div.mainNav
{
 width: 940px; /* 940px Total */
 height: 32px;
 /*background-color: aqua;*/
}


div.mainContent
{
 width: 597px; /* 608px Total */
 margin-right: 11px;
 margin-bottom: 20px;
 float: left;
 position: relative;
 /*background-color: maroon;*/
}


body#indexPage .mainContent
{
 width: 940px; /* 940px Total */
}


div.mainContent .inner
{
 padding: 0 16px 0 20px;
}

div.subContent1
{
 width: 320px; /* 332px Total */
 margin-left: 12px;
 margin-bottom: 20px;
 float: left;
 position: relative;
 /*background-color: purple;*/
}


div.footer
{
 width: 940px; /* 940px Total */
 position: relative;
 padding-top: 12px;
 margin-bottom: 50px;
 border-top: 2px solid #CCC;
 /*background-color: lime;*/
}


.imageContainer p
{
 font-style: italic;
 padding: 8px;
}


/*--------------------------- Page Specific Styles --------------------------*/

