.hr1 {
	color: #003399;
	height: 2px;
	background-color: #DAA520;
}

.hr2 {
	border-top: 1px dashed #003399;
	color: #fff;
	background-color: #fff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	}

.break {
	color: #003399;
	height: 1px;
	margin-bottom: 16px;
	margin-top: 10px;
	background: #DAA520;
}

.text {
	font-family: Verdana,sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	color: #999999;
	text-align: justify;

   }

#leftcontent {
	width:17%;
	padding-bottom:20px;
	position : absolute;
	margin: 15px 0% 15px 1%;
}

#rightcontent {
	position : absolute;
	width: 75%;
	height:  90%;
	margin: 15px 7% 250px 18%;
	padding-bottom: 25px;
}
		
.menu {
	font-family: batavia, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 40px;
	color: #CD853F;
	letter-spacing: 2px;
}

A.menu:hover {
	text-decoration: underline;
	color: #FF0033;
}

#title {
	font: normal 36px Batavia, sans-serif;
	position: relative;
	top: 0;
	left: 0;
}
	
#title2 {
	font: normal 36px ;
	letter-spacing: 4px;
	color: #0033CC;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
}

#shadow {
	font: normal  36px  ;
	letter-spacing: 4px;
	color: #003399;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
}
	
	#drumpic {
	position: absolute;
	z-index: 3;
	top: 0;
	margin-left: 70%;
    }

	.popUp {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
	visibility: hidden;
	margin: 0 0 0 80px;
	padding: 5px;
	position: absolute;
	border: solid 1px black;
	width: 100px;
	z-index: 3;
}



