/*
Stylesheet for darkMonkey.org.uk
All rights reserved
*/

body { 
	padding: 0px;
	margin: 0px;
	background: #ddd url(./images/background.gif) top left repeat;
}
* {
	border: 0px;
}
#header {
	height: 128px;
	width: 100%;
	background-image: url(./images/headerbg.jpg);
}
#information {
	position: absolute;
	top: 5px;
	left: 500px;
	font-family: Verdana, serif;
	font-size: 10px;
	color: white;
}
form, select, input {
	padding: 0px;
	display: inline;
	margin: 0px;
}
select {
	border: 1px solid black;
	font-size: 10px;
}

#fbnl, #fbnl a {
	padding: 5px;
	text-align: center;
	color: #1F1F1F;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 1px;	
}

#fbnl a:hover {
	color: black;
}

#picture {
	padding: 10px;
	text-align: center;
	/*display: none;*/
}
#links {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 104px;
	left: 10px;
}
#links ul {
	display: inline;
}
#links li {
	display: inline;
	list-style-type: none;
	padding-right: 4px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #A1A1A1;
	font-variant: small-caps;	
}

#links a, #header a {
	color: #ddd;
}
#links a:hover {
	color: #A1A1A1;
}

#text {
	margin-left: 25%;
	width: 450px;
	overflow: auto;
}

#text p {
	font-family: Arial;
	font-size: 14px;	
	padding: 0px;
	margin: 0px;
	padding-top: 5px;	
}

#text li {
	font-size: 14px;
	font-family: Arial;
}

#text h1 {
	font-family: Arial;
	font-size: 25px;	
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
}
input, textarea {
	border: 1px solid black;
	margin: 1px;
}
