/* CSS Document */

body {
background-color: #000000;
color: #cccccc;
}
.container {
font-family: Arial, Helvetica, sans-serif;
width: 800px; margin: 0px auto;
}


.top {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
	width: 650px;
	height: 180px;
	
}

.title h1, .title a {
position: relative;
font-size: 11pt;
font-weight: bold;
margin: 0px 0px 0px 0px;
top: 0px;
left: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #CC0000;
text-decoration: none;
}

.title a:hover {
	color: Red;
	text-decoration: underline;
}

.navigation h3 {
   position: relative;
	font-size: 8pt;
	font-weight: bold;
	display: inline;
	margin: 15px;
	top: 135px;
	left: 100px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}	

.navigation a:link, .navigation a:active, .navigation a:visited {
    color: #CC0000;
	 text-decoration: none;
}
.navigation a:hover {
    color: #ffffff;
	  text-decoration: underline;
	
}

.tag {
	left:0px;
	margin:20px 50px 0px 300px;
	clear: both;
}

.tag p {
	margin:20px 0px 0px 0px;
}

.middle{
	position: relative;
	width: 650px;
}

.tag p{
	font-size: 8pt;
	color: #999999;
}

.small_block {
   position:relative;
   width:150px;
   float:left;
   margin: 20px 40px 20px 85px;
   font-size:8pt;
   text-align: left;
}

.small_block a {
font-weight: bold;
color: #CC0000;
text-decoration: none;
}

.small_block a:hover {
font-weight: bold;
color: Red;
text-decoration: underline;
}

.concert {width: 250px; float:left;}


.cd {
   margin: 30px 0px 30px 0px;
	font-size: 8pt;
	
}

.cd p{
 text-align: left;
 padding: 0px 20px 0px 20px;
}

.cd img {
	margin-right:15px; 
	padding: 0px;
	clear:left;
}

.cd ol {
	margin: 10px 0px 0px 20px;
   text-align: left;
	
}

.cd  li{
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: decimal inside none;
}

.cd a {
  color: #CC0000;
  text-decoration: none;
}

.cd a:hover{
	color: #ffffff;
	text-decoration: underline; 
}

.cd strong{
	color: #FFFF99;
}


.concert {width: 270px; float:left !important;}

.buy {
color: #ffffff;
font-size: 8pt;
width:325px;
float:left;
}

.buy a {
	color: #CC0000;
	text-decoration:none;
}

.buy a:hover{
	color: #ffffff;
	text-decoration:underline;
}

.buy p {
	margin: 0px 0px 5px 0px;
}

.buy h3 {
	color: #FFFF99;
	font-size: 11pt;
	margin-bottom: 3px;
}

.buy h4 {
	color: #CC0000;
	padding : 0px;
	margin: 0px;
	font-size:10pt;
}

.web2 {
	/*padding:10% 10%;*/
	position: absolute;
	top:50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -275px;
	text-align: center;
	min-height: 600px;
	min-width:600px;
	
	
}

