body {
 margin: 0px;
}

#logobar {
	 // width: 300px;
 position: fixed;
 top: 0px;
 left: 0px;
 margin-left: 0em;
 height: 40px;
}

#navigation {
 position: fixed;
 top: 40px;
 width: 165px;
 float: left;
 clear: left;
}

#banners {
}

#banners img {
 border: none;
}

#main {
  margin-top: 40px;
  margin-left: 185px;
  margin-right: 1em;
}

#footer {
  margin-top: 10px;
 padding: 5px;
}

