@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/bg.jpg) repeat;
}

/**Main Link Formatting**/
a.link{
	color: 0000CC;
	text-decoration: none;
}

a.hover{
	color: #33CC00;
	text-decoration: none;
}

a.visited{
	color: #006666;
	text-decoration: underline;
}

/**Text Formatting**/
p.left{
	background: #000099;
	text-align: center;
	color: #FFF;
}

h1.heading{
	font-weight: bold;
	color: #990000;
	margin: 0;
}

b.phone{
	margin: 0;
	color: #990000;
}

/**DIV LAYOUT**/
#main{
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
	background-color: #FFF;
	border: 1px solid black;
}

#header{
	background:url(../images/soundOfMusicHeader.jpg);
	height: 347px;
}

#leftCol{
	margin: 5px;
	width: 20%;
	float: left;
	background-color: #FFF;
}

	#leftCol div{
		margin: 15px;
	}

#rightCol{
	margin: 5px;
	width: 45%;
	float: left;
}

	#rightCol div{
		margin: 20px;
	}

	#rightCol h5{
		margin: 0px;
		weight: bold;
		color: #000099;
	}

#footer{
	width: 1280px;
	height:150px;
	clear: left;
	position: relative;
	bottom: 0px;
	background: url(../images/soundOfMusicFooter.jpg);
}

#innerFooter{
	font-size: 70%;
	margin: 50px;
	position: absolute;
	top: 50px;
	color: #FFF;
}