/**
* CSS
*
* @version Down Quark 1.0
* @author Derek Kinsman // Unttld
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 130%;
}

body {
	background: #fff;
	color: #231f20;
	font: 0.625em/1em 'helvetica neue', helvetica, arial, sans-serif;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { font-style: normal !important; outline: none; }
a:link {background:7774f3; color: #00C; text-decoration: none; }
a:active {background:7774f3; color: #8a8a6f; text-decoration:none; }
a:visited {background:7774f3; color: #000; text-decoration: none; }
a:hover {background:7774f3; color: #74747c; text-decoration: none; }

a img { border: none; }

p, ul {
	font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

#menu {
	background-image: url(../_img/menu_bkgd.png);
  height: 6000px;
	left: 0px;
	padding: 10px 0px 0px 10px;
  position: fixed;
  top: 0px;
  width: 142px;
	z-index: 9999;
}

#menu ul {
	font-style: italic;
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li { text-transform: lowercase; }
#menu ul li.section-title { text-transform: uppercase; }

#content {
	margin: 20px 0 0 170px;
	z-index: 1;
}

#content img {
	border: 3px solid #ffffff;
	height: 70px;
	width: 70px;
}

#content p {
	margin-bottom: 10px;
	width: 300px;
}

#once { clear: left; }