/*------------------------------------------------------------------ 
[Layout Stylesheet] 
  
Project:    Proaction Cops and Kids
Last change:    13/05/08
Notes: This document sets the document structure for the website
-------------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/*-----Containers--------------------------------------------------*/


div#preheader{
width:100%;
height:348px;
margin:0;
text-align:left;
background:url(../images/header_secondary.jpg) repeat-x #f7f7f7;

}

div#container{
width:900px;
margin:0 auto 0 0;
padding:0;
}

div#header{
width:900px;
height:330px;
margin:0;
padding:0;
}

div#content{
position:relative;
top:-290px;
margin:0;
float:right;
padding:15px 20px 40px 40px;
width:560px;
}