@charset "utf-8";
/* CSS Document */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
}
p {
	font: Arial;
    font-weight:lighter
	font-size: 14px;
	color: #000;
	font-size: 12px;
	text-align: left;
}
p2 {
	font: Arial;
	font-size: 12px;
	color: #000;
}

h1 {
	font-size: 12px;
	color: #000;
}
h2 {
	font-size: 24px;
	color: #000;
}
#wrapper {
	position: absolute;
	top: 0px;
	width: 1900px;
	height: 100%;
	z-index: 1;
	margin-left: -800px;
	left: 50%;
}
#meter1 {
	position: absolute;
	left: 585px;
	top: 310px;
	width: 200px;
	height: 147px;
	z-index: 1;
}
#meter2 {
	position: absolute;
	left: 800px;
	top: 310px;
	width: 200px;
	height: 147px;
	z-index: 2;
}
#enter {
	position: absolute;
	left: 752px;
	top: 500px;
	width: 83px;
	height: 27px;
	z-index: 3;
}
#tapes {
	position: absolute;
	left: 50%;
	top: 57px;
	width: 600px;
	height: 442px;
	z-index: 4;
	text-align: center;
	margin-left: -300px;
	background-color: #FFFFFF;
}
#tapes-logo {
	position: absolute;
	left: 540px;
	top: 0px;
	width: 508px;
	height: 288px;
	z-index: 4;
	text-align: center;
	background-image: url(images/leslie_brooks_master_tapes.png);
}
#email {
	position: absolute;
	left: 150px;
	top: 318px;
	width: 300px;
	height: 353px;
	z-index: 6;
}
#tapes h1 {
	font-family: Arial, Helvetica, sans-serif;
}
#troubleshooting-tips {
	position: absolute;
	left: 50%;
	top: 800px;
	width: 800px;
	height: 1230px;
	z-index: 7;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: justify;
	margin-left: -400px;
}
#troubleshooting-tips ul li {
	font-size: 12px;
}
