* {
	margin: 0;
	padding: 0;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
body {
	background: #ffffff url('/skin/bg.png') repeat-x left top;
	line-height: 1.3725em;
	font-size: 0.85em;
	font-family: sans-serif;
	color: #525252;
}
h2 {
	margin: 9px 0;
	font-weight: bold;
	font-size: 1.4em;
}
p {
	margin-bottom: 9px;
}
a, a:visited {
	text-decoration: none;
	color: #ef600b;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}
.container {
	width: 960px;
	padding: 8px 12px 8px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	position: relative;
}
header {
	height: 47px;
	margin-bottom: 20px;
	border-bottom: #d0e5ef 1px solid;
	background-color: #edf7fc;
}
	h1 {
		padding-left: 90px;
		background: transparent url('/skin/logo.png') no-repeat 3px 0;
		line-height: 33px;
		font-weight: normal;
		font-size: 1.25em;
		color: #525252;
		float: left;
	}
	nav {
		float: right;
		padding-top: 3px;
		padding 0;
		list-style: none;
	}
		nav a, nav a:visited {
			display: block;
			margin: 0 3px;
			padding: 4px 12px;
			border: 1px solid #edf7fc;
			font-size: 1.2em;
			text-decoration: none;
			color: #525252;
			float: left;
		}
		nav a:hover, nav a:active {
			border: 1px solid #bad0da;
			text-decoration: none;
		}
