#headercontainer {
	width: 958px;
	margin: 0px auto;
	text-align: left;
}

#wrapperheader {
	border-bottom: solid #000 1px;
	height: 100px;
}
	#logo {
		border-bottom: solid #7c0326 6px;
		float: left;
		height: 94px;
		width: 376px;
	}
		#logo img {
			margin-top: 23px;
		}
	
		#moto {
			font-size: .7em;
			height: 15px;
			margin: 3px 1px 10px 1px;
			text-align: left;
			width: 376px;
		}

	#navigation {
		float: left;
		height: 28px;
		margin-top: 70px;
		width: 580px;
	}
	
		#navigation ul {
			margin: 0;
			padding: 0;
		}
		
		#navigation ul li {
			float: right;
			list-style-type: none;
			padding: 0px 3px;
			text-align: center;
			width: 90px;
		}
		
		#navigation ul li a {
			color: #000;
			font-weight: 900;
			font-size: .9em;
			text-decoration: none;
		}
		
		#navigation ul li a:hover {
			font-style: oblique;
			font-weight: bold;
		}
		
.clear { clear: both; }
