/* BASIC LAYOUT */

div#container{
    width:970px;
    margin:30px auto 0 auto;
    padding-bottom: 20px;
}

div#container div#header, 
div#container div.content_wrapper, 
div#container div#footer
{
    border:10px solid #ffffff;
    border-bottom:1px solid #ffffff;
    min-height:44px;
    height:auto !important;
    height:44px;
    background-color:#ffffff;
}

div#container div.clearContainer
{
    background-image:url('../images/backgrounds/background_shadow_content.jpg');
    background-position:top;
    background-repeat:repeat-x;
    border:0;
    height:11px;
}

/* GRID LAYOUT */
div.content_wrapper div.grid-sq-1
{
	width:310px; 
	float:left; 
	margin:0 10px 0 0;
}
div.content_wrapper div.grid-sq-1 div.grid-sq-1 
{
	margin:0;
}
div.content_wrapper div.grid-sq-2
{
	width:630px; 
	float:left;  
	margin:0 10px 0 0;
}
div.content_wrapper div.grid-sq-3
{
	width:950px; 
	margin:0 0 0 0; 
	clear:both;
}
div.content_wrapper div.lastBox
{
	margin:0;
}