@charset "utf-8";
body {
	background-image: url(/images/musiclessons-bkgnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

.content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;

}
.header {
	color: #FFFFFF;
}
.menu {
	height: 40px;
	background-color: #4A1000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 4px;
	margin: 0px;
}

.menu div {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
	width: 82px;
	float: left;
	margin-right: 2px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #F7E7B5;
	padding-top: 4px;
	
}
.menu a {
	color: #FFE7AD;
	text-decoration: none;

}
.menu a:hover {
	color: #FFFFFF;
}
.middle {
	width: 960px;
	min-height: 760px;
	display: block;
	background-image: url(images/transpBrown50.png);
	background-repeat: repeat;
}

.main {
	width: 470px;
	min-height: 760px;
	float: left;
	background-image: url(../images/page-edge.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #F7E7B2;
}
.clearboth {
	clear: both;
}

.main h1 {
	color: #732906;
	text-align: center;
}

.main p {
	text-align: left;
	text-indent: 2pc;
}

.footer {
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/transpBrown50.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
}
#marqueecontainer{
	position: relative;
	width: 500px; /*marquee width */
	height: 14px; /*marquee height */
	overflow: hidden;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-bottom:2px;
}
