/*	ALGEMEEN	*/
* {
	padding: 0px;
	margin: 0px;
	font-family: "trebuchet ms", "trebuchet ms", "sans-serif";
	color: #221e1f;
	font-size: 9pt;
}
h1 {
	font-family: custom, Lucida Console, Monaco5, monospace;
	font-size: 20pt;
	font-weight: normal;
	margin-bottom: 25px;
}
html, body {
	background-color: black;
	background-image: /*url("../images/backgroundShade.png"), */ url('../images/backgroundPatternBBX.jpg');
	background-position: center center, center center;
	border-top: 1px solid #555555;
	position: relative;
}
.clearDiv {
	clear: both;
}

@font-face {
  font-family: custom;
  src: url("fonts/kenyan coffee rg.otf");
}

/*	LAY-OUT	*/
#holder {
	background-image: url("../images/container_bg.png");
	height: 1232px;
	margin: auto;
	margin-top: 15px;
	position: relative;
	z-index: 2;
	font-size: 10pt;
	width: 966px;
	background-repeat: no-repeat;
}
.Shadow
{
	background-image: url("../images/container-shadow.png");
	background-repeat: no-repeat;
	position: absolute;
	left: -14px;
	top: -14px;
	width: 750px;
	height: 801px;
	z-index: 1;
}
#backgroundShade
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	background-attachment: fixed;
	min-height: 100%;
	background-position: center center;
	background-image: url("../images/backgroundShade.png");
	margin: 0;
}
#header {
	height: 470px;
	left: 1px;
	position: relative;
	top: 1px;
	width: 898px;
}
#logo {
	width: 385px;
	float: right;
	left: 625px;
	position: absolute;
	top: 30px;
	z-index: 5;
}
#menu {
	color: white;
	font-family: neuropol, arial;
	left: 50px;
	top: 250px;
	height: 25px;
	text-align: left;
	font-size: 16pt;
	position: relative;
	width: 566px;
	z-index:6;
}
#contentContainer {
	background-image: url("../images/content.png");
	background-repeat: no-repeat;
	min-height: 769px;
	left: 27px;
	padding: 146px 0px 0px 25px;
	position: absolute;
	top: 161px;
	width: 831px;
}
#innerContent {
	background-color: #fff;
	margin-top: 150px;
	min-height: 750px;
	width: 539px;
}
#content h1 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#innerContentItem h1 {
	margin-bottom: 25px;
	margin-top: 0px;
}
#content {
	padding: 15px;
	position: relative;
	bottom: 190px;
}
#innerContent p {
	
}
#outerContent {
	position: relative;
	left: 610px;
	bottom: 175px;
}

/*	LINKS	*/
#menu a,#menu span {
	color: white;
	font-family: custom, arial;
	font-size: 16pt;
	text-decoration: none;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
#menu a:link, #menu a:visited {
	
}
#menu a:hover, #menu a:active 
{
	color: #00adda;
}

#menu span
{
	color: #00adda;
	cursor: cursor;
}
