@charset "UTF-8";
body  {
	background: #666666;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
A:link {
	color: #FF6;
	text-decoration: none;
}
A:hover {
	color: #FC3;
	font-size: 100%;
	text-decoration: underline;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #212353;
	border-right-color: #212353;
	border-bottom-color: #212353;
	border-left-color: #212353;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
	background-color: #1CB8F2;
}
* { 
margin:0;
padding:0;
}

.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	height: auto;
	width: 203px;
	background-color: #1CBBF0;
	padding: 0px;
}
.artistimage {
	padding: 0px;
	border: 3px solid #212353;
	margin: 4px;
}
.twoColFixLtHdr #mainContent {
	margin-bottom: 0px;
	margin-left: 203px;
	background-color: #B4E3F5;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #212353;
	width: 595px;
	clear: none;
	float: none;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	border-right-width: 0px;
	border-right-color: #212451;
	border-top-width: 0px;
	border-bottom-width: 0px;
	text-align: center;
	color: #F60;
} 
.twoColFixLtHdr #footer {
	margin: 0px;
	padding: 10px;
	background-color: #204B99;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #B6E3F5;
} 
.twoColFixLtHdr #footer p {
	margin: 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: 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;
	text-align: center;
}
artistbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodyjri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #212353;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-align: center;
}
.table_linebelow {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #29BCF0;
	margin: 4px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: center;
	left: auto;
	right: auto;
}
.table_linebhdr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #29BCF0;
	margin: 4px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-transform: capitalize;
	color: #1BBDDC;
	font-size: 14px;
}
.headjri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F60;
	padding: 0px;
	font-weight: bold;
}
.bodyjrismall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212353;
	padding: 12px;
}
.tablebold {
	font-weight: bold;
}
