#header {

	position: fixed;
	top: 40px;
	z-index: auto;
	font-weight: normal;
}

#content {
  margin-top: 86px;
  background: #151515;
}

body {
	background-color: #151515;
	margin-left: 40px;
	margin-right: 4px;
	margin-bottom: 40px;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: lighter;
	color: #666;
	margin: 0;
}

h2  {
	font-size: 11px;
	color: #666;
	margin: 0;
	font-weight: lighter;
}

h2 a {
	color: #666;
	font-weight: lighter;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F00;
}
.small {
	font-size: 11px;
	color: #666;
}
.small_white {
	color: #FFF;
	font-size: 11px;
}

