/* Generic site styles */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 190%;
}

/* Layout */
#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#nav-wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#content-top {
	height: 20px;
	width: 100%;
	position: absolute;
	top: 229px;
}
#content-wrapper {
	width: 850px;
	margin: 50px auto 0 auto;
}
#content-main {
	margin: 0;
	padding: 0 50px 0 0;
	width: 500px;
	float: left;
}
#content-sidebar {
	width: 199px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
	border-left: 1px solid black;
}
.side-sep {
	border-top: 1px solid black;
	margin-top: 40px;
	padding-top: 20px;
	margin-bottom: 40px;
}
.sep {
	border-top: 1px solid black;
	margin-top: 40px;
	padding-top: 30px;
}
#footer {
	clear: both;
	border-top: 1px solid black;
	height: 60px;
	padding: 25px 0 0 0;
	font-weight: bold;
}
#footer-wrapper {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

/* Navigation */
#nav-main {
	display: none;
}
/* Typography */
h1 {
	margin: 0 0 20px 0;
	font-size: 350%;
	font-weight: lighter;
	font-style: italic;
	line-height: 100%;
}
h1#header {
	color: black;
	font-weight: bolder;
	font-style: normal;
	font-size: 400%;
}
h2 {
	font-size: 110%;
	margin-bottom: 10px;
}
h3 {
	font-size: 170%;
	font-weight: lighter;
	font-style: italic;
}
a {
	color:  black;
}
/* Misc */
input {
	width: 100%;
}
