/**
------------------------------------------------------------------------------------------------------
@project   : Streamsolutions.co.uk
@version   : 1.00
@author    : Ray Boyd
------------------------------------------------------------------------------------------------------
*/

#page
{
margin:0 auto;
width:950px;
}

h1
{
margin:54px 0;
width:350px;
height:56px;
float:left;
}

#navigation, #banner, #content, #footer
{
width:950px;
float:left;
}

#banner
{
margin:0;
}

/**
 navigation
 **/

#navigation .main
{
width:75%;
float:left;
}


.divider-line{
clear:both;
width:100%;
border-bottom:1px solid #262626;
float:left;
}

/**
 banner
 **/

#banner h2
{
width:710px;
height:310px;
float:left;
background:#ccc;
}

#banner h3
{
width:230px;
height:150px;
float:right;
}

#banner h4
{
width:230px;
height:150px;
float:right;
background:#ccc;
}

/**
 content
 **/

#content .copy
{
width:690px;
float:left;
}

#content .copy .content-box
{
width:330px;
float:left;
}

#content .copy .right
{
float:right;
}

#content .quicklinks
{
width:230px;
float:right;
}


