@charset "utf-8";
/* CSS Document */

#wrapper {
	width:80%;
	min-height: 100%;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
html, body {
    height: 100%;
}
* html #wrapper {
    height: 100%;
}
#content {
	padding-bottom: 9em;
}
#footer {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	padding-top:20px;
	position: relative;
    margin-top: -7.5em;
}
a {
	color:silver;
	font:bold;
	text-decoration: none
}
a:hover {
	color:red;
	text-decoration: none
}
h1 {
	font:bold;
	font-size:2.5em;
	color:red;
	text-align:center;
}
h2 {
	font:bold;
	font-size:1.5em;
	color:black;
	text-align:center;
}
#youtube {
	float:left;
	position:relative;
	padding-right:40px;
	padding-bottom:20px;
	padding-top:20px;
}
li {
	font:bolder;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:150%;
}
label {
	white-space:nowrap;
}
#audio {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:150%;
}
.notes {
	font-size:14px;
}
.special {
    font-size:20px;
}
.special a {
    color:#FF0000;
}
.special a:hover {
    font-size:21px;
}
.send-email a {
    color:silver;
	font:bold;
	text-decoration: none;
	font-size:20px;
}
.send-email a:hover {
	color:red;
	text-decoration: none;
	font-size:20px;
}
	