/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		background-image:url(IMG/page-bg.jpg);
		background-position:center;
		background-attachment:fixed;
		background-repeat:repeat-x;
		background-color:#000000;
		color:#000;
		font-family:Palatino, Georgia, serif;
		font-size:small;
		font-weight:100; 
	}
	
	body {
		min-width:800px;
	}
	
	a:link {
	color: #663300;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #0066CC;
	}
	a:hover {
	text-decoration: none;
	color: #996600;
	}
	a:active {
	text-decoration: none;
	}
	
	#space{
	height:10px;
	}
	
	#body-header{
	height:59px;
	text-align:left;
	margin:0 auto;
	width:800px;
	}
	
	#wrap {
		margin:0 auto;
		width:800px;
		background-color:#000000;
		background-position:center;
		background-attachment:fixed;
		background-repeat:no-repeat;
		min-height:500px;
	}
	

/*Frame*/


#frame-header{
background-image:url(IMG/images/frame_01.png);
height: 84px;
width: 972px;
}

#frame-wrap{
background-image:url(IMG/images/frame_02.png);
background-repeat:repeat-y;
margin:0 auto;
width:972px;
background-color:#181c1b;
}

#frame-footer{
background-image:url(IMG/images/frame_04.png);
height:79px;
width:972px
}


/* Header */

	#header {
		background-image:url(IMG/header-bg.jpg);
		width:800px;
	}
		
	
/* Nav */


/* Main Container */

	#main {
		float:left;
		width:500px;
		margin-left: 15px;
		padding-left:15px;
		min-height:350px;
		background-image:url(IMG/content-bg.png);
		margin-top: 30px;
		

	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }

/* Sidebar Container */
	
	#sidebar {
		float:right;
		width:250px;
		margin-top: 30px;
	}
	
	
/* Footer */

	#footer {
		background-image:url(IMG/footer-bg.jpg);
		height:80px;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	
	#music{
	padding-top:5px;
	height:30px;
	width:800px;
	margin:0 auto;
	text-align:right;
	}
	
	#company{
color:#FFFFFF;
margin-top:40px;
height:25px;
text-align:center;
font-size:9px;
background-color:#000000;
}

#company a {
font-weight:normal;
}