/* Stylesheet for my new Website */
/* General standards */
body {
	margin:0; font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:14px;
	background-color:#F8F8F8;
}
h2,h3,h4,h5 {
	font-size:14px; margin:0;
}
img {
	border:none;
}
a {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#0066CC;
	border-bottom:1px dotted #0066CC;
} 
/* Header Font */
h1 {
	text-align:left;
	margin:10px 0 0 10px;
	font-weight:bold;
	font-size:48px;
}
/* Header Comment Font */
h6 {
	position:absolute;
	top:35px;
	left:410px;
	font-weight:normal; 
	font-size:8px;
}
/* Content Fonts */
h4 {
	border-bottom:1px dotted #000;
}
h5 {
	font-weight:normal;
	padding:5px 0 20px 0;
}
/* Header box */
#header {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:120px;
	background:url("bhlug_logo.jpg") no-repeat;
	border:2px solid white;
	background-color:#E0E0E0;
	z-index:2;
}
/* Content */
#content {
	position:absolute;
	margin:20px 50px 0 10px;
	top:140px;
	left:140px;
	padding:0;
	z-index:1;
}
#content img {
	float:right;
	margin:10px;
}
#content p {}
/* Sidebar menu */
#sidebar {
	position:fixed;
	top:120px;
	left:0px;
	width:120px;
	height:100%;
	border:2px solid white;
	background-color:#E0E0E0;
}
#sidebar dl {
	list-style:none;
	line-height:30px;
	padding:10px;
}
#sidebar a {
	font-weight:normal;
}
/* Extras */
#extras {
	position:fixed;
	top:360px;
	width:100px;
	padding:10px 10px;
}
#extras a {
	border:none;
}
/* End */


