html {
  padding:0;
  margin:0;
  border:0;
  font-size: 11px;
  font-family: Arial;
  color:#555D65;
}
body{
  margin:0;
  padding:0;
  border:0;
}
#bigContainer{
  width:900px;
  height:100%;
  margin:0px auto;
}
#leftPhoto{
  width:200px;
  float:left;
  clear:left;
  text-align:center;
  margin-bottom:10px;
}
#rightPhoto{
  width:200px;
  float:right;
  text-align: center;
  margin-bottom:10px;
}
#dataContent{
  width:900px;
  height: 100%;
  margin:0px auto;
}
#textContent{
  width: 500px;
  height:100%;
  margin-bottom:10px;
  float:left;
}
#header{
  margin-top:50px;
  height: 80px;
  width: 900px;
}
#menu{
  width: 900px;
  height: 21px;
  margin-top:10px;
  margin-bottom:10px;
}
.menuSpacer{
  /*font-weight: bold;*/
  font-size: 14px;
  float:left;
}
#footer{
  width: 900px;
  height: 50px;
}

/*.menu-top{
  float: left;
}*/
/*#container{
  margin: 0px auto;
  width: 900px;
  height: auto;
}
#header{
  margin-top:50px;
  height: 80px;
  width: 900px;
}
.head_spacer{
  width: 900px;
  height: 10px;
  background-image: url(../images/h_l.gif);
  background-repeat: no-repeat;
}
.footer_spacer{
  width: 900px;
  height: 50px;
}
#menu{
  width: 900px;
  height: 21px;
  margin-top:10px;
}
#footer{
  width: 900px;
  height: 50px;
}
.head-from-body{
  height:10px;
  width: 258px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#left-col{
 width: 500px;
 border: 1px solid red;
 height: 100%;
 float:left;
}
#right-col{
  width: 250px;
  height: 100%;
  border: 1px solid blue;
  float:right;
}
.bottom {
  bottom:0;
}
.menu-top{
  float: left;
}
a {
outline-style: none;
}
a:link, a:visited{
  color: #555D65;
  text-decoration: none;
}
a:hover, a:active{
  color: #555D65 ;
  text-decoration: none;
}
.inpage:link, .inpage:visited{
  color: #555D65;
  text-decoration: none;
  font-weight: bold;
}
.inpage:hover, .inpage:active{
  color: #555D65 ;
  text-decoration: none;
  font-weight: bold;
}
.minimum {
  height: auto;
  min-height:100px;
}


* html .minimum {
height: 100px;
}

.mini {
  height: auto;
  min-height:200px;
}


* html .mini {
height: 200px;
}*/
a {
outline-style: none;
}
a:link, a:visited{
  color: #555D65;
  text-decoration: none;
}
a:hover, a:active{
  color: #555D65 ;
  text-decoration: none;
}
.inpage:link, .inpage:visited{
  color: #555D65;
  text-decoration: none;
  font-weight: bold;
}
.inpage:hover, .inpage:active{
  color: #555D65 ;
  text-decoration: none;
  font-weight: bold;
}
.minimum {
  height: auto;
  min-height:100px;
}
* html .minimum {
height: 100px;
}
.btns:link, .btns:visited{
  color: #555D65;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  background-color: #ffffff;
  height: 21px;
  margin-left:5px;
  margin-right:5px;
  float:left;
}
.btns:hover, .btns:active{
  color: #ffffff ;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  background-color: #555D65;
  height: 21px;
  margin-left:5px;
  margin-right:5px;
  float:left;
}