@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.thrColFixHdr #container {
	width: 758px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 0px;
	width: 758px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
} 
.img_wBorder {
	border: thin solid #006;
}
.img_wBorderwMargin {
	margin-right: 10px;
	margin-bottom: 10px;
	border: thin solid #006;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
} 
.thrColFixHdr #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 */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
}
.bodyfooter {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #BA58C7;
	margin-bottom: 0px;
	text-align: center;
}
.footercopyrights {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: 333399;
	margin-top: -10px;
}
a {
	color: #333399;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: small;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	white-space: normal;
	padding-top: 5px;
	margin-top: -10px;
}
.italParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
.a_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #000;
}
.BackToTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #009;
	margin-top: 10px;
}
img_text {
	border-top-color: #939;
	border-right-color: #939;
	border-bottom-color: #939;
	border-left-color: #939;
}
.paragraph_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
}
.best_songs_grn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #090;
	font-weight: bold;
}
.best_songs_mag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #F0C;
	font-weight: bold;
}
.best_song_mag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #F0C;
}
.best_songs_brn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #C90;
	font-weight: bold;
}
.best_song_brn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #C90;
}
.best_song_grn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #090;
}
