@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/101music.jpg);
	background-repeat:no-repeat;
	background-color:#222633;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;	
}

#header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:115px;
	width:940px;
	right:0px;
	position:absolute;
	top:0px;
	padding-bottom:10px;
}

#links {
	background-image:url(images/link_BG.png);
	background-repeat:no-repeat;
	width:374px;
	height:560px;
	color:#FFFFFF;
	font-variant:small-caps;
	position:absolute;
	left: 102px;
	top: 140px;
	padding:0px;
	margin:0px;
}

#links ul {
	list-style-type:none;
	padding:0px;
	margin-left:20px;
	border:0px;
}

#links li {
	padding-bottom:5px;
	border:0px;
}

#links2 {
	display:none;
}

#mainText {
	width:738px;
	position:absolute;
	left: 312px;
	top: 150px;
	padding:0px;
	z-index:1;
}

#maintext_img {
	width:284px;
	position:inherit;
	left:440px;
	top:15px;
	float:right;
	padding-left:10px;
	padding-right:10px;
}

#imgWelcome {
	width:284px;
	height:420px;
	position:relative;
	left:100px;
	top:15px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0px;
	margin-right:420px;
	z-index:50;
}

#textWelcome {
	position:relative;
	z-index:51;
	top:-30px;
}

#bodyWelcome {
	background-image:url(images/body_main.png);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-size:.8em;
	padding-left:50px;
	padding-top:1px;
	padding-bottom:10px;
	margin-top:-15px;
	z-index:1;
}

#bodyWelcome h2{
	color:#a45a33;
	font-weight:normal;
	font-size:1.8em;
}

#mainText_top {
	background-image:url(images/body_top.png);
	background-repeat:no-repeat;
	position:absolute;
	top:-32px;
	height:17px;
	width:738px;
}

#maintext_body {
	background-image:url(images/body_main.png);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-size:.8em;
	padding-left:50px;
	padding-top:1px;
	padding-bottom:10px;
	margin-top:-15px;
}

#maintext_body h2{
	color:#a45a33;
	font-weight:normal;
	font-size:1.8em;
}

#linksPage {
	position:inherit;
	height:300px;
	width:300px;
	margin-left:180px;
	margin-bottom:270px;
}

#linksPage a {
	margin-bottom:20px;
	
}

#djform {
	width:260px;
	height:200px;
	position:relative;
	left:64px;
	top:339px;
}

#paypal {
	width:300;
	height:200;
	position:absolute;
	left:441px;
	top: 521px;
}

#maintext_bottom {
	background-image:url(images/body_bottom.png);
	background-repeat:no-repeat;
	height:38px;
}

#footer {
	background-image:url(images/footer.gif);
	height:96px;
	bottom:409px;
	padding:0px;
	margin:0px;
	position:relative;
	top:700px;
	z-index:0;
	color:#2e3546;
	font-size:.8em;
	font-variant:small-caps;
}

#copyright {
	position:absolute;
	top:55px;
	left:400px;
}

#footerText {
	position:absolute;
	top:45px;
	left:305px;
	font-variant:normal;
	font-size:.9em;
}

#thanks {
	width:400px;
	height:550px;
}
#container {
	position:absolute;
	right: 0px;
	width: 1050px;
}




a:link {
	text-decoration:none;
	border:0px;
	
}

a:visited {
	text-decoration:none;
	border:0px;
	
}

a:hover {
	text-decoration:none;
	border:0px;	
}

a:active {
	text-decoration:none;
	border:0px;
}	

