@charset "utf-8";
/* CSS Document */

body
 {
 font: Arial, Verdana, Helvetica, sans-serif;
 font-size: 13px;
 margin-top:1px;
 }
 
#container
 {
 width:100%;
 height:auto;
 }
 
#header
 {
 width:800px;
 margin-left:auto;
 margin-right:auto;
 height:150px;
 position:relative;
 padding: 6px 5px 6px 5px;
 background-image:url();

 }
 
 .spry
 {
  
  float:right;
  margin-top:140px;
  width:100%;
  height:28px;
  padding: 1px 0 1px 0;
  background-color:#336699;
 
  }
 .logo
  {
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  width:800px;
  height:145px;
  background-image:url(images/banner2.jpg);

  }
 
 #content
  {
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  width:800px;
  height:450px;
  padding: 2px 5px 1px 2px;
  }
  
  .maincontent
   {
    width:580px;
	height:430px;
	float:left;
	}
      
	  .content_box_1
	    {
		 width:580px;
		 height:auto;
		 }
	  .content_box_2
	     {
		 width:580px;
		 height:auto;
		 margin-top:15px;
		 }
 .sidecontent
  {
	width:200px;
	height:400px;
	float:right;
	clear:none;
	position:relative;
	background-color:#;
	
  }
 
 #footer
  {
  width:800px;
  height:35px;
  margin-left:auto;
  margin-right:auto;

  background-color:#CCCCCC;
  }
 
