@font-face {
	font-family: HelveticaNeue;
	src: url(http://www.viggoknudsen.com/helveticaneue.eot); /*calling font type*/
	src: local("HelveticaNeue"), url(http://www.viggoknudsen.com/helveticaneue.ttc) format("truetype");
	}

body {
	background-color: #000;
	background-image: url(http://www.viggoknudsen.com/background.jpg);
	background-repeat: no-repeat; /*background image*/
	}
	
a[href^="mailto"] {
	color: #00a2ff;
	text-decoration: none;
	}
	
a, a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #00a2ff;
	text-decoration: none;
	}
	
.header {
	position: absolute; /*position of header*/
	top: 20px;
	left: 20px;
	}

#navigation {
	position: absolute; /*position of navigation*/
	top: 142px;
	left: 30px; 
	width: 190px; /*width of menu*/
	}

#navigation ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	}

#navigation ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}

#navigation ul li a, #navigation ul li a:visited {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0em;
	color: #666;
    background-color:#F1F1F1;
    background-image:url(http://www.viggoknudsen.com/test/bullet.png);
    background-position:8px 10px;
    background-repeat:no-repeat;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 25px; /*link text is indented*/
	text-decoration: none;
	}

#navigation ul li a:hover { /*hover state CSS*/
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0em;
	color: #00a2ff;
	background-color: #FFF;
	background-image:url(http://www.viggoknudsen.com/test/bullet.png);
    background-position:8px 10px;
    background-repeat:no-repeat;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 25px; /*link text is indented*/
	text-decoration: none;
	}
	
h1 {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: -0.1em;
	color: #FFF;
	}
h2 {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	letter-spacing: -0.1em;
	color: #000;
	}
	
h3 {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	letter-spacing: 0em;
	color: #000;
	}