@charset "UTF-8";
html {
	text-align: center;
}
body {
	text-align: left;
}
#header, #content
{
	width: 960px;
	margin: 0 auto;
}
#navigation 
{
	width: 720px;
	margin: 0 auto;
	padding-left: 240px;
}
#header {
	height: 172px;
}
#navigation li, #navigation a {
	float: left;
	/*display:block;
	width: 80px;*/
	height: 2em;
	line-height: 2em;
}
#navigation li {
	margin-right: 22px;
}
#content {
	clear: both;
}
#footer .contactInfo {
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-bottom: 8px;
	margin-right: 20px;
}
#footer p {
	clear: both;
}
#header {
	position: relative;
}
#branding {
	position: absolute;
	top: 0px;
	left: -2px;
}
#tagline {
	position: absolute;
	top: 60px;
	left: 480px;
}
.hide {
	display: none;
	visibility: hidden;
}
#mainContent {
	float: left;
	width: 480px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding-left: 240px;
}
#blogContainer #footer {
	margin: 0px!important;
	clear: none!important;
	width: 480px!important;
	padding: 0px;
}
.clear {
	clear: both;
}
#login {
	position: absolute;
	display: block;
	width: 80px;
	left: 880px;
	top: 0px;
}
#login li, #login a {
	display: block;
	width: 80px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}
#sideBarOne {
	float: left;
	width: 220px;
	margin-top: 80px;
	margin-bottom: 20px;
}
#sideBarTwo {
	float: right;
	width: 220px;
	margin-left:20px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#about #sideBarTwo img {
	margin-bottom: 8px;
}
#creditCards li {
	float: left;
}
#sideBarOne cite {
	float: right;
}
#lessons #sideBarTwo {
	display: none;
	visibility: visible;
}
#lessons #mainContent {
	width: 700px!important;
}

#instructors img,
.instructors img {
	float: right;
}
#instructors .description,
.instructors .description {
	display: block;
	float: right;
	height: 260px;
	width: 220px;
	overflow: auto;
	margin-right: 20px;
}
#instructors .name,
.instructors .name {
	width: 220px;
	margin-right: 20px;
	float: left;
	display: block;
	height: 260px;
}
#instructors,
.instructors {
	margin-top: 8px;
}
#instructors .instruments li,
.instructors .instruments li,
.listingIndented li {
	margin-left: 10px;
	margin-bottom: 10px;
}
#instructors .description h5,
.instructors .description h5 {
	display: none;
	visibility: hidden;
}
#instructors .description p,
.instructors .description p {
	margin-top: 46px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#powerAudioPhotos li,
.powerAudioPhotos li {
	float: left;
}
#instructors .name h4
.instructors .name h4 {
	margin-top: 20px;
}
#creditCards {
	margin-top: 8px;
	margin-bottom: 53px;
}
#about #mainContent img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#booking #sideBarTwo li {
	margin-bottom: 4px;
}
#booking #sideBarTwo p {
	margin-bottom: 8px;
}
input[type="submit"], input[type="reset"] {
	display: block;
	height: 36px;
	width: 110px;
	margin-right: 10px;
	text-align: center;
}
#contact input[type="reset"],
#contact input[type="submit"] {
	float:left;
}
#home input[type="text"]{
	margin-bottom:8px;
}
