BODY {
	margin: 0px;
	padding: 0px;
}
IMG {
	border: none;
}
.clear {
	clear: both;
}
#pageContainer {
	width: 760px;
	margin: 0px auto 0px auto;
}
#header {
	border-bottom: solid 1px #ffffff;
}
#link1 {
	width: 123px;
	background: url(../App_Images/header_guitar.jpg) no-repeat;
}
#link2 {
	width: 123px;
	background: url(../App_Images/header_accordion.jpg) no-repeat;
}
#link3 {
	width: 124px;
	background: url(../App_Images/header_diary.jpg) no-repeat;
}
#link4 {
	width: 123px;
	background: url(../App_Images/header_cd.jpg) no-repeat;
}
#link5 {
	width: 123px;
	background: url(../App_Images/header_violin.jpg) no-repeat;
}
#link6 {
	width: 144px;
	background: url(../App_Images/header_drums.jpg) no-repeat;
}
.topNavBarLinks	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	display: inline;
	float: left; 
}
.topNavBarLinks A {
	display: block;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.topNavBarLinks SPAN {
	text-align: center;
	background-color: #4f4f4f;
	display: block;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 2px 0px 2px 0px;
}
.topNavBarLinks A:hover IMG {
	visibility: hidden;
}
* html A:hover {
	visibility: visible;
}
.topNavBarLinks A:hover SPAN {
	text-decoration: underline;
}
#pageContentContainer {
	background: url(../App_Images/background.jpg) bottom no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 1%;
}
html>body #pageContainer {
	height: auto;
}
#footerContainer {
	overflow: hidden;
	clear: both;
}
#footer1 {
	background: url(../App_Images/footer_background.jpg) top no-repeat;
}
#footer2 {
	background: url(../App_Images/footer_background_2.jpg) top no-repeat;
}
#footerLS {
	float: left;
	height: 16px;
	overflow: hidden;
}
#footerRS {
	float: right;
	height: 16px;
	overflow: hidden;
}
.footer
{
	height: 26px;
	padding: 2px 20px 0px 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
}
.footer A {
	color: #ffffff;
	text-decoration: none;
}
.footer A:hover {
	text-decoration: underline;
}
