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



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #474343;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}

a {
  color:#FFF;  
  text-decoration:none;
}

p {
	font-size:12px;
}

a:hover { 
  color:#F46A05;
  text-decoration: none;
}

li {
	font-size:12px;}

#header {
	background: url(../images/header_line.gif) repeat-x;
	width: 100%;
	height: 100px;
}

h1.logo a {
	background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
	position:absolute;
	top:62px;
	left:103px;
	height:34px;
	width:264px;
}

#home {
	position:absolute;
	top:37px;
	left:755px;
}


#menu {
	width:150px;
	margin-top:30px;
	margin-left:103px;
	margin-right:30px;
	line-height:2;
}

#content {
	width: 550px;
	position:absolute;
	top:120px;
	left:253px;
	font-size:11px;
	margin-top: 30px;
}

#artist {
    width: 100px;
    float: left;
	margin-right: 10px;
}

#artist_image {
    width: 94px;
	height: 67px;
	border:none;
}
#artist_title {
    width: 110px;
	height:25px;
	padding:5px;
	color:#eee;
}

#footer {
	position: absolute;
	top:740px;
	margin-left: 670px;
	font-size:10px;
	font-weight:bold;
}

#footer_low {
	position: absolute;
	top:920px;
	margin-left: 700px;
	font-size:10px;
	font-weight:bold;
}


#player_page {
    width: 352px;
	height: 256px;
}

#contact {
    width: 240px;
    float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#map {
    float: left;
}


#video_info_page {
    width: 352px;
}

#composers_content { 
    width: 540px;
	position:absolute;
	top:220px;
	left:253px;
	font-size:11px;
}

#composer {
    width: 220px;
    float: left;
	margin-right: 50px;
	margin-top:30px;
}

#composer_img {
    width: 220px;
	height: 151px;
	border:none;
}

#composer_info {
    width: 220px;
	height:15px;
	padding:5px;
}

#composers_detail_content {
	width: 540px;
	position:absolute;
	top:19px;
	left:18px;
	font-size:13px;
}

#composer_detail_img {
    width: 320px;
	float:left;
	height: 97px;
	border:none;
}

#composer_detail_player {
    width: 200px;
    float: left;
	height: 97px;
	border:none;
	margin-left:15px;
}

#composer_detail {
    width: 540px;
    float: left;
	margin-right: 20px;
	margin-top:30px;
}

h2 {
     color:#F46A05;    
}

i {
	font-size:11px;
}
