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 {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
	background: black;
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-weight: 300;
	color: white;
	font-size: 0.8em;
}

#main {
	position:absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	margin-top: 20px;
}

img {
	border: none;
}

h1 {
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 8px;
}

h2 {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 8px;
	color: #f49ac1;
}

h3 {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 8px;
}

p {
	margin-bottom: 8px;
}

a {
	color: #f49ac1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nav {
	float: left;
	width: 100%;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 6px 0;
	margin: 14px 0 6px 0;
	font-size: 1.1em;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	width: auto;
	display: inline;
	margin: 0;
	padding-right: 6px;
}

#nav a {
	float: left;
	text-decoration: none;
	color: white;
}

#nav a:hover,
#nav a:focus,
#nav a:active {color: #f49ac1}

#nav .sel a {color: #f49ac1}
#nav .sel a:focus {color: #f49ac1}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

#content .flash {
	float: left;
	width: 502px;
}

#content .text {
	float: right;
	width: 285px;
	height: 534px;
	border-bottom: solid 1px gray;
}

#content .text .inner {
	float: right;
	width: 285px;
	height: 435px;
	text-align: justify;
}

#content .footnote {
	float: left;
	padding: 7px 0;
	font-size: 0.9em;
	border-top: solid 1px gray;
	width: 285px;
}

#content .copyright {
	float: left;
	padding-top: 7px;
	font-size: 0.9em;
	border-top: solid 1px gray;
	width: 285px;
}

#home .text {
	float: right;
	width: 270px;
	text-align: justify;
}

#home .text-wide {
	float: right;
	width: 535px;
	text-align: justify;
}

#home .flash {
	float: left;
	width: 250px;
	margin-right: 15px;
}

#home .flash .text {
	float: left;
	width: 250px;
	text-align: center;
	border-top: solid 1px gray;
	padding: 5px 0;
}

#home .flash .text a {
	text-decoration: none;
	color: white;
	font-size: 1.2em;
}

#home .flash .text a:hover,
#home .flash .text a:focus,
#home .flash .text a:active {color: #f49ac1}

#home .footnote {
	float: left;
	width: 100%;
	border-top: solid 1px gray;
	margin-top: 7px;
	padding: 7px 0;
	font-size: 0.9em;
}

#home .copyright {
	float: left;
	width: 100%;
	border-top: solid 1px gray;
	padding: 7px 0;
	font-size: 0.9em;
}

.text-wide ul {
	margin: 10px 25px;
}

.textleft { text-align: left; }