/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @edited by Arjan Beumer
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "Arial";
	background: #000000;
	color: white;
}

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

a:link, a:active, a:visited {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #CCFF99;
}
a:hover {
  color: white;
  text-decoration: underline;
}

a img {
  border: none;
}

#menu {
  width: 215px;
  padding-left: 30px;
  overflow: auto;
  top: 0;
  bottom: 0;
	left: 0;
	font-size: 12px;
	font-family: "Arial narrow";
  position: fixed;
  height: 100%;
  font-weight: bold;
	background-color: #000000;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
  margin-bottom: 20px;
  border-top: 1px solid white;
  padding-top: 20px;
  margin-top: 20px;
}
#menu a {
  border-bottom: 0px;
}

#content {
  height: 100%;
  margin: 0 0 0 275px;
  padding-top: 50px;
  top: 0;
}

.container {
  padding: 5px 5px 25px 5px;
}

#content p {
  width: 510px;
  margin-bottom: 15px;
}

p {
  margin: 0 0 9px 0;
}

h1 {
  font-family: "Arial narrow";
  font-size: 40px;
  color: #000000;
  text-shadow: 0px 0px 0.2em white;
  text-transform: uppercase;
}
h2 {
  font-family: "Arial narrow";
  font-size: 32px;
  color: #000000;
  text-shadow: 0px 0px 0.2em white;
  text-transform: uppercase;
}
h3 {
  font-family: "Arial narrow";
  font-size: 24px;
  color: #000000;
  text-shadow: 0px 0px 0.2em white;
  text-transform: uppercase;
}
h4 {
  font-family: "Arial narrow";
  font-size: 20px;
  color: #000000;
  text-shadow: 0px 0px 0.2em white;
  text-transform: uppercase;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
