body  {
	margin:0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: #FFFFFF;	
}

.thrColElsHdr #container {
	position:absolute;
	width: 1165px;
	border: 0px solid #000000;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(images/Arthurlessons.png);
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 55;
	margin-left: 0em;
	float: right;
} 
.thrColElsHdr #header {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColElsHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.thrColElsHdr #sidebar1 {
	padding: 0;
	position:relative;
	top: 292px;
	left: 280px;
	height: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
}
.thrColElsHdr #sidebar2 {
	float:left;
	padding: 0;
	width: 18em;
	margin-top: 305px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 56px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 50px;
	position: relative;
	width: 13em;
	padding: 10px;
	margin-bottom: 30px;
	height: 1em;
	background-image: url(images/Fender_vacuum_tube_l.png);
	margin-top: 0em;
}

.thrColElsHdr #mainContent {
	width: 30em;
	color: #FFFFFF;
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
	height: 107em;
	float:left;
	margin-top: 310px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 325px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#arthuralley {
	height: 195px;
	width: 225px;
	margin-top: 10px;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px solid #CC0000;
	background-image: none;
	background-position: center center;
	padding-right: 0px;
	position: relative;
}
#knob {
	height: 300px;
	width: 300px;
	margin-left: 50px;
	margin-top: 0px;
}
#media buttons {
	height: 100px;
	width: 300px;
}
#strat {
	height: 500px;
	width: 400px;
}
.albums {
	height: 50em;
	width: 10em;
}
.albums {
	height: 10em;
	width: 10em;
}
.poinciana {
	height: 10em;
	width: 10em;
	margin-left: 30px;
	border: thin solid #000000;
	background-image: url(images/Poinciana.jpg);
	background-repeat: no-repeat;
}
.album {
	height: 10em;
	width: 10em;
	background-image: url(images/Poinciana.jpg);
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.description {
	height: 12em;
	width: 25em;
	float: left;
}
a:visited {
	height: 200px;
	width: 200px;
}
a:visited {
	height: 100px;
	width: 200px;
}
#lesson {
	height: 200px;
	width: 200px;
}
