


div.menu {
	position: absolute;
	top: 50px;
	background:black; 
	width: 120px;
	height: 500px;
	left: 10px;
	color: white;
	text-align: right;
	font-family: Arial, sans-serf;
	
}




div.content {
	position: absolute;
	top: 10px;
	left: 150px;
	background: white;
	width: 800px;
	height: 600px;
	font-style: italic;
	font-family: veranda;
	font-size: 10px;
	color: white;
	
}

div.logo {
	position: absolute;
	top: 50px;
	left: 150px;
	background: black;
	width: 100px;
	height: 100px;


}

div.services {
	position: absolute;
	top: 50px;
	left: 250px;
	background: white;
	width: 700px;
	height: 1000px;
	font-style: italic;
	font-family: veranda;
	font-size: 10px;
	color: black;
	
}

div.bio {
	position: absolute;
	top: 10px;
	left: 150px;
	background: white;
	width: 800px;
	height: 1800px;
	font-style: italic;
	font-family: Courier;
	color: white;
	
}

div.crew {
	position: relative;
	top: 50px;
	left: 50px;
	background: white;
	width: 700px;
	height: 1600px;
/*	font-style: italic; */
	font-family: Arial;
	color: black;
	
}



div.promotions {
	position: relative;
	top: 50px;
	left: 50px;
	background: white;
	width: 700px;
	height: 500px;
/*	font-style: italic; */
	font-family: Arial;
	color: black;
	
}



div.hours {
	position: absolute;
/*	top: 10px;
	left: 150px;	*/
	background: white;
	width: 200px;
	height: 200px;
	font-style: italic;
	font-family: Courier;
	color: white;
	
}




img.portrate {
	float: right;
}


ul {
float:right;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

a {
float:left;
width:7em;
text-decoration:none;
color:white;
background-color:black;
padding:0.2em 0.6em;
border-right:0px solid white;
}

a:hover {background-color:#ff3300}
li {display:inline}


div.email {
	position: absolute;
	left:950px;
	top: 400px;

}


body {
	background: black;
/*	background-image: url(mu.jpg);
	background-attachment: scroll;		*/


}
