body {
	background-color: #4a4a4a;
	padding: 0px;
	margin: 0px;
}

.HeaderBackground {
	background-image: url(Media/HomePage/Header/HeaderBackground.jpg);
	background-repeat: repeat-x;
	height: 201px;
}

.HeaderRight {
	height: 201px;
	width: 62px;
	background-repeat: no-repeat;
	background-image: url(Media/HomePage/Header/HeaderRight.jpg);
}

.VibratoStringsLogo {
	height: 201px;
	width: 438px;
}

.MainBodyLeftShadow {
	width: 62px;
	background-repeat: repeat-y;
	background-image: url(Media/HomePage/MainBody/LeftShadow.jpg);
}

.MainBodyRightShadow {
	width: 62px;
	background-repeat: repeat-y;
	background-image: url(Media/HomePage/MainBody/RightShadow.jpg);
}

.Instruments {
	height: 311px;
	width: 401px;
	background-repeat: no-repeat;
	background-image: url(Media/HomePage/MainBody/Instruments.jpg);
}

.MainBodyContent {
	background-color: white;
	height: 311px;
	width: 428px;
}

.MainBodyList {
	top: 5px;
	left: 30px;
	position: relative;
}

.PhilipNicholasFooter {
	background-image: url(Media/HomePage/Footer/PhilipNicholas.jpg);
	height: 107px;
	width: 208px;
}

.InstrumentBottoms {
	background-repeat: no-repeat;
	background-image: url(Media/HomePage/Footer/InstrumentBottoms.jpg);
	height: 107px;
	width: 255px;
}

.FooterBackground {
	background-image: url(Media/HomePage/Footer/FooterBackground.jpg);
	background-repeat: repeat-x;
	height: 107px;
}
.FooterDivider {
	background-image: url(Media/HomePage/Footer/FooterDivider.jpg);
	background-repeat: no-repeat;
	height: 107px;
	width: 5px;
}
.AboutMeFooter {
	height: 107px;
	width: 98px;
}
.ContactMeFooter {
	height: 107px;
	width: 107px;
}
.StoreFooter {
	height: 107px;
	width: 61px;
}
.FooterRightShadow {
	height: 107px;
	width: 41px;
	background-repeat: no-repeat;
	background-image: url(Media/HomePage/Footer/FooterRight.jpg);
}
a {
	padding: 0px;
	margin: 0px;
	display: table;
}
img {
	display: block;
	padding: 0px;
	margin: 0px;
}

