img, div { behavior: url(iepngfix.htc); }

body {
	background-image: url('images/bg_OldPaper.jpg');
	padding: 15px 15px;
	font-family: "Century Gothic";
	font-size: 12pt;
	line-height: 18pt;
}

#barcodeWatermark {
	position: fixed;
	width: 800px; height: 404px;
	bottom: 0; right: 0;
	z-index: -1;
	background: transparent url('images/2D-barcode.png') no-repeat top left;
}
	

#page {
	margin: 0 auto;
	width: 852px;
}

#pageTop {
	height: 32px; width: 852px;
	background: transparent url('images/pageTop.png') no-repeat top left;
	margin: 0; padding: 0;}
#pageBottom {
	height: 32px; width: 852px;
	background: transparent url('images/pageBottom.png') no-repeat top left;
	margin: 0; padding: 0;}

#content {
	width: 752px;
	/*min-height: 700px;*/
	background: transparent url('images/pageMiddle.png') repeat-y top left;
	margin: 0; padding: 0 50px 10px 50px;
}

img#logo {
	display: block;
	margin: 0 auto;
}


/* NAV BAR STYLING */

ul#nav {
	position: relative;
	top: -20px;
	list-style-type: none;
	margin: 0 44px; padding: 0;
	width: 644px;
	height: 58px;
}

#nav li {
	height: 58px;
	width: 101px;
	margin: 0 30px;
	clear: none;
	float: left;
	text-align: center;
}

#nav a {
	display: block;
	height: 58px;
	width: 101px;
}

#nav a span {display: none}

#nav_home {background: transparent url('images/home_still.gif') no-repeat top left}
#nav_home:hover {background-image: url('images/home_moving.gif')}

#nav_bio {background: transparent url('images/bio_still.gif') no-repeat top left}
#nav_bio:hover {background-image: url('images/bio_moving.gif')}

#nav_music {background: transparent url('images/music_still.gif') no-repeat top left}
#nav_music:hover {background-image: url('images/music_moving.gif')}

#nav_contact {background: transparent url('images/contact_still.gif') no-repeat top left}
#nav_contact:hover {background-image: url('images/contact_moving.gif')}


#content p {
	text-align: justify;
}