.mainWrapper {
	height: 2000px;
	width: 100%;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	background-color: #16164E;
	height: 400px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px dotted #3D72FE;
}
.leftFooter {
	float: left;
	height: 200px;
	width: 450px;
	left: 10px;
	position: relative;
	top: 10px;
}
.rightFooter {
	float: right;
	height: 200px;
	width: 450px;
	position: relative;
	top: 10px;
}
.vertLine {
	height: 200px;
	width: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #23237C;
	border-right-color: #23237C;
	border-bottom-color: #23237C;
	border-left-color: #23237C;
}



.header {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.navigationBar {
	height: 43px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.cds {
	height: 68px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(images/albums1.jpg);
	background-repeat: no-repeat;
	border: 1px dotted #3D72FE;
}

.imageHolder1 {
	height: 456px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px dotted #3D72FE;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.content1 {
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px dotted #3D72FE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #000;
}
.imageLeft {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
