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

*{
	margin:0;
	padding:0;
	border:0;
	clip: rect(auto,auto,auto,10px);
}
body {
	font-family: arial, "宋体", serif;
	font-size:18px;
	color: #FF0;
	}
#container {
	width:1024px;
	height:840px;
	margin:auto auto;
	left: auto;
	/*	background-color: #D2D2D2; */
}
#header {
/*	left: inherit;
	right: inherit;
	position: relative;
	background-position: left top;*/
	height: 160px;
	width: 1024px;
	background:url(HeaderBackground.jpg) ; 
/*	border:solid #000 thin;*/
}

#nav {
	font-size:14px;
	/*	padding:50px 0 0 0;*/
	height: 30px;
	/*	top: 30px; */
	padding-bottom: 0px;
	position: static;
	top: auto;
}
#nav ul {
	float:right;
	line-height: 30px;
	list-style-type: none;
}

#nav a {
 display: block; width: 80px; text-align:center;
}

#nav a:link  {
	color:#000;
	text-decoration:none;
	background-color: #CCC;
}
#nav a:visited  {
 color:#345;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {
 float: left; width: 80px; background:#CCC;
}
#nav li a:hover{
	background-color: #CC3;
	color: #FFF;
}
#nav li ul {
 line-height: 27px;  list-style-type: none;text-align:left;
 left: -999em; width: 180px; position: absolute; 
}
#nav li ul li{
 float: left; width: 180px;
 background: #CC3; 
}


#nav li ul a{
 display: block; width: 180px;width: 156px;text-align:left;padding-left:24px;
}

#nav li ul a:link  {
 color:#666; text-decoration:none;
}
#nav li ul a:visited  {
 color:#666;text-decoration:none;
}
#nav li ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight:normal;
 background:#C00;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#banner {background:url(banner.jpg) 0 30px no-repeat;width:730px;margin:auto;height:240px;border-bottom:5px solid #EFEFEF;clear:both}
#pagebody {
	background:url(homebackground.jpg); 
	width:1024px;
	height:768px;
	top: 500px;
	left: 20px;
}

#pagebody-aboutus {
/*	background:url(aboutusbackground.jpg);  */
	width:1024px;
	height:680px;
}

#pagebody-newsletter {
	background:url(newsletterbackground.jpg); 
	width:1024px;
	height:654px;
}

#pagebody-photos {
	background:url(photosbackground.jpg) no-repeat fixed center; 
	width:1024px;
	height:654px;
}

#pagebody-videos {
/*	background:url(photosbackground.jpg) no-repeat fixed center;  */
	width:1024px;
	height:654px;
	background-color:#CC0;
	color: #000;
}

#pagebody-music {
/*	background:url(photosbackground.jpg) no-repeat fixed center;  */
	width:1024px;
	height:1500px;
	background-color:#c9be62; 
	color: #000;
}

#pagebody-recording {
/*	background:url(photosbackground.jpg) no-repeat fixed center;  */
	background:url(musicbackground.jpg) no-repeat fixed center; 
	width:1024px;
	height:768px;
/*	background-color:#CC0; */
	color: #000;
}
#vert {
	width: 1024px;
	height: 180px;
	position: absolute;
	top: 500px;
	left: 20px;
/*	margin: -95px 0 0 -290px; */
}



#content {
	clear: left;
	left: auto;
	}

