body {
	color: #666666;
	background-color: #000000;
	font-family: arial;
	font-size: 10pt;
	margin:0px 0px 0px 0px;
	background-image: url(./images/bh_right_tile.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


#main {
}

#navbar {
	background-image: url(./images/bh_top_tile.jpg); 
	background-repeat: repeat-x;
	background-position: left;
	height: 142px;
	position: relative;
}

#navbar li {
	display: inline;
	margin: 7px;
}


#navbar a.active {
	color: grey;
}

#navbar li.nonexisting {
	display: none;
}

#navbar a {
	display: inline;
	font-weight: bold;
}

#toptext {
	text-align: right;
	top: 95px;
	left: 120px;
	position: absolute;
}


.text {
	margin: 25px 155px 20px 30px;
}

#bottom {
	position: fixed;
	bottom: 5px;
	right: 5px;
}

#bottom a {
	color: black;
	border: 1px
}

#bottom a:hover {
	color: black;
	border: 1px
}

.left {
	position: absolute;
	left: 0px;
}

.right {
	position: absolute;
	right: 0px;
}


a {
	color: grey;
	font-size: 10pt;
	text-decoration:none;
}

a:hover {
	color: #515151;
}

li
{
	position: relative;
}

ul ul
{
	position: absolute;
	top: 2em;
	margin: 0;
	padding: 0;
}

h1 {
	color: #DFDFDF;
	font-size: 14pt;
}

h2 {
	color: #c0c0c0;
	font-size: 12pt;
	margin-bottom: 0px;
}

h3 {
	color: #c0c0c0;
	font-size: 11pt;
}

h4 {
	color: #c0c0c0;
	font-size: 10pt;
}
p {
	margin-top: 5px;
}