@charset "utf-8";
body  {
	background: #000000;
	margin: 0; /* 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; /* 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: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.subpage #container {
	width: 898px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin-top: 40;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.subpage #charlotte {
	width: 101px;
	height: 160px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	float: left;
}
.subpage     #mainCharlotte .artistName    {
	text-align: center;
	font-size: 10px;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: normal;
	line-height: 12px;
}
.subpage  #mainCharlotte {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 515px;
} 
.subpage #mainCharlotte .charlotteHeader {
	text-transform: lowercase;
	color: #24A9E0;
	letter-spacing: .2em;
	margin-bottom: 0px;
}
.subpage  #mainCharlotte  h1, h2, h3, h4, h5 {
	color: #24A9E0;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}
.subpage #mainCharlotte a {
	color: #999999;
}
.subpage #mainCharlotte a:hover {
	text-decoration: none;
}

.subpage #mainCharlotte .left {
	float: left;
	font-size: 12px;
}

.subpage  #mainCharlotte  .right {
	float: right;
}

.subpage #mainCharlotte .hrLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subpage #charlotte a {
	color: #999999;
	text-decoration: none;
}
.subpage  #charlotte  p:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


.subpage #charlotte .imgContainer {
	height: 124px;
	width: 90px;
	margin-left: 5px;
}
.subpage #charlotte .imgContainer:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subpage #charlotte .imgContainer .smallName {
	font-size: 9px;
}


.subpage #charlotte .imgContainer img {
	height: 124px;
	width: 90px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.subpage #wrapper {
	width: 898px;
	height: auto;
	background-image: url(../images/bg-container.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

.subpage #header {
	margin-top: 40px;

} 
.subpage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 173px;
	background-color: #000000;
}


.subpage #footer {
	background-color: #000000;
	background-image: url(../images/bg-footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 22px;
	width: 898px;
	margin-bottom: 10px;
} 
.subpage #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 */
}
.subpage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.copyright {
	float: left;
	color: #666666;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
	width: 620px;
}
.copyright a {
	color: #666666;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.littlefish {
	float: right;
	padding-right: 3px;
	text-align: right;
	font-size: 11px;
	color: #666666;
}
.littlefish a {
	color: #666666;
	text-decoration: none;
}
.littlefish a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.botNav {
	float: left;
	padding-left: 2px;
	font-size: 11px;
	color: #666666;
	margin-left: 68px;
}
.botNav a {
	color: #666666;
	text-decoration: none;
}
.botNav a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
.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;
}
	
.subpage .nonprofitLogo {
	width: 150px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
.subpage #mainToronto {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
	width: 510px;
}

.subpage #mainToronto p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.subpage     #mainToronto a    {
	color: #999999;
}
.subpage #mainToronto a:hover {
	text-decoration: none;
}
.subpage  #rightbar {
	width: 160px;
	float: right;
	padding-right: 5px;
	color: #999999;
	margin-top: 10px;
	height: auto;
}
.subpage #rightbar p {
	color: #999999;
	line-height: 18px;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #433E3E;
	padding-bottom: 15px;
	margin-top: 0px;
}


.subpage  #rightbar  a {
	color: #999999;
	line-height: 18px;
	font-size: 12px;
}
.subpage  #rightbar .rightbarCharlotte {
	text-transform: lowercase;
	color: #24A9E0;
	letter-spacing: 0.1em;
}
.subpage #rightbar .rightbarToronto {
	text-transform: lowercase;
	color: #8CC63E;
	letter-spacing: 0.1em;
}

.subpage     #rightbar     .smallgraytext {
	font-size: 10px;
	line-height: 14px;
	vertical-align: baseline;
	color: #666666;
}
.subpage   #rightbar     img   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
.subpage  #rightbar  a:hover {
	text-decoration: none;
}
.subpage #mainAbout {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
	width: 670px;
}
#cart td {
	padding-right: 10px;
}


#cart .tdDivider {
	height: 2px;
	background-color: #333333;
}
#cart .cost {
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#cart {
	width: 500px;
}


.subpage #mainAbout p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.subpage #mainAbout a {
	color: #999999;
}
.subpage #mainAbout a:hover {
	text-decoration: none;
}
.subpage #mainCharlotte p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.subpage #mainCharlotte li {
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.subpage #mainCharlotte ul {
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}
.subpage #mainChicago {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
	width: 520px;
}
.subpage #mainChicago p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.subpage #mainChicago a {
	color: #999999;
}
.subpage #mainChicago a:hover {
	text-decoration: none;
}
.subpage #mainChicago h1, h2, h3, h4, h5 {
	color: #8CC63F;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.coverArt {
	text-align: right;
}
.coverArt img {
	width: 250px;
	height: auto;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
.subpage #rightbar .rightbarChicago {
	text-transform: lowercase;
	letter-spacing: 0.1em;
}
.subpage #rightbar .smallgraytext a {
	font-size: 10px;
	line-height: 14px;
	vertical-align: baseline;
	color: #666666;
}
.processed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFD203;
	letter-spacing: .05em;
	width: 285px;
	height: auto;
	float: right;
	top: -95px;
	position: relative;
	right: 15px;
	font-weight: bold;
}

