@charset "UTF-8";
body  {
	background-color: #000000;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(images/sidebarINDEX.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	background-position: left;
	margin-top: -8px;
	margin-bottom: -10px;
} 
.twoColFixLtHdr #header {
	width: 619px;
	float: right;
	height: 110px;
	background-color: #000;
} 
.twoColFixLtHdr #banner {
	float: right;
	width: 619px;
	height: 183px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.cd {
	background:#000 url(images/cdbanner.jpg) no-repeat;
	background-color:#000;
	margin-top: 10px;
	margin-bottom: 10px;
}




.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/sidebarBACK.jpg);
	background-repeat: repeat;
	position: relative;
}
.twoColFixLtHdr #menu {
	float: left;
	height: 181px;
	width: 181px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.twoColFixLtHdr #mainContent {
	float: right;
	width: 579px;
	margin: 0px;
	font-family: "Trebuchet MS", "Trajan Pro", Georgia;
	visibility: visible;
	color: #FFFFFF;
	font-weight: 100;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	background-image: url(images/transparentBACK.gif);
	list-style-position: inherit;
	list-style-image: url(images/point2.gif);
} 
.twoColFixLtHdr #mainContent p {
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent p2 {
	text-align: right;
	float: right;
	font-family: "Trebuchet MS", "Trajan Pro", Garamond, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}






.twoColFixLtHdr #footer {
} 
.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;
}

img  {
border:0;
}

.style2 {
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 5px;
}

p {
	font-size: 11pt;
}

p.concert {
padding:0px;
margin:0px;
}

span.style3 {
	font-size: 11.2pt;
	font-weight:800;
}



.style4 {font-size: 10pt}
.style5 {
	color: #990000;
	font-size: 9pt;
}

.style6 {font-family: "Trebuchet MS", "Trajan Pro", Garamond, Georgia}


.style7 {color: #990000}
.style8 {font-size: 9pt}


.style10 {font-size: 11pt}
.style11 {color: #FF0000}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:focus {
outline-style:none;
}
