body {
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
	background-color: #e21738;
}

#rap {
	background-image: url(images/stars.jpg);
	background-repeat: repeat-x;
}

#main {
	width: 1010px;
	margin: 0 auto;
	background-image: url(images/center.gif);
	background-repeat: no-repeat;
	padding: 226px 0 0 0;
}

#content {
	margin: 100px auto 0;
	padding: 0 0 25px 0;
	width: 942px;
	height: 451px;
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
}
	#about {
		float: left;
		width: 530px;
		margin: 14px 0 0 0;
		padding: 15px 15px 20px 25px;
		height: 389px;
		overflow: auto;
	}
		#about img {
			float: left;
			margin: 0 10px 10px 0;
		}
		#about .tel {
			color: #ef1a25;
			font-size: 32px;
			line-height: 40px;
		}
		#about a.email {
			color: #009097;
			text-decoration: none;
			font-size: 20px;
			line-height: 24px;
		}
	#events {
		width: 273px;
		padding: 15px 15px 30px 15px;
		height: 379px;
		margin: 14px 0 0 55px;
		float: left;
		overflow: auto;
		text-align: center;
	}
	#events h2 {
		color: #ef1a25;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 12px;
	}
		.event {
			line-height: 1.5em;
			margin-bottom: 18px;
		}
		.event h4 {
			font-size: 18px;
			font-weight: bold;
		}
		.event .date {
			
		}
		.event .artist {
			font-size: 20px;
		}
		.event .desc {
			font-size: .9em;
			line-height: 1.6em;
		}
#foot {
	height: 80px;
	background-color: #2a2e32;
}

#foot {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	height: 80px;
	background-color: #2a2e32;
	overflow: hidden;
}
	#footcontent {
		width: 1000px;
		margin: 0 auto;
		padding: 2px 0 0 0;
	}
	#foot a {
		color: #fff;
		text-decoration: none;
	}
	#foot span {
		font-size: 10px;
	}
		#foot span a {
			font-size: 11px;
		}
	#foot #contactinfo {
		width: 230px;
		float: left;
		text-align: left;
	}
	#foot #developer {
		width: 220px;
		float: right;
		height: 32px;
		margin: 40px 0 0 0;
		text-align: right;
	}
	#foot #legal {
		width: 280px;
		margin: 60px auto 0;
	}