body {
	font: 80% "Helvetica Neue", Helvetica, Arial;
sans-serif;
	background: #666666; /* 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;
	margin: 0;
	background-image: url(images/img_bg_ftr.gif);
	color: #CCCCCC;
}
p {
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 14px 0;
	line-height: 1.3em;

}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 2.1em;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 8px 0;

}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 1.2em;
	color: #999999;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 0.6em;
	margin-bottom: 0.1em;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	text-transform: normal;
	margin-top: 0.1em;
	margin-bottom: 0.3em;
}
h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #999999;
	font-weight: normal;
	line-height: 1em;
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
}

a {
	color: #666;

}
a:hover {
	color: #99CC99;
}

#topframe {
	background-color: #000000;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(images/img_bg_hdr.gif);
}
#middleframe {
	background-color: #000000;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}
#bottomframe {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(images/img_bg_ftr.gif);
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
.twoColFixRtHdr #header {
	padding: 0px 8px 0 20px;
	position: relative;
}
#header #logo {
	display: block;
	background-image: url(images/img_logo.jpg);
	background-repeat: no-repeat;
	width: 320px;
	height: 80px;
}
#header #topnav {
	margin: 0;
	padding: 0;
	top: 0px;
	right: 9px;
	position: absolute;
	width: 390px;
	text-align: right;
	height: 80px;
}

.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 8px 6px 20px;
}
.artists_box {
	text-align: right;
	padding: 15px;
	height: 100px;
	width: 200px;
	border-style: dashed;
	border-color: #999999;
	border-width: thin;
	margin: 15px;
	float: left;
}
.artists_box img {
	float:left;
}
.artists_box li {
	list-style-type: none;
	margin-bottom: 0
}

.twoColFixRtHdr #mainContentArtists {
	margin: 0 190px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-color: #CCCCCC;
	border-right-style: dotted;
	border-right-width: 1px;
}
.twoColFixRtHdr #footer {
	font-size: 0.9em;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 7px 8px 0 20px;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #99CC99;
}


.twoColFixRtHdr #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: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.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;
}

.imageborder {
	padding: 3px;
	border: 1px solid #CCCCCC;
}


.subBOXtall {
	text-align: left;
	padding: 0px;
	width: 348px;
	margin: 11px 23px 12px 0;
	float: left;
}

