* {
	float: none;
	outline: none;
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
.clear {
	display: block;
	float: none;
	clear: both;
}
body {
	background: #17283f;
	display: block;
	position: relative;
	height: 100%;
	color: #fff;
}
header {
	height: 52px;
	overflow: hidden;
	background: white;
	width: 100%;
	margin-bottom: 30px;
	color: #17283f;
}
header section {
	display: block;
	width: 780px;
	padding: 0px 20px;
	margin: auto;
}
header section h1 {
	display: block;
	float: left;
	width: 95px;	
	height: 52px;
	margin: 0px 10px;
}
header section h1 a {
	display: block;
	font-size: 24px;
	color: #17283f;
	background: url(/resource/img/cuthut.png) center center no-repeat;
	width: 95px;
	height: 30px;
	line-height: 30px;
	padding: 11px 0px;
	text-indent: -9999px;
}
header section nav {
	float: left;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	display: block;
	margin-left: 50px;
	width: auto;
}
header section nav ul {
	display: block;
	list-style: none;
	height: 20px;
	margin: 16px 0px;
}
header section nav ul li {
	display: block;
	float: left;
	margin-right: 40px;
}
header section nav ul li a {
	color: #17283f;
	padding-left: 30px;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
header section nav ul li.bits a {
	background: url(/resource/img/navsprite.png) left top no-repeat;
}
header section nav ul li.stacks a {
	background: url(/resource/img/navsprite.png) left -20px no-repeat;
}
header section nav ul li.people a {
	background: url(/resource/img/navsprite.png) left -40px no-repeat;
}
header section nav ul li.settings a {
	background: url(/resource/img/navsprite.png) left -60px no-repeat;
}
header section p#greeting {
	float: right;
	font-size: 10px;
	line-height: 52px;
	margin: 0px 10px;
}
header section p#greeting a {
	color: #17283f;
	margin-left: 10px;
}
header section p#greeting a:hover {
	border-bottom: 1px solid #17283f;
}
header section form#login {
	display: block;
	height: 28px;
	padding: 12px;
	float: right;
}
header section form#login input[type=text], header section form#login input[type=password] {
	display: block;
	width: 124px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	background: #d9e8f6;
	padding: 7px;
	margin-right: 20px;
	border: 1px solid #b3d2ed;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #17283f;
	float: left;
}
header section form#login input[type=submit] {
	display: block;
	height: 28px;
	width: 60px;
	background: #3467a6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #fff;
}
header section form#login input:hover, header section form#login input:focus {
	cursor: text;
	-webkit-box-shadow: 0px 0px 5px #68a5db;
}
header section form#login input[type=submit]:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px #68a5db;
}
#container {
	width: 780px;
	padding: 0px 20px;
	margin: auto;
}
