/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body {
	margin: 0;
	padding: 0;
	background: url("images/hi5wallpaper.gif") repeat;
	font-size: .9em;
	font-family: Verdana, Arial;
	}
h1{
	font-size: 1.30em;
	color: #D90000;
}
h2{
	font-size: 1.10em;
	color: #D90000;
}
/***********************************************/
/* Page Layouts                                */
/***********************************************/ 
#wrap {
	width: 952px;
	margin: 15px auto;
	}
#nav{
	width: 920px;
	height: 190px;
	background: url(/images/logobanner.jpg) no-repeat;
	text-align: center;	
	font-family: Arial;
	margin-left: 10px;
}

#content{
	background: url(/images/watermark.jpg) bottom right no-repeat;
}

h1.summary {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: .85em;
	color: #989898;
	
	
}
#jingcologo{
	float: right;
	margin-top: 10px;
	color: #999999;
	text-align: right;
}
#jingcologo a{
	color: #999999;

}
#jingcologo a:hover{
	color: #CCCCCC;
}

/************* #rounded corners*****************/
#top {
	width: 100%;
	height: 26px;
	background: url("images/bordertop.gif");
	}
#main {
	width: 922px;
	padding: 15px;
	background: url("images/middle.gif") repeat-y;
	display: block;
	}
#footer {
	width: 100%;
	height: 26px;
	background: url("images/borderbottom.gif");
	
	}
#footerlinks{
	margin: 20px 0px 20px 0px;
	color: #999999;
}
#footerlinks a{
	color: #999999;
	
}
#footerlinks a:hover{
	color: #CCCCCC;
	
}


/***********************************************/
/* Menu Navigation                             */
/***********************************************/ 


#nav a:link, #nav a:visited {
	width: 90px;
	margin: 15px 20px 20px 20px;
	height: 24px;
	font: bold 13px sans-serif;
	color:#333333;
	padding-top: 5px;
	background: url("/images/navrollover.jpg") 0 0 no-repeat;
	text-decoration: none;
	float: left;
	font-family: Arial;
	}
#nav a:hover {
	color: #9D0000;
	background: url("/images/navrollover.jpg") 0 58px;
	
	}
	
#nav a:active{
	background: url("/images/navrollover.jpg") 0 30px;
}
#submenu h2{
	text-align: center;
}	
#submenu a:link, #submenu a:visited{
	color: #1D10BA;
}
#submenu a:hover{
	color: #B81215;
	background-color: #cccccc;
}

	
/***********************************************/
/* Page Elements                               */
/***********************************************/ 
.bigphoto{
	float: left;
	margin: 25px 10px 0px 10px;
}
.testimonial{
	margin: 10px;
	padding: 10px;
	display: block;
	border: solid 1px #999999;
	height: 100px;
}
.testimonial p{
	font-size: 1.1em;
	}
.signature{
	font-style: italic;
	color: #D90000;
	float: right;
	margin: 10px 70px 20px 0px;
}
.testimonial img{
	float: left;
	margin: 0px 10px 0px 10px;
}

.songlist{
	margin: 10px;
	width: 430px;
	float: left;
	display: block;
}
