@charset "utf-8";
body {
	font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}


.oneColFixCtr #container {
	width: 800px;
	background: #F5F5F5;
	border: 1px solid #71090A;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
/*Head Nav*/
.oneColFixCtr #container #nav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #71090A;
	text-align: center;
	padding: 5px;
	clear: both;
	float: left;
	width: 790px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71090A;
	letter-spacing: 1px;
	font-weight: 400;
}
.oneColFixCtr #container #nav a {
	color:#71090A;
	text-decoration:none;
}
.oneColFixCtr #container #nav a:visited {
	color:#71090A;
	text-decoration:none;
}
.oneColFixCtr #container #nav a:hover {
	color:#000;
	text-decoration:underline;
}
/*End Head Nav*/

.oneColFixCtr #container #mainContent {
	padding: 20px;
	clear: both;
	float: left;
	width: 760px;
	background-color: #F5F5F5;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.oneColFixCtr #container #foot {
	padding: 20px 20px 0px;
}
.oneColFixCtr #container #foot #copyright {
	float: left;
	width: 200px;
	margin: 20px;
}

/*Credit section*/
.oneColFixCtr #container #foot #credit {
	font-size: 10px;
	color: #999;
	float: right;
	width: 150px;
	text-align: right;
	margin: 20px;
}
.oneColFixCtr #container #foot #credit a {
	color: #CCC;
	text-decoration: none;
}
.oneColFixCtr #container #foot #credit a:visited {
	color: #CCC;
	text-decoration: none;
}
.oneColFixCtr #container #foot #credit a:hover {
	color: #000;
	text-decoration: underline;
}
/*End credit section*/

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}
h3 {
	font-size: 19px;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #666;
}
.oneColFixCtr #container #mainContent  a {
	color: #71090A;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr #container #mainContent  a:visited {
	color: #71090A;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr #container #mainContent  a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtr #container #mainContent #image1 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.oneColFixCtr #container #mainContent #text {
	float: left;
	width: 380px;
}
.introText {
	font-size: 14px;
	color: #333;
}
.oneColFixCtr #container #mainContent #divider {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
}
.oneColFixCtr #container #mainContent #recordings {
	clear: both;
	float: left;
	width: 100%;
}

