﻿body{
	background-color: #444;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	text-align: center;
}
#main{
	background-color: #CCC;
	border: solid 2px #000;
	width: 960px;
	margin: auto;
	text-align: left;
}
#navbar{
	background-image: url('images/navbar.jpg');
	border-bottom: solid 5px #b3cfe2;
	height: 35px;
}
#navbar ul{
	width: 750px;
	margin: 0;
	margin-left: 25px;
	padding: 0;
}
#navbar ul li{
	list-style-type: none;
	display: inline-block;
	float: left;
	height: 25px;
	margin-top: 10px;
	margin-right: 25px;
}
#navbar ul li:hover{
	background-image: url('images/nav_icon.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navbar ul li a{
	color: #FFF;
	text-decoration: none;
}
#navbar ul li a:hover{	
	color: #b3cfe2;
}
#additional_info{
	width: 228px;
	padding-top: 10px;
	text-align: center;
	font-size: 10pt;
}
#additional_info div{	
	margin-bottom: 15px;
	padding: 5px;
}
#additional_info div span{
	color: #36627b;
}
#content{
	width: 700px;
	background-color: #FFF;	
	height: 650px;
	padding: 15px;
}
#content img{
	margin-top: 30px;
}
#concert_text{
	width: 500px;
	margin-left: 20px;
}
#band_text{
	width: 400px;
}
#the_band img{
	margin-top: 55px;
	margin-left: 20px;
}
#experience_text{
	margin-left: 20px;
	width: 400px;
}
#the_experience img{
	margin-top: 50px;
}
#sponsors{	
	background-image: url('images/sponsors.jpg');
	border-top: solid 5px #b3cfe2;
	height: 100px;
	padding: 5px;

}
#sponsors img{
	margin-left: 15px;
	margin-right: 15px;
}
#sponsors_text{	
	width: 175px;
	color: #FFF;
	margin-top: 25px;
}
#ticket_info{
	text-align: left; 
	margin: 0px 0px 0px 25px;
	padding: 0 0 0 0;	
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.bold{
	font-weight:bold;
}
.center{
	text-align: center;	
}
.block_title{
	font-size: 14pt;
	font-weight: bold;
}