html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #222;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr.c {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
  	visibility: hidden;
}

a:link,a:visited {
	color: #84C1C8;
	text-decoration: none;
}
a:hover {
	color: #27B7C8;
	border-bottom: 1px solid #27B7C8;
}

p {
	line-height: 1.4em;
}

#container {
	width: 600px;
	margin: 0 auto;
}

#header {
	font-family: "Trebuchet MS", Trebuchet, Candara, sans-serif;
	color: #eee;
	text-align: right;
	padding-top: 10px;
	border-top: 30px solid #333;
}
#header h1 {
	font-size: 3.5em;
	color: #418CA5;
	text-transform: uppercase;
}
#header h1 span.kernfix {
	margin: 0 -.1em 0 .1em;
}
#header h2 {
	font-size: 2.5em;
}
#header h2 em {
	font-style: italic;
	font-size: .7em;
	text-transform: uppercase;
}
#header h3 {
	font-size: 2em;
}

#navigation {
	/* background-color: #333; */
	margin: 10px 0;
	color: #eee;
	font-family: Verdana, Corbel, "Bitstream Vera Sans", sans-serif;
	border-top: 20px solid #333;
	border-bottom: 20px solid #333;
	padding: 10px 0;
}
#navigation ul {
	margin: -10px 0;
}
#navigation li {
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 10px 0;
}

#content {
	font-family: Verdana, Corbel, "Bitstream Vera Sans", sans-serif;
	font-size: .8em;
	color: #eee;
	border-bottom: 30px solid #333;
}
#content p {
	margin: 1em 0;
}
#content li {
	margin: 10px 0;
}
#content h4 {
	font-family: "Trebuchet MS", Trebuchet, Candara, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #418CA5;
	padding-top: 10px;
}
#copyright {
	padding: 20px 0 20px 0;
}
