* {
	font-size: 100%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font-family: serif;
	font-size: 62.5%;
	background: #fff;
	color: #000;
	min-width:750px;
	position:relative;
}

p {
	margin-bottom: 1.33em;
}

img {
	border: 0;
}

a {
	color:#1c1f92;
}

a:hover {
	color:#000;
}

#nav, #page-body {
	font-size:1.3em;
}

#nav {
	position:fixed;
	top:0;
	left:0;
	background:#ccc;
	text-align:center;
	line-height:2;
	width:100%;
	z-index:2;
}

#nav h3,
#nav ul,
#nav li {
	display:inline;
}

#nav h3 {
	margin-right:1em;
	color:#1c1f92;
}

#nav ul {
	list-style:none;
}

#nav li {
	margin-right:0.6em;
	overflow:hidden;
	display:inline-block;
	zoom:1;
	position:relative;
	vertical-align:top;
}

#nav li strong {
	font-weight:normal;
}

#nav .end a {
	text-decoration:none;
}

#nav .end em {
	position:absolute;
	font-size:1.7em;
	text-decoration:none;
	margin-top:0.1em;
	margin-left:-0.05em;
	line-height:1;
}

#nav .end a span {
	text-decoration:underline;
}

#page-body {
	position:absolute;
	top:2em;
	bottom:0;
	width:100%;
	z-index:1;
}

