@charset "utf-8";
body {
	background-color: #676767;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding: 0px;
	width: 900px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #676767;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav {
	background-image: url(../images/navBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 37px;
	width: 900px;
}
#content {
	background-color: #CCCCCC;
	width: 900px;
}
#footer {
	background-color: #323232;
	height: 30px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#concertTitle {
	margin: 0px;
	float: left;
	height: 25px;
	width: 147px;
	padding-left: 170px;
}
#pedaTitle {
	margin: 0px;
	height: 25px;
	width: 253px;
	padding-left: 200px;
}
#indexTable {
	height: 370px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 10px;
}
.indexImg {
	background-color: #DDDDDD;
	padding: 10px;
	border: 1px solid #FFFFFF;
}
