@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: 900px;
	border: 0px none #FFF;
	text-align: center;
	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;
} 
.txt_cd_info {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FC6;
	font-size: 18px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 35%;
	padding-right: 8px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #010;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #010;
}
.text_main_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #EEE;
}
#mainContent .main_container_text a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #EEE;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent {
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	width: 61%;
} 
#footer_right {
	background-color: #25394B;
	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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.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: #000;
	border-left-color: #000;
	background-color: #25394B;
	height: 600px;
	text-align: center;
	border-top-style: none;
	width: 57%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
} 
.mp3_box {
	height: 45px;
	width: 380px;
	float: right;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #006;
	background-image: url(images/box_bkgrnd2.png);
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.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: center;
}
.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;
}
.craic_definition {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #EEE;
}
.text_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EEE;
	text-align: left;
}
#sidebar1 p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
}
#header table tr .menu_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FC6;
}
.quote {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #EEE;
	text-align: center;
}
.twoColFixLtHdr #container #footer_right p a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
.quote_credit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #EEE;
}
.text_mp3s_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #EFA946;
	text-align: center;
}
.text_mp3s_description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E0A147;
	text-align: left;
}
.mp3_box_play {
	height: 45px;
	width: 70px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
	background-image: url(images/box_bkgrnd2.png);
	padding: 0px;
}
.text_table_header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #E8A546;
	text-align: center;
}
.twoColFixLtHdr #container #footer_right p .email_list {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #111;
	text-align: center;
}
.text_table_header_larger {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #EEE;
	text-align: center;
	font-weight: bold;
}
.text_table_header_white {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #EEE;
	text-align: center;
}
.text_cd_tune_list {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #EEE;
	text-align: left;
}
.text_roads_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #EEE;
	text-align: center;
}
.text_cd_tune_list_cnrtd {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #EEE;
	text-align: center;
}
.twoColFixLtHdr #footer1 {
	padding-bottom: 0;
	text-align: center;
	border-top-style: dotted;
	width: 100%;
	border-top-width: 1px;
	border-top-color: #010;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #010;
	margin-bottom: 10px;
	padding-top: 0px;
}
.twoColFixLtHdr #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: 52%;
	padding-right: 22px;
	padding-left: 21px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #010;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #010;
}
.twoColFixLtHdr #mainContent1a {
	float: right;
	width: 41%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #010;
}
.text_italic {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #EEE;
	text-align: center;
	font-style: italic;
}
.twoColFixLtHdr #footer2a {
	text-align: center;
	width: 50%;
	float: right;
}
#footer_right2a {
	width: 40%;
	float: right;
	text-align: center;
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 33%;
	padding-right: 8px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #010;
}
.twoColFixLtHdr #mainContent3 {
	padding-right: 0px;
	padding-left: 15px;
	float: right;
	width: 61%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #010;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #010;
}
#header_bottom {
	background-color: #FC6;
	height: 3px;
	width: 100%;
	margin-top: 5px;
}
