body {
  background:#fff;
  margin:0px;
}
#head {
  background:#101063;
  height:82px;
}
#logo {
  float:left;
}
#navigation {
  margin-top:1px;
  border:1px solid silver;
  height:55px;
  overflow:hidden;
}
#building {
  border-left:1px solid silver;
}
#content {
  padding-top:34px;
  margin-left:175px;
  padding-left:42px;
  width:550px;
  border-left:1px solid #C9C9C9;
}
#copyright {
  background:#101063;
  width:100%;
  color:#fff;
  margin-top:20px;
  font-size:70%;
  height:16px;
  padding-top:3px;
}
#copyright div {
  margin-left:20px;
  margin-right:10px;
}
#banner {
  text-align:right;
  float:right;
  margin-top:-41px;
}
.floatLeft {
  float:left;
}
.floatRight {
  float:right;
}
.bottomMenu {
	width:550px; 
	margin-top:20px; 
	text-align:right; 
	color:#ADB6CE
}