@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	border-width: 0px;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	width: 565px;
	height: 370px;
	background-color: #000000;
	background-image: url("/images/bckg.png");
}

#titlecontent {
	color: #716d62;
	background-color: #b7b1a2;
	background-image: url("/images/rocktl.gif");
	margin-bottom: 0px;
	width: 565px;
	height: 30px;
	text-decoration: none;
	font-weight: normal;
	border-width: 0px; 
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	clear: both;
	float: top;
}

#divider {
	width: 565px;
	height: 5px;
	color: #716d62;
	text-decoration: none;
	font-weight: normal;
	border-width: 0px; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	clear: both;
}
#content {
	width: 515px;
	height: 335px;
	color: #716d62;
	background-color: #FFFFFF;
	background-image: url("/images/mnotes.jpg");
	padding: 3px 25px 0px 25px;
	text-decoration: none;
	font-weight: normal;
	border-width: 0px; 
	margin: 0px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	clear: both;
	float: bottom;
}

#titlecontent h1, h2, h3{
	color: #716d62;
	text-align: center;
	font-weight: bold;
}

#content h4{
	color: #716d62;
	text-align: left;
	margin: 0px 0px 0px 5px;
	font-weight: normal;
}