* html td, img, div, a, ul, li, input { 
  behavior: url(../iepngfix.htc); 
}
html{
  height: 100%;
}
body {
/*
	background: url(../img/bg.gif) #38342f;
*/
  background: #2d2a26;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
}
.home{
	background: url(../img/bg.png) #38342f;
/*
 	background: url(../img/bg2.png) #38342f center center; 
*/
}
.page{
 	background: url(../img/bg1.png) #38342f center repeat-y; 
}
.centereddivh{
  /*
layout
*/
  width: 976px;
  margin-left: -488px;
  left: 50%;
  position: absolute;
}  
.centereddivv{
  /*
layout
*/
  height: 566px;
  margin-top: -283px;
  top: 50%;
  position: absolute;
}  
 #mainhome{
/*
styling
*/
	background: url(../img/bg.gif) #38342f;
  padding-top: 10px;
}
#logo{
  margin-bottom: -60px;
  padding-left: 90px;
  position: relative;
  z-index: 1000;
}
.banner{
  position: relative;
/*
  margin-top: 136px;
*/
}
#menu{
	background: url(../img/bg.gif) #38342f;
  color: #fff;
  font-size: small;
  padding: 10px 10px 10px 30px;
 }
 .menulink{
  color: #fff;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
}
.menulink:hover{
  color: #ccc;
  text-decoration: none;
}
#content{
	background: #fff;
  color: #38342f;
  height: 200px;
/*
  padding: 10px 10px 10px 10px;
*/
 }
 #accreditations{
   margin-top: 40px;
   text-align: center;
 }
#footer{
	background: url(../img/bg.gif) #38342f;
  color: #fff;
  padding: 10px 10px 10px 10px;
  text-align: center;
 }

