/* CSS Document */


div#pageContainer {
	margin: 0px auto;
	width: 1000px;
	height: 600px;
	position: relative;
}


div#background {
	z-index: 1;
	position: relative;
}


div#MartyContainer {
	position: absolute;
	z-index: 2;
	top: 230px;
	right: 0px;
	width: 180px;
}

div#topMenu {
	position: absolute;
	z-index: 2;
	top: 85px;
	left: 240px;
	font-family: trebuchet ms, arial;
	font-size: 16px;
}

div#topMenu li {
	float: left;
	padding: 0px 50px 0px 20px;
	list-style-type: none;
	}

div#topMenu li a {
	text-decoration: none;
	color:#474747;

}

/*
div#sideMenu {
	position: absolute;
	z-index: 2;
	top: 230px;
	left: 10px;
	height: 114px;
}
*/


.moe {
	position: absolute;
	z-index: 2;
	right: 20px;
}
.moeSpeak {
	position: absolute;
	z-index: 2;
	top: 195px;
	right: 20px;
	width: 150px;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	color: #333333;
}
.moeLabel {
	position: absolute;
	z-index: 2;
	top: 110px;
	right: 30px;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	color: #333333;
}

.marty {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 10px;
}
.martySpeak {
	position: absolute;
	z-index: 2;
	top: 160px;
	right: 25px;
	width: 160px;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	color: #333333;
}
.martyLabel {
	position: absolute;
	z-index: 2;
	top: 110px;
	right: 30px;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	color: #333333;
}

.marcusLabel {
	position: absolute;
	z-index: 2;
	top: 170px;
	right: 30px;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	color: #333333;
}

div#MagictonesText {
	z-index: 2;
	position: absolute;
	right: 60px;
	top: 200px;
	font-family: trebuchet ms, arial;
	font-size: 13px;		
	color: #333333;
}
			
div#MagictonesPic {
	z-index: 2;
	position: absolute;
	right: 5px;
	top: 230px;
	width: 200px;
}


div#pageTitle {
	z-index: 2;
	position: absolute;
	font-family: trebuchet ms, arial;
	font-size: 20px;
	color: #333333;
	top: 155px;
	left: 230px;

}


div#pageContent {
	z-index: 2;
	position: absolute;
	width: 540px;
	height: 285px;
	left: 221px;
	top: 201px;
	overflow: auto;
	color: #333333;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	padding-right: 5px;
}


.contentMenuMain1 {
	position: relative;
	float: left;
	top: 10px;
	padding: 10px;
	width: 155px;
}
.contentMenuMain2 {
	position: relative;
	float: left;
	top: 10px;
	padding: 10px;
	width: 155px;
}
.contentMenuTop {
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #333333;
	position: relative;
	left: 80px;
}
div#bandPage1 {
	z-index: 2;
	position: absolute;
	overflow: auto;
	color: #333333;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	display: block;
	width: 520px;
}
div#bandPage2 {
	z-index: 3;
	position: absolute;
	overflow: auto;
	color: #333333;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	display: none;
	width: 520px;
}
.repList {
	position: relative;
	width: 330px;
	float: right;
}
div#mp3Player {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 20px;
	font-family: trebuchet ms, arial;
	font-size: 12px;
}

div#footerText {
	z-index: 2;
	position: absolute;
	bottom: 2px;
	left: 300px;
	font-family: trebuchet ms, arial;
	font-size: 10px;		

}

div#contactPage1 {
	z-index: 2;
	position: absolute;
	overflow: auto;
	color: #333333;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	display: block;
	width: 520px;
}
div#contactPage2 {
	z-index: 3;
	position: absolute;
	overflow: auto;
	color: #333333;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	display: none;
	width: 520px;
}

A:link {
	COLOR: #333333; }
A:active {
	COLOR: #333333; }
A:visited {
	COLOR: #333333; }
A:hover {
	COLOR: #006600; }
