@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2E485D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;	
}
.twoColFixLtHdr #container {
	width: 840px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #192630;
} 
#header_bottom {
	background-color: #FC6;
	height: 3px;
	width: 100%;
	margin-top: 5px;
}
.main_container_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #EEE;
}
#mainContent .main_container_text a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent {
	float: right;
	width: 40%;
} 
#container #mainContent p a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
#footer_right {
	background-color: #3B5D77;
	width: 42%;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	float: right;
	height: 600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	text-align: center;
}
.twoColFixLtHdr #footer {
	padding-right: 3px;
	padding-bottom: 0;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006;
	border-left-color: #000;
	background-color: #3B5D77;
	height: 600px;
	text-align: center;
	border-top-style: none;
	width: 57%;
	float: left;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FC6;
	text-align: center;
}
.text_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EEE;
	text-align: left;
}
#header table tr .menu_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FC6;
}
.twoColFixLtHdr #container #footer_right p a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #111;
}
.text_mp3s_description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E0A147;
	text-align: left;
}
.text_table_header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #E8A546;
	text-align: center;
}
.text_bio_headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #EEE;
}
.twoColFixLtHdr #container #footer_right p .email_list {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #111;
	text-align: center;
}
.text_body_center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EEE;
	text-align: center;
}

