html, body, div, form, table, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    }

body {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #000;
	background-image: url(../images/bgd.jpg);
}

h1 {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 14pt;
}

h2 {
	color: whitesmoke;
	font-size: 10pt;
}

ul {
	display: block;
	float: right;
	list-style-position: inside;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	color: whitesmoke;
	font-size: 8pt;
}

.fleft {
	float: left;
}

h4 {
	color: #630606;
	text-align: center;
}



img.display {
	margin: 0 auto 0 auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 498px;
}


h5 {
	color: #333;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}


p {
	font-size: 10px;
	color: whitesmoke;
}


p.credits {
	font-size: 8px;
	color: #666;
	text-align: center;
}

a.credits {
	font-size: 8px;
	color: 666;
}

em {
	font-weight: bold;
}


i {
	font-style: italic;
}


a.link {
	color: white;
	text-decoration: none;
}



a {
	border-style: none;
	border-width: 0;
	text-decoration: none;
	color: white;
	
}

a:link { 
	color: whitesmoke;
	text-decoration: none;
	border-width: 0;
	border-style: none;
}



a:visited { 
	color: white;
	text-decoration: none;
	border-style: none;
	border-width: 0;
}
	
	
	
a:hover { 
	color: whitesmoke;
	text-decoration: none;
}


a:active { 
	color: #404040;
	text-decoration: none;
}


a.ymedialink {
	color: whitesmoke;
	font-size: 10pt;
	font-weight: bold;
}

a.ymedialink:hover {
	color: whitesmoke;
}

a.ymedialink:active {
	color: whitesmoke;
}

/*GENERIC STRUCTURE*/

.centered {
	text-align: center;
}


/*BEGIN DIVS */



div#bodywrapper {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 60px auto 0;
	padding: 0;
	background-color: #333;
	border: 1px solid #000;
}



div#header {
	width: 960px;
	height: 150px;
	overflow: hidden;
	background-image: url(../images/headline.jpg);
	float: left;
}


div#mainmenu {
	width: 300px;
	min-width:300px;
	height: 508px;
	min-height:508px;
	overflow: hidden;
	text-align: center;
	background-color: #7f7f7f;
	float: left;
}


div#articlebody {
	width: 570px;
	min-width: 570px;
	height: 508px;
	margin: 0 auto 0 auto;
	overflow:  hidden;
	padding: 0px;
	float: left;
	background-image: url(../images/bgd_inner.jpg);
	background-position: fixed;
}



div#lefttext {
	width: 500px;
	min-width: 570px;
	height: auto;
	margin: 0px 50px 0px 20px;
	overflow:  hidden;
	padding: 0px;
	float: left;
	background-position: fixed;
}


div#leftmargin {
	width: 90px;	
	min-width: 90px;
	height: 508px;
	min-height:508px;
	height:  auto;
	overflow: hidden;
	float: left;
	background-image: url(../images/left.jpg);

}


div#articlecontent {
	width: 570px;	
	height: 570px;
	margin: 0px;
	overflow: auto;
	float: none;
	padding: 0px;
}




div.youtube {
	width: 425px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0;
}


/* BEGIN MENU ROLLOVERS */

a.composerrollover {
   display: block;
   width: 600px;
   height: 58px;
   text-decoration: none;
   background: url(../menu/1composer.jpg);
}
a.composerrollover:hover {
   background-position: -300px 0;
}  


a.songwriterrollover {
   display: block;
   width: 600px;
   height: 64px;
   text-decoration: none;
   background: url(../menu/2songwriter.jpg);
}
a.songwriterrollover:hover {
   background-position: -300px 0;
}  


a.vocalistrollover {
   display: block;
   width: 600px;
   height: 64px;
   text-decoration: none;
   background: url(../menu/2vocalist.jpg);
}
a.vocalistrollover:hover {
   background-position: -300px 0;
}  

a.projectsrollover {
   display: block;
   width: 300px;
   height: 65px;
   text-decoration: none;
   background: url(../menu/3projects.jpg);
}
a.projectsrollover:hover {
   background-position: -300px 0;
}  



a.contactsrollover {
   display: block;
   width: 300px;
   height: 92px;
   text-decoration: none;
   background: url(../menu/4contacts.jpg);
}
a.contactsrollover:hover {
   background-position: -300px 0;
}  



