
<br />
<b>Warning</b>:  opendir(../static_images/header/) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in <b>/nfs1/michaelhallmusic.co.uk/www/stylesheets/style.php</b> on line <b>6</b><br />

/* Global configs */

* {
	padding: 0;
	margin: 0;
}

body {
	behavior: url(functions/csshover.htc);
	margin: 0;
	padding: 0px;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	background: url(../static_images/wrapper.png) top left repeat-x #0B0B0B;
	text-align: center;
	z-index: -1;
}

h1 {
	display: inline;
	font-size: 2.2em;
	font-weight: 800;
	font-family: times, serif;
	text-transform: lowercase;
	padding: 0px 0px 20px 0px;
	line-height: 60px;
	background: url(../static_images/h1_underline.png) bottom left repeat-x;
}

p {
	font-size: 1em;
	font-weight: 100;
}

a, a:link, a:visited {
	color: white;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
}

h1 a:hover {
	color: #83BDDA;
	padding: 0px 0px 20px 0px;
	line-height: 60px;
	background: url(../static_images/h1_underline-hover.png) bottom left repeat-x;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 800px;
	z-index: 0;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: url(../static_images/wrapper_bg.png) top center no-repeat;
}

#banner {
	float: right;
	width: 800px;
	height: 80px;
	z-index: 0;
}


#content {
	width: 800px;
	padding: 0px;
	display: block;
	text-align: justify;
	z-index: 1;
}

#info {
	width: 277px;
	float: left;
	padding: 40px 48px 260px 40px;
	margin: 0px;
	z-index: 2;
	background: url(../static_images/content_bg.gif) bottom left no-repeat;
}

#body {
	width: 435px;
	float: right;
	padding: 40px 0px 0px 0px;
	margin: 0px;
	z-index: 2;
}

#navigation {
	clear: both;
	width: 800px;
	height: 60px;
	background: url(../static_images/nav_bottom_bg.png) bottom left repeat-x #006699;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}

#navigation .tier_2 {
	width: 792px;
	height: 20px;
	padding: 0px 4px 0px 4px;
	text-align: center;
}

#navigation .tier_1 {
	width: 792px;
	height: 28px;
	padding: 4px 4px 0px 4px;
	text-align: center;
}

#navigation ul {
	list-style: none;
	display: inline;
	padding: 0px;
}

#navigation ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
}

#navigation ul li a:link, #navigation ul li a:visited {
	text-decoration: none;
	color: white;
	font-weight: 800;
	display: block;
	padding: 4px;
	
}

#navigation ul li a:hover {
	background: #0078B3;
}


hr {
	color: white;
}




#footer {
	width: 800px;
	padding: 4px 0px;
	color: #aaaaaa;
}






?>