@charset "UTF-8";
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	margin: 20px auto;
	width:900px;
	height:620px;
	color:#ffffff;
	text-align:left;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}	
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#pages {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	color: #000000;
	float: right;
}	
#pages a {
	color: #000000;
	text-decoration: underline;
}
#pages a:hover {
	color: #999999;
	text-decoration: underline;
}
#mainContent {
	height: 600px;
	width: 900px;
	border: 1px solid #CCCCCC;
}
#topBg {
	background:url(../images/emi_top.jpg) no-repeat left top;
	height: 600px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#bioBg {
	background:url(../images/emi_bio.jpg) no-repeat left top;
	height: 600px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#musicBg {
	background:url(../images/emi_music.jpg) no-repeat left top;
	height: 600px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#discBg {
	background:url(../images/emi_disc.jpg) no-repeat left top;
	height: 600px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#contactBg {
	background:url(../images/emi_contact.jpg) no-repeat left top;
	height: 600px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#newsBg {
	background:url(../images/emi_news.jpg) no-repeat left top;
	height: 600px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	color: #000000;
	font-size: 0.85em;
}
#construction {
	display: block;
	position: relative;
	left: 400px;
	top: 250px;
	height: 50px;
	width: 150px;
}
#photo {
	height: 400px;
	width: 600px;
	border-width: 1px;
	border-style: dotted;
	position: relative;
	left: 145px;
	top: 80px;
	color: #000000;
}
#nav {
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 700px;
	position: absolute;
	top: 620px;
}
#nav li {
	display: inline;
	font-size: 0.85em;
	margin: 0 0.5em;
	text-decoration: none;
}
#nav li a {
	text-decoration: none;
}
#nav .white a:link {
	color: #FFFFFF;
}
#nav .white a:visited {
	color: #FFFFFF;
}
#nav .white a:hover {
	color: #999999;
}
#nav .white li {
	color: #666666;
}
#nav  .black a:link {
	color: #000000;
}
#nav .black a:visited {
	color: #000000;
}
#nav .black a:hover {
	color: #666666;
}
#nav .black li {
	color: #999999;
}
#bioBg #textbox
  {
	width:275px;
	height:400px;
	margin:0;
	overflow:auto;
	float:right;
	/* for IE */
    filter:alpha(opacity=70);
	/* CSS3 standard */
    opacity:0.7;
	top: 25px;
	right: 25px;
	position: relative;
	background: #FFFFFF;
  }
#newsBg #textbox {
	width:275px;
	height:175px;
	margin:0;
	overflow:auto;
	float:right;
	/* for IE */
    filter:alpha(opacity=50);
	/* CSS3 standard */
    opacity:0.5;
	top: 35px;
	right: 25px;
	position: relative;
	background: #FFFFFF;
}
#musicBg #textbox {
	width:275px;
	height:400px;
	margin:0;
	overflow:auto;
	float:right;
	/* for IE */
    filter:alpha(opacity=80);
	/* CSS3 standard */
    opacity:0.8;
	top: 75px;
	right: 585px;
	position: relative;
	background: #FFFFFF;
}
#textbox p 
  {
	color:#000000;
	font-size: 0.75em;
	padding: 20px 20px 5px;
	margin: 0px;
  }	
#textbox a {
	color: #000000;
	text-decoration: underline;
	font-size: 0.85em;
}
#textbox a:hover {
	color: #999999;
	text-decoration: underline;
}
#contact {
	font-size: 0.75em;
	color: #333333;
	position: relative;
	top: 175px;
	height: 25px;
	width: 150px;
	left: 60px;
	display: block;
}
#contact a {
	color: #000000;
	text-decoration: none;
}
#contact  a:hover {
	color: #999999;
	text-decoration: none;
}
#footer {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-align: right;
	clear: both;
}
#textboxDisc {
	width:375px;
	height:150px;
	margin:0;
	overflow:auto;
	overflow-x:scroll;
	float:right;
	/* for IE */
    filter:alpha(opacity=70);
	/* CSS3 standard */
    opacity:0.7;
	top: 400px;
	right: 475px;
	position: relative;
	background: #FFFFFF;
}
#textboxDisc table {
	color: #000000;
	font-size: 0.65em;
	margin: 0px;
	padding: 0px;
}
#textboxDisc table p {
	padding-left: 5px;
}
#textboxDisc table img {
	padding-top: 5px;
	padding-left: 5px;
}
