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

html, body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background:url(../images/bg.jpg) repeat-x;
}
#container {
width:886px;
height:1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0;
}
#container h1 {
  width: 100%;
  height: 150px;
  float: left;
}

#identity {
width:886px;
height: 124px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0;
}

#container #logo {
  width: 424px;
  height: 123px;
  float: left;
}

#container #space {
  width: 234px;
  height: 123px;
  float: left;
}

#container #contact_us {
  width: 228px;
  height: 124px;
  float: right;
}


#header {
width:886px;
height: 252px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0;
}
#container #people {
  width: 596px;
  height: 252px;
  float: left;
}

#container #slogan {
  width: 290px;
  height: 124px;
  float: right;
}


#services {
width:886px;
height: 38px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0;
}


#container #col1 {
  width: 325px;
  background:url(../images/left_sidebar.jpg) no-repeat;
  height: 541px;
  float: left;
}

#container #sidebarcontent{
  width: 280px;
  margin-left:auto;
  margin-right:auto;
}
#container #col2outer {
  width: 524px;
   height: 541px;
  float: right;
}
/*
#col2outer #col2mid {
  width: 300px;
   height: 541px;
  float: left;
}
#col2outer #col2side {
  width: 300px;
   height: 541px;
  float: right;
}

*/
#container #footer {
  float: left;
 width:886px;
}

#container #footerleft{
  float: left;
}

#container #footerright {
  float: right;
}

#container  #footer p{ font-family:"Trebuchet MS";
   font-size: 11px;
   color:#404041;
   }

#container  #footer a{ font-family:"Trebuchet MS";
   font-size: 11px;
   text-decoration:none;
   color:#404041;
   } 
a{
 border-style:none;
  }
p{ font-family:"Trebuchet MS";
   font-size: 14px;
   color:#404041;
    line-height: 22px;
   } 
   
  
.sidebartext{ font-family:"Trebuchet MS";
   font-size: 11px;
   color:#404041;
   line-height: 24px;
   }    

