/* backgrounds for containers */
.header_div { white-space: nowrap; }
.navigation_div { background-color: #9c9; margin: 3px 0px 20px 0px; }
.navigation_div div {
	margin-right: 4px;
}
.navigation_div div div a {
	color: #333;
	text-decoration: none;
}
.footer_div { margin-top: 30px; padding-top: 30px; border-top: 1px dashed #666; width: 100%; }
.navmenu {  }
.naviagation {  }
.navigation {  }
.sidebar_div { padding-top: 10px; }
.float_right { float: right; }
.float_left { float: left; }
