* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #headerImg {
	height: 580px;
	padding-left: 100px;
	background-color: #000;
}
#wrapper #logo {
	height: 208px;
	background-color: #FFF;
	background-image: url(../Images/Jazzlogo.jpg);
	background-repeat: no-repeat;
	width: 1000px;
}
#wrapper #BodyArea {
}
#wrapper #BodyArea #left {
	width: 800px;
	float: left;
	text-align: justify;
}
#wrapper #BodyArea #right {
	width: 200px;
	float: right;
}
#wrapper #BodyArea #right p {
}
#wrapper #BodyArea #titlespace {
	height: 200px;
}
#wrapper #BodyArea #infotext {
}
#wrapper #BodyArea #footer {
	height: 40px;
	clear: both;
	text-align: center;
}
#wrapper #nagivation {
	height: 35px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 20px;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 0px;
	margin-left: 20px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
td {
	padding: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

