@charset "UTF-8";
body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #container {
	width: 850px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat;
	padding: 0px;
	background-color: #000000;
} 
.twoColFixLtHdr #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;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar1 a:link, #sidebar1 a:visited {
	background-color: #4B0B75;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
	padding: 3px;
	height: 25px;
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar1 a:focus {
	color: #4B0B75;
	background-color: #FFFFFF;
	padding: 3px;
	height: 25px;
}
#sidebar1 a:hover {
	background-color: #FFFFFF;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
	padding: 3px;
	height: 25px;
	color: #4B0B75;
	text-decoration: none;
}
#sidebar1 a:active {
	background-color: #FFFFFF;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
	padding: 3px;
	height: 25px;
	color: #4B0B75;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #mainContent a:link {
	color: #000;
}
.twoColFixLtHdr #container #mainContent a:visited {
	color: #000;
}
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.artist {
	height: 135px;
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.artistCopy {
	height: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.artistCopy2 {
	height: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
.back {
	background-color: #D6749C;
}
.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bottomborder {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.box {
	background-color: #4B0B75;
	clear: both;
	height: auto;
	width: 186px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
.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;
}
.clearline {
	clear: none;
}
.clearpic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.clearpic2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.clearpic2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #FFFFFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.heightbox {
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.heightboxmore {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.imgspace {
	margin-right: 25px;
	margin-left: 25px;
}
.imagerevamp {
	float: left;
	margin-right: 8px;
	margin-top: 10px;
}
.info {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.info2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 100px;
}
.info3 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 125px;
}
.info3a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 150px;
}
.info3b {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 170px;
}
.info4 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 100px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.info3c {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 125px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.info4a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 150px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.link {
	background-color: #4B0B75;
	height: 35px;
	width: 185px;
	border: 1px solid #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.link2 {
	background-color: #4B0B75;
	height: 25px;
	width: 185px;
	border: 1px solid #000000;
}
.linklarger {
	background-color: #4B0B75;
	height: 70px;
	width: 185px;
	border: 1px solid #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
mainContentp {
	margin-left: 200px;
}
.style1 {
	font-family: "Trebuchet MS", Arial;
	color: #000000;
}
.side {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #000000;
	background-color: #4B0B75;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.style2 {font-family: Arial, Helvetica, sans-serif}
.style3 {font-size: 80%}
.style4 {
	color: #FFFFFF;
}
.wrapped {
	margin-left: 110px;
}
.wrapped2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.infoCopy {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.left {
	margin-left: 70px;
}
.leftmore {
	margin-left: 90px;
}
.infoCopy {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.img {
	padding-right: 5px;
	padding-bottom: 5px;
}
.imgCopy {
	padding-top: 5px;
	padding-left: 5px;
}
.gap {
	margin-left: 70px;
}
.gap2 {
	margin-left: 120px;
}
.gap3 {
	margin-left: 90px;
}
.infoCopy2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.info3e {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 200px;
}
.info4c {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 180px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.boxpromo {
	background-color: #4B0B75;
	clear: both;
	height: auto;
	width: 186px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style4 {
	color: #FFFFFF;
}.info4ca {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 180px;
}
.clearpic2index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: justify;
}
.boldi {
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.lefta {
	float: left;
	width: 250px;
}
.right {
	float: right;
	width: 275px;
	margin-left: 5px;
}

