html{
	margin: 0px;
	padding: 0px;
}
body{
	font: 12pt/14pt Tw Cen MT, Garamond, Palatino, Times, Times New Roman, serif;
	color: black;
	background: white;
}
input, textarea{
	font: 12pt/14pt Tw Cen MT, Garamond, Palatino, Times, Times New Roman, serif;
}

/* Begin right-side content  */

#container { /* This will hold all the right-side content */
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1;
}
#top{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 220px;
	background: transparent;
}
#bannerarea{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 200px;
	background: transparent url('banner_tile.gif') repeat-x;
	z-index: 2;
}
#banner{
	position: relative;
	height: 200px;
	width: 700px;
	background: transparent url('banner1.jpg') no-repeat;
}
#navbar{
	position: relative;
	height: 20px;
	text-indent: 25px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#navbar a:link{color: black; text-decoration: none;}
#navbar a:visited{color: black; text-decoration: none;}
#navbar a:active{color: black; text-decoration: underline;}
#navbar a:hover{color: black; text-decoration: underline;}
#middle{
	position: absolute;
	top: 250px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: transparent;
}
#text{
	position: absolute;
	top: 0px;
	left: 220px;
	width: 80%;
	background: transparent;
	color: black;
	font: 14pt Garamond, Helvetica, Times, Times New Roman, serif;
}
#text img{
	border: 1px solid white;
}
#text p{
	text-indent: 0px;
}
#text.musictext{
	font-size: 12pt;
}
#text a:link{color: #990000; text-decoration: none;}
#text a:visited{color: #990000; text-decoration: none;}
#text a:active{color: #990000; text-decoration: underline; border-bottom: 1px solid #990000;}
#text a:hover{color: #990000; text-decoration: underline; border-bottom: 1px solid #990000;}

#sidebar{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	background: transparent;
	color: black;
}
#contact p{text-align: center; text-indent: 0px; width: 150px;}
#contact a:link{color: #999900; text-decoration: none;}
#contact a:visited{color: #999900; text-decoration: none;}
#contact a:active{color: #999900; text-decoration: underline; border-bottom: 1px solid #999900;}
#contact a:hover{color: #999900; text-decoration: underline; border-bottom: 1px solid #999900;}

#footer{
	text-align: center;
	font-size: 12pt;
	height: 75px;
	position: relative;
	width: 700px;
	background: white;
	color: black;
	margin-bottom: 25px;
	padding-top: 15px;
}
#footer a:link{color: black; text-decoration: none;}
#footer a:visited{color: black; text-decoration: none;}
#footer a:active{color: black; text-decoration: underline;}
#footer a:hover{color: black; text-decoration: underline;}

#flower{
	background: transparent;
	height: 143px;
	width: 150px;
	position: absolute;
	top: 150px;
	left: 480px;
	z-index: 5;
} 

a.color1:link{display: block; color: black; text-decoration: none;}
a.color1:visited{display: block; color: black; text-decoration: none;}
a.color1:hover{display: block; color: black; text-decoration: none;  background: url('linkbg_1.jpg') no-repeat center center;} 
a.color1:active{display: block; color: black; text-decoration: none;  background: url('linkbg_1.jpg') no-repeat center center;} 
a.color2:link{display: block; color: black; text-decoration: none;}
a.color2:visited{display: block; color: black; text-decoration: none;}
a.color2:hover{display: block; color: black; text-decoration: none;  background: url('linkbg_2.jpg') no-repeat center center;} 
a.color2:active{display: block; color: black; text-decoration: none;  background: url('linkbg_2.jpg') no-repeat center center;} 
a.color3:link{display: block; color: black; text-decoration: none;}
a.color3:visited{display: block; color: black; text-decoration: none;}
a.color3:hover{display: block; color: black; text-decoration: none;  background: url('linkbg_3.jpg') no-repeat center center;} 
a.color3:active{display: block; color: black; text-decoration: none;  background: url('linkbg_3.jpg') no-repeat center center;} 
a.color4:link{display: block; color: black; text-decoration: none;}
a.color4:visited{display: block; color: black; text-decoration: none;}
a.color4:hover{display: block; color: black; text-decoration: none;  background: url('linkbg_4.jpg') no-repeat center center;} 
a.color4:active{display: block; color: black; text-decoration: none;  background: url('linkbg_4.jpg') no-repeat center center;} 
a.color5:link{display: block; color: black; text-decoration: none;}
a.color5:visited{display: block; color: black; text-decoration: none;}
a.color5:hover{display: block; color: black; text-decoration: none;  background: url('linkbg_5.jpg') no-repeat center center;} 
a.color5:active{display: block; color: black; text-decoration: none;  background: url('linkbg_5.jpg') no-repeat center center;} 
a.color6:link{display: block; color: black; text-decoration: none;}
a.color6:visited{display: block; color: black; text-decoration: none;}
a.color6:hover{display: block; color: black; text-decoration: none;  background: url('linkbg_6.jpg') no-repeat center center;} 
a.color6:active{display: block; color: black; text-decoration: none;  background: url('linkbg_6.jpg') no-repeat center center;} 

