/* CSS Document */

body {
	background-color: #000000;	
}
#container {
	display: block;
	height: 700px;
	width: 1024px;
	position: relative;
	
}
#banner {
	display: block;
	height: 222px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
#navbar {
	display: block;
	height: 84px;
	width: 508px;
	position: absolute;
	left: 515px;
	top: 114px;
	z-index: 50;
	
}

#content {
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 12px;
	color: #666666;
	background-image: url(images/back_desaturated.jpg);
	background-repeat: repeat;
	display: block;
	padding: 15px;
	height: 400px;
	width: 775px;
	position: absolute;
	left: 222px;
	top: 220px;
	border-top-width: 6px;
	border-left-width: 6px;
	border-top-style: inset;
	border-left-style: inset;
	border-top-color: #960001;
	border-left-color: #960001;
	z-index: 1;

}

#pagetitle {
	display: block;
	height: 50px;
	width: 300px;
	position: absolute;
	left: 498px;
	top: 23px;
}
#cd_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	display: block;
	padding: 15px;
	height: 195px;
	width: 485px;
	position: absolute;
	left: 286px;
	top: 102px;
	text-align: justify;
	
}

#samples {
	display: block;
	padding: 5px;
	height: 49px;
	width: 267px;
	position: absolute;
	left: 18px;
	top: 297px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	z-index: 100;
	
}
#samples a:link {
	color: #333333;
	
}
#samples a:visited {
	color: #333333;
	text-decoration: none;
}
#samples a:hover{
	color: #960001;
	text-decoration: none;
}

#cd_side{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	height: 333px;
	width: 192px;
	position: absolute;
	left: -207px;
	top: 21px;
	
}
#cd_side a:link {
	color: #960001;
	text-decoration: none;
}
#cd_side a:visited{
	color: #960001;
	text-decoration: none;
}

#cd_side a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.cd_side_large {
	font-size: 12px;
}


.image {
	
	margin: 3px;
}

#player {
	display: block;
	height: 67px;
	width: 200px;
	position: absolute;
	left: 63px;
	top: 380px;

}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	height: 50px;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 441px;
}
