/* CSS Document */

/* Content area */
div#grand_staff div#middle_c {
	position			: relative;
	width				: 734px;
	height				: 527px;
	background-color	: #FFF; }


div#middle_c div#measure1 {
	position			: absolute;
	left				: 3px;
	width				: 412px; }
div#measure1 div#listen_now {
	background-image	: url('/images/bg_listen_now.jpg');
	background-repeat	: no-repeat;
	height				: 234px;
	width				: 412px;
	float				: left; }
div#measure1 div#welcome_note {
	background-image	: url('/images/bg_welcome.gif');
	background-repeat	: no-repeat;
	height				: 141px;
	width				: 412px;
	margin-top			: 3px;
	float				: left; }

div#middle_c div#measure2 {
	position			: relative;
	width				: 314px;
	margin-left			: 418px; }
div#measure2 div#featured_album {
	float				: left;
	height				: 184px;
	width				: 313px;
	float				: left;
	background-color	: #6da1c3; }
div#measure2 div#featured_album p {
 	padding				: 0px 10px;
}
div#measure2 div#main_photos {
	position			: relative;
	float				: left;
	margin-top			: 3px;
	height				: 156px;
	width				: 313px;
	overflow			: auto;
	overflow-y			: hidden;
	background-image	: url('/images/bg_main_photos.gif');
	background-repeat	: no-repeat; }
div#measure2 div#main_photos div { position:relative;padding:8px 0 0 0;text-align:center; }
div#measure2 div#main_photos div img { margin:3px;display:inline; }

div#middle_c div#main_projects {
	position			: relative;
	height				: 144px;
	width				: 728px;
	clear				: both;
	margin				: 0 0 0 3px;
	border-top			: #FFF solid 3px;
	z-index				: 99;
	background-color	: #9cd7d4; }

div#middle_c div#project_scroll {
	position			: relative;
	width				: 718px;
	top					: 22px;
	height				: 102px;
	margin				: 0px;
	padding				: 0px 5px;
	overflow			: auto;
	overflow-y			: hidden;
	white-space			: nowrap; }

div#middle_c div#project_scroll img{
 border: 1px #fff solid;
 margin: 0px 5px;
}





