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

/* Tables */

tr.music td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height:14px;
	color:rgb(68,92,170);
	border-bottom:1px solid rgb(68,92,170); 
	}
	
tr.music_sub td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:11px;
	color:rgb(68,92,170);
	border-bottom:1px solid rgb(68,92,170); 
	}

tr.musicData td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:auto;
	font-weight:normal;
	color:black;
	}
	.musicData a:link {color: black;text-decoration:none; background-color:rgb(242,242,242);}
	.musicData a:visited {color: rgb(182,204,217); text-decoration:none;}
	.musicData a:active {color:rgb(182,204,217); background-color:rgb(182,204,217);}
	.musicData a:hover {color:black; text-decoration:none; background-color:rgb(182,204,217);}

/* Positioning */
body{
	height: 105%;
	text-align:center;
	background-color:white;
	}

#image{
	width:250px;
	margin:5px;
	padding:2px;
	border:1px solid black;
	}

#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
	
#banner{
	text-align:left;
	padding-top:25px;
	}

#content{
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	}

#nav{
	float:left;
	width:249px;
	margin-left:50px;
	}
	
#nav_quote{
	padding-right:15px;
	}
	
#nav_images{
	float:left;
	height:60px;
	}
	
#main_content{
	width:490px;
	margin-left:299px;
	text-align:left;
	padding:10px;
	background-color:rgb(242, 242, 242);
	}	
	
#footer{
	width:800px;
	margin-top:10px;
	}

/* Text */	
.banner{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:60px;
	font-weight:normal;
	}
	
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight:normal;
	color:black;
	text-align:left;
	}
	.nav a:link {color: black;text-decoration:none; background-color:white;}
	.nav a:visited {color: rgb(182,204,217); text-decoration:none;}
	.nav a:active {color:rgb(182,204,217); background-color:rgb(242,242,242);}
	.nav a:hover {color:black; text-decoration:none; background-color:rgb(242,242,242);}

.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:21px;
	color:black;
	}
	.content a:link {color: rgb(68,92,170);text-decoration:none;}
	.content a:visited {color: rgb(68,92,170); text-decoration:none;}
	.content a:active {color:rgb(68,92,170);}
	.content a:hover {color:rgb(182,204,217);text-decoration:underline;}

	
.musicH {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height:auto;
	color:rgb(68,92,170);
	}
	.musicH a:link {color: black;text-decoration:none;}
	.musicH a:visited {color: rgb(68,92,170); text-decoration:none;}
	.musicH a:active {color: rgb(68,92,170);}
	.musicH a:hover {color:  rgb(68,92,170);text-decoration:underline;}
	
.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:18px;
	color:black;
	}
	.footer a:link {color: black;text-decoration:none;}
	.footer a:visited {color: rgb(68,92,170); text-decoration:none;}
	.footer a:active {color: rgb(68,92,170);}
	.footer a:hover {color:  rgb(68,92,170);text-decoration:underline;}
	
.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height:21px;
	font-weight:bold;
	color:rgb(68,92,170);
	}

.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height:21px;
	font-weight:bold;
	color:rgb(111,190,68);
	}

.h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:21px;
	font-weight:bold;
	color:rgb(68,92,170);
	}
	
.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:21px;
	font-style:italic;
	color:rgb(68,92,170);
	}

