html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#ffffff;
	background: url(../images/html-bg.jpg) #000034 no-repeat top;
}

#container {
	margin: 0 auto;
	margin-top:172px;
	text-align:left;
	width:800px;
	height:500px;
}

#navigation {
	float:left;
	margin:0px;
	width:216px;
}

#content {
	float:left;
	margin:0px;
	margin-left:20px;
	width:564px;
	text-align:left;
}

.content-top {
	width:564px;
	height:5px;
	background: url(../images/content-top-2.jpg) #dac9a6 no-repeat top;
}

.content-body {
	text-align:left;
	width:524px;
	background: url(../images/content-bg.jpg) #dac9a6 no-repeat top;
	padding-top:15px;
	padding-bottom:25px;
	padding-left:20px;
	padding-right:20px;
	color:#0d0d40;
	min-height:290px;
}

.content-bottom {
	width:564px;
	height:39px;
	background: url(../images/content-bottom-2.jpg) no-repeat top;
}

.navigation-spacer {
	width:216px;
	height:16px;
	margin:0px;
	padding:0px;
	background: url(../images/navigation-spacer.jpg) no-repeat top;
}

img {
	margin:0px;
	padding:0px;
	border:0;
}

.gallery-images-l, .gallery-images-c, .gallery-images-r {
	margin-bottom:14px;
	border-width:1px; 
	border-color:#a58b60;
	border-style:solid;
	background-color:#ffffdf;
	padding:7px;
}

.gallery-images-l {
	margin-right:5px;
}

.gallery-images-c {
	margin-right:5px;
	margin-left:5px;
}

.gallery-images-r {
	margin-left:5px;
}

.music-images {
	border-width:6px; 
	border-color:#c9af81;
	border-style:solid;
	background-color:#000000;
	padding:1px;
	
	margin-top:5px;
	margin-bottom:15px;
	margin-right:20px;
	margin-left:20px;
}

.music-thumbs {
	float:left;
	margin:0px;
	text-align:center;
}

.music-images2 {
	border-width:6px; 
	border-color:#c9af81;
	border-style:solid;
	background-color:#000000;
	padding:1px;
}

.music-thumbs3 {
	margin-top:0px;
	margin-bottom:15px;
	margin-right:30px;
	margin-left:5px;
}

.music-thumbs2 {
	margin:0px;
	text-align:left;
}

a {
	color:#0d0d40;
}

a:hover {
	color:#0000c1;
}