@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(images/mic_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;

}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #00F;
}
h1 {
	font-size: 56px;
}
h2 {
	font-size: 30px;
}
#header {
	position:absolute;
	left:22px;
	top:23px;
	width:1006px;
	height:285px;
	z-index:1;
	background-image: url(images/voiceTeacher_header.jpg);
	background-repeat: no-repeat;
	border: none;
}
#left {
	position:absolute;
	left:56px;
	top:324px;
	width:270px;
	height:1178px;
	z-index:2;
}
#right {
	position:absolute;
	left:370px;
	top:325px;
	width:628px;
	height:1178px;
	z-index:3;
	margin: 0px;
	padding: 0px;
}
#question {
	font-style: italic;
}
#right p {
	font-size: 14px;
}
#bioPhoto {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}

