*{
	margin: 0;
	padding: 0;
}
body{
	background: #000000 url(img/bg_top.jpg);
	margin: 0 auto;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11pt;
	color: #ffffff;
}
p{
	line-height: 1.2em;
	margin-bottom: 10px;
}
a{
	color: red;
	text-decoration: none;
}
a:hover{
	color: #ffc52a;
	text-decoration: underline;
}
a:visited{
	color: red;
}
a img{
	border: none;
}
h2{
	color: #ffc52a;
	font-family: Georgia, serif;
	font-size: 1.2em;
	margin-bottom: 10px;
}
h3{
	color: #cccccc;
	font-size: 1.1em;
	font-family: Georgia, serif;
}
ul{
	margin-top: 10px;
	margin-left: 15px;
}
li{
	margin-bottom: 5px;
}
em{
	color: #ffc52a;
}

#leftside{
	float: left;
}
#rightside{
	float: right;
	width: 565px;
}
#rightside img{
	margin-bottom: 10px;
}
#wrapper{
	margin: 0 auto;
	width: 1000px;
}
.box{
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #0b0b0b;
}
.big{
	width: 405px;
}
.right1{
	float: left;
	clear: left;
	width: 252px;
}
.right2{
	float: right;
	clear: right;
	width: 252px;
}
.filler{
	width: 535px;
	height: 214px;	
	background: #0b0b0b url('img/corinthian.jpg') no-repeat 10px 10px;
}
.music{
	width: 535px;
	height: 301px;
}
#buy{
	float: right;
}
#purchase{
	width: 304px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: transparent url('img/purchase.png') 0 0 no-repeat;
}
#purchase:hover{
	background-position: 0 -24px;	
}

/*countdown*/
#countdown{
    font-family: Georgia, serif;
    font-size: 1.8em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 28px;
    color: yellow;
    background-color: #0b0b0b;
    line-height: 50px;
}

/*cancelled*/
h1{
	color: red;
	font-size: 4em;
}
#cancelled{
	width: 600px;
	color: white;
	font-size: 1.1em;
	font-family: Georgia, times, serif;
}